Skip to content

Commit 34db043

Browse files
authored
Update cds-services and other dependencies (#286)
1 parent 0c130fa commit 34db043

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
<!-- DEPENDENCIES VERSION -->
1818
<jdk.version>17</jdk.version>
19-
<cds.services.version>2.5.0</cds.services.version>
19+
<cds.services.version>2.6.1</cds.services.version>
2020
<spring.boot.version>3.2.2</spring.boot.version>
21-
<cf-java-logging-support.version>3.7.1</cf-java-logging-support.version>
21+
<cf-java-logging-support.version>3.8.1</cf-java-logging-support.version>
2222

23-
<cds.cdsdk-version>7.5.1</cds.cdsdk-version>
23+
<cds.cdsdk-version>7.6.0</cds.cdsdk-version>
2424
</properties>
2525

2626
<modules>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.11.0</version>
58+
<version>3.12.1</version>
5959
<configuration>
6060
<release>${jdk.version}</release>
6161
<encoding>UTF-8</encoding>
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-surefire-plugin</artifactId>
79-
<version>3.2.2</version>
79+
<version>3.2.5</version>
8080
<configuration>
8181
<failIfNoTests>true</failIfNoTests>
8282
</configuration>

0 commit comments

Comments
 (0)