Skip to content

Commit 6602a94

Browse files
authored
chore: update dependencies (#133)
- 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
1 parent 4f7c88c commit 6602a94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
assertj = "3.26.0"
33

4-
azure = "5.12.0"
5-
azure-identity = "1.12.2"
4+
azure = "5.16.0"
5+
azure-identity = "1.13.3"
66

77
# 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
88
guava = "33.2.1-jre"
@@ -18,8 +18,8 @@ opentelemetry = "1.38.0"
1818

1919
shedlock = "5.13.0"
2020

21-
spring-boot = "3.3.1"
22-
spring-cloud = "2023.0.2"
21+
spring-boot = "3.3.3"
22+
spring-cloud = "2023.0.3"
2323

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

0 commit comments

Comments
 (0)