We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c677fd2 commit a54c27cCopy full SHA for a54c27c
code-recipes/java/build.gradle
@@ -42,7 +42,7 @@ npmInstall.dependsOn("processTestResources")
42
dependencies {
43
implementation 'software.amazon.spapi:spapi-sdk:1.6.0'
44
testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.20.0'
45
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
46
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
47
48
}
0 commit comments