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 150f57d commit 2d5bb01Copy full SHA for 2d5bb01
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
ext{
12
- commercetoolsJavaSdkV2Version = '18.0.0'
+ commercetoolsJavaSdkV2Version = '19.1.0'
13
mockitoJunitJupiterVersion = '5.18.0'
14
jupiterApiVersion = '5.13.1'
15
jupiterPlatformVersion = '1.13.1'
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments