File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
23
23
24
24
// Test dependencies
25
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
25
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
26
26
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
13
13
14
14
// Test dependencies
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
14
14
15
15
// Test dependencies
16
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
16
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
17
17
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
18
18
testImplementation(libs.assertj.core)
19
19
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
api(" software.amazon.smithy.java:framework-errors:$smithyJavaVersion " )
13
13
14
14
testImplementation(" org.hamcrest:hamcrest:3.0" )
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
testImplementation(" org.assertj:assertj-core:3.27.3" )
18
18
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- junit5 = " 5.13.3 "
2
+ junit5 = " 5.13.4 "
3
3
hamcrest = " 3.0"
4
4
smithy = " 1.60.3"
5
5
jmh = " 0.7.3"
6
6
test-logger-plugin = " 4.0.0"
7
7
spotbugs = " 6.0.22"
8
- spotless = " 7.1.0 "
8
+ spotless = " 7.2.1 "
9
9
smithy-gradle-plugins = " 1.3.0"
10
10
assertj = " 3.27.3"
11
- jackson = " 2.19.1 "
11
+ jackson = " 2.19.2 "
12
12
netty = " 4.2.3.Final"
13
13
dep-analysis = " 2.19.0"
14
- aws-sdk = " 2.32.1 "
14
+ aws-sdk = " 2.32.6 "
15
15
osdetector = " 1.7.3"
16
16
accp = " 2.4.1" # Amazon Corretto Crypto Provider
17
17
jreleaser = " 1.19.0"
18
18
picocli = " 4.7.7"
19
- graalvm-native = " 0.10.6 "
19
+ graalvm-native = " 0.11.0 "
20
20
shadow = " 8.3.8"
21
21
22
22
[libraries ]
You can’t perform that action at this time.
0 commit comments