File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
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.12.1 " )
25
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
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.12.1 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
api(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
13
13
14
14
// Test dependencies
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
testImplementation(libs.assertj.core)
18
18
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
api(" software.amazon.smithy.java:core:$smithyJavaVersion " )
12
12
13
13
testImplementation(" org.hamcrest:hamcrest:3.0" )
14
- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1 " )
14
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
15
15
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
16
16
testImplementation(" org.assertj:assertj-core:3.27.3" )
17
17
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- junit5 = " 5.12.1 "
2
+ junit5 = " 5.12.2 "
3
3
hamcrest = " 3.0"
4
4
smithy = " 1.56.0"
5
5
jmh = " 0.7.3"
@@ -10,13 +10,13 @@ smithy-gradle-plugins = "1.2.0"
10
10
assertj = " 3.27.3"
11
11
jackson = " 2.18.3"
12
12
netty = " 4.2.0.Final"
13
- dep-analysis = " 2.15 .0"
14
- aws-sdk = " 2.31.18 "
13
+ dep-analysis = " 2.16 .0"
14
+ aws-sdk = " 2.31.22 "
15
15
osdetector = " 1.7.3"
16
16
accp = " 2.4.1" # Amazon Corretto Crypto Provider
17
17
jreleaser = " 1.17.0"
18
18
picocli = " 4.7.6"
19
- graalvm-native = " 0.10.3 "
19
+ graalvm-native = " 0.10.6 "
20
20
21
21
[libraries ]
22
22
smithy-model = { module = " software.amazon.smithy:smithy-model" , version.ref = " smithy" }
You can’t perform that action at this time.
0 commit comments