Skip to content

Commit 112f45a

Browse files
michael-mayrMichael Mayr
andauthored
Upgrade Spring (3.4.4), Cloudflight AutoConfigure Plugin (1.1.2) and some other dependencies (#141)
Co-authored-by: Michael Mayr <[email protected]>
1 parent 3ad728f commit 112f45a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

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

4-
azure = "5.19.0"
5-
azure-identity = "1.14.2"
4+
azure = "5.21.0"
5+
azure-identity = "1.15.4"
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"
99

1010
jgiven = "1.3.1"
11-
jupiter = "5.10.2"
11+
jupiter = "5.11.4"
1212

1313
kotlin-logging = "3.0.5"
1414

1515
logstash = "7.4"
1616

17-
opentelemetry = "1.38.0"
17+
opentelemetry = "1.48.0"
1818

19-
shedlock = "5.13.0"
19+
shedlock = "6.3.0"
2020

21-
spring-boot = "3.4.2"
22-
spring-cloud = "2024.0.0"
21+
spring-boot = "3.4.4"
22+
spring-cloud = "2024.0.1"
2323

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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "io.cloudflight.autoconfigure-settings" version "1.1.1"
2+
id "io.cloudflight.autoconfigure-settings" version "1.1.2"
33
}
44

55
rootProject.name = 'cloudflight-platform-spring'

0 commit comments

Comments
 (0)