File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
examples/standalone-types Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
testImplementation(" org.hamcrest:hamcrest:3.0" )
15
15
testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4" )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
- testImplementation(" org.assertj:assertj-core:3.27.4 " )
17
+ testImplementation(" org.assertj:assertj-core:3.27.6 " )
18
18
}
19
19
20
20
afterEvaluate {
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ test-logger-plugin = "4.0.0"
7
7
spotbugs = " 6.0.22"
8
8
spotless = " 7.2.1"
9
9
smithy-gradle-plugins = " 1.3.0"
10
- assertj = " 3.27.4 "
10
+ assertj = " 3.27.6 "
11
11
jackson = " 2.20.0"
12
12
netty = " 4.2.6.Final"
13
- dep-analysis = " 3.0.3 "
14
- aws-sdk = " 2.33.11 "
13
+ dep-analysis = " 3.0.4 "
14
+ aws-sdk = " 2.34.2 "
15
15
osdetector = " 1.7.3"
16
16
accp = " 2.4.1" # Amazon Corretto Crypto Provider
17
17
jreleaser = " 1.20.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ val jclTestConfiguration: Configuration by configurations.creating {
25
25
}
26
26
27
27
// These are declared here instead of the version catalog because we don't want other modules to depend on them.
28
- val log4j2 = " 2.25.1 "
28
+ val log4j2 = " 2.25.2 "
29
29
val slf4j = " 2.0.17"
30
30
val logBack = " 1.5.18"
31
31
val jcl = " 1.3.5"
You can’t perform that action at this time.
0 commit comments