Skip to content

Commit

Permalink
chore: update dependencies (#133)
Browse files Browse the repository at this point in the history
- Updated Azure dependencies to 5.16.0
- Updated azure-identity to 1.13.3
- Updated Spring Boot to 3.3.3
- Updated Spring Cloud to 2023.0.3
  • Loading branch information
HeneryHawk authored Sep 17, 2024
1 parent 4f7c88c commit 6602a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
assertj = "3.26.0"

azure = "5.12.0"
azure-identity = "1.12.2"
azure = "5.16.0"
azure-identity = "1.13.3"

# we provide the latest version of guava here, as queryDSL pulls in a very old (and vulnerable) version of guava, and we want to override that here
guava = "33.2.1-jre"
Expand All @@ -18,8 +18,8 @@ opentelemetry = "1.38.0"

shedlock = "5.13.0"

spring-boot = "3.3.1"
spring-cloud = "2023.0.2"
spring-boot = "3.3.3"
spring-cloud = "2023.0.3"

[libraries]
archunit-ccv = { module = "io.cloudflight.cleancode.archunit:archunit-cleancode-verifier", version = "0.5.0" }
Expand Down

0 comments on commit 6602a94

Please sign in to comment.