Skip to content

Commit

Permalink
Update to Spring Boot 3.1.3 and Spring Cloud 2022.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klu2 authored Aug 27, 2023
1 parent b0025f5 commit 229775f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ opentelemetry = "1.28.0"

shedlock = "5.5.0"

spring-boot = "3.1.2"
spring-cloud = "2022.0.3"
spring-boot = "3.1.3"
spring-cloud = "2022.0.4"

[libraries]
archunit-ccv = { module = "io.cloudflight.cleancode.archunit:archunit-cleancode-verifier", version = "0.4.0" }
Expand Down Expand Up @@ -64,4 +64,4 @@ springfox-swagger2 = { module = "io.springfox:springfox-swagger2", version = "3.
swagger-annotations2 = { module = "io.swagger:swagger-annotations", version = "1.6.11" }
swagger-annotations3 = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.15" }

testcontainers-junit4-mock = { module = "io.quarkus:quarkus-junit4-mock", version = "3.2.1.Final" }
testcontainers-junit4-mock = { module = "io.quarkus:quarkus-junit4-mock", version = "3.2.1.Final" }

0 comments on commit 229775f

Please sign in to comment.