Skip to content

Commit

Permalink
uprgade spring boot and spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Dec 4, 2024
1 parent 870379c commit 3abb976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions extension/starter-provided/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<camunda-bpm-api.version>7.22.0</camunda-bpm-api.version>
<spin.version>7.22.0</spin.version>

<spring-boot.version>3.3.5</spring-boot.version>
<spring-cloud.version>2023.0.4</spring-cloud.version>
<spring-boot.version>3.4.0</spring-boot.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>

<kotlin.version>2.1.0</kotlin.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>
Expand Down

0 comments on commit 3abb976

Please sign in to comment.