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 bbf1066 commit e12f22aCopy full SHA for e12f22a
code-recipes/java/build.gradle
@@ -41,7 +41,7 @@ npmInstall.dependsOn("processTestResources")
41
42
dependencies {
43
implementation 'software.amazon.spapi:spapi-sdk:1.5.0'
44
- testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.19.2'
+ testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.20.0'
45
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
46
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
47
0 commit comments