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