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 1c89da7 commit f29aadfCopy full SHA for f29aadf
build.gradle
@@ -1,5 +1,5 @@
1
group 'io.visual-regression-tracker.sdk-java'
2
-version '4.3.0'
+version '4.3.1'
3
4
apply plugin: 'java'
5
apply plugin: 'jacoco'
@@ -27,7 +27,7 @@ buildscript {
27
dependencies {
28
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
29
implementation 'com.google.code.gson:gson:2.8.6'
30
- implementation group: 'org.simplify4u', name: 'slf4j-mock', version: '1.0.2'
+ testImplementation group: 'org.simplify4u', name: 'slf4j-mock', version: '1.0.2'
31
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
32
testImplementation 'commons-io:commons-io:2.7'
33
testImplementation 'org.mockito:mockito-core:3.4.6'
0 commit comments