Skip to content

Commit 9004e8a

Browse files
Bump the all-maven-dependencies group across 2 directories with 5 updates (#548)
Bumps the all-maven-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.5` | `3.5.6` | | com.sap.cds:cds-services-bom | `4.3.0` | `4.3.1` | | com.sap.cds:cds-maven-plugin | `4.3.0` | `4.3.1` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.14.1` | | [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) | `1.7.2` | `1.7.3` | Bumps the all-maven-dependencies group with 5 updates in the /srv directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.5` | `3.5.6` | | com.sap.cds:cds-maven-plugin | `4.3.0` | `4.3.1` | | com.sap.cds:cds-services-bom | `4.3.0` | `4.3.1` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.14.1` | | [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) | `1.7.2` | `1.7.3` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aef2e0 commit 9004e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.5</version>
9+
<version>3.5.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -23,7 +23,7 @@
2323

2424
<!-- DEPENDENCIES VERSION -->
2525
<jdk.version>21</jdk.version>
26-
<cds.services.version>4.3.0</cds.services.version>
26+
<cds.services.version>4.3.1</cds.services.version>
2727
<cloud.sdk.version>5.22.0</cloud.sdk.version>
2828
<xsuaa.version>3.6.4</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.6</cf-java-logging-support.version>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-compiler-plugin</artifactId>
86-
<version>3.14.0</version>
86+
<version>3.14.1</version>
8787
<configuration>
8888
<release>${jdk.version}</release>
8989
<encoding>UTF-8</encoding>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.codehaus.mojo</groupId>
121121
<artifactId>flatten-maven-plugin</artifactId>
122-
<version>1.7.2</version>
122+
<version>1.7.3</version>
123123
<configuration>
124124
<updatePomFile>true</updatePomFile>
125125
<flattenMode>resolveCiFriendliesOnly</flattenMode>

0 commit comments

Comments
 (0)