Skip to content

Commit d06fdf0

Browse files
fix(deps): update all non-major dependencies
1 parent cfd5e1b commit d06fdf0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
java temurin-25.0.1+8.0.LTS
1+
java temurin-25.0.2+10.0.LTS
22
maven 3.9.9
33
pre-commit 4.5.1
4-
actionlint 1.7.9
4+
actionlint 1.7.10
55
shellcheck 0.11.0

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2626

2727
<version.slf4j>2.0.17</version.slf4j>
28-
<version.camunda>8.8.4</version.camunda>
29-
<version.cloud-sdk>5.25.0</version.cloud-sdk>
30-
<version.assertj>3.27.6</version.assertj>
31-
<version.junit-jupiter>6.0.1</version.junit-jupiter>
28+
<version.camunda>8.8.7</version.camunda>
29+
<version.cloud-sdk>5.26.0</version.cloud-sdk>
30+
<version.assertj>3.27.7</version.assertj>
31+
<version.junit-jupiter>6.0.2</version.junit-jupiter>
3232
<version.mockito>5.21.0</version.mockito>
3333
<version.testcontainers>2.0.3</version.testcontainers>
3434
<version.lombok>1.18.42</version.lombok>
35-
<plugin.version.spotless-maven-plugin>3.1.0</plugin.version.spotless-maven-plugin>
36-
<version.jackson>2.20.1</version.jackson>
35+
<plugin.version.spotless-maven-plugin>3.2.1</plugin.version.spotless-maven-plugin>
36+
<version.jackson>2.21.0</version.jackson>
3737
</properties>
3838
<dependencyManagement>
3939
<dependencies>

rfc-connector/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<description>Camunda RFC protocol outbound Connector</description>
1919

2020
<properties>
21-
<version.spring-boot>3.5.9</version.spring-boot>
21+
<version.spring-boot>3.5.10</version.spring-boot>
2222
<version.spring-boot-starter-camunda-connectors>${version.camunda}</version.spring-boot-starter-camunda-connectors>
23-
<version.logback>1.5.23</version.logback>
23+
<version.logback>1.5.25</version.logback>
2424
<plugin.version.maven-war-plugin>3.4.0</plugin.version.maven-war-plugin>
2525
<plugin.version.maven-exec-plugin>3.6.3</plugin.version.maven-exec-plugin>
26-
<plugin.version.maven-spring-boot>3.5.9</plugin.version.maven-spring-boot>
26+
<plugin.version.maven-spring-boot>3.5.10</plugin.version.maven-spring-boot>
2727
</properties>
2828

2929
<dependencyManagement>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>com.sap.cloud</groupId>
117117
<artifactId>neo-java-web-api</artifactId>
118-
<version>[3.71.8,5.38.0)</version>
118+
<version>[3.71.8,5.39.3)</version>
119119
<scope>provided</scope>
120120
</dependency>
121121

0 commit comments

Comments
 (0)