File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
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.0 " )
25
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
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.0 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
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.0 " )
16
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
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.0 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
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.0 "
2
+ junit5 = " 5.13.1 "
3
3
hamcrest = " 3.0"
4
4
smithy = " 1.58.0"
5
5
jmh = " 0.7.3"
@@ -9,9 +9,9 @@ spotless = "7.0.4"
9
9
smithy-gradle-plugins = " 1.2.0"
10
10
assertj = " 3.27.3"
11
11
jackson = " 2.19.0"
12
- netty = " 4.2.1 .Final"
12
+ netty = " 4.2.2 .Final"
13
13
dep-analysis = " 2.18.0"
14
- aws-sdk = " 2.31.56 "
14
+ aws-sdk = " 2.31.61 "
15
15
osdetector = " 1.7.3"
16
16
accp = " 2.4.1" # Amazon Corretto Crypto Provider
17
17
jreleaser = " 1.18.0"
You can’t perform that action at this time.
0 commit comments