We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab9dcf commit 39483e8Copy full SHA for 39483e8
2 files changed
docs/RELEASE_NOTES.md
@@ -76,7 +76,6 @@
76
- **Commons** - Bumped `mockito` to 2.21.0.
77
- **Commons** - Bumped `org.ajoberstar.grgit` to 2.3.0.
78
- **Commons** - Bumped `com.adarshr.test-logger` to 1.4.0.
79
-- **Commons** - Bumped `commercetools-jvm-sdk` to [1.34.0](http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/meta/ReleaseNotes.html#v1_34_0).
80
- **Commons** - Switched to Junit5 using both `junit-jupiter-engine` and `junit-vintage-engine` for backward compatibility.
81
82
**Changes** (3)
gradle-scripts/dependencies.gradle
@@ -1,5 +1,5 @@
1
ext{
2
- commercetoolsJvmSdkVersion = '1.34.0'
+ commercetoolsJvmSdkVersion = '1.33.0'
3
mockitoVersion = '2.21.0'
4
jupiterApiVersion = '5.2.0'
5
assertjVersion = '3.10.0'
0 commit comments