Skip to content

Commit f29aadf

Browse files
committed
Update build.gradle
1 parent 1c89da7 commit f29aadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.visual-regression-tracker.sdk-java'
2-
version '4.3.0'
2+
version '4.3.1'
33

44
apply plugin: 'java'
55
apply plugin: 'jacoco'
@@ -27,7 +27,7 @@ buildscript {
2727
dependencies {
2828
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
2929
implementation 'com.google.code.gson:gson:2.8.6'
30-
implementation group: 'org.simplify4u', name: 'slf4j-mock', version: '1.0.2'
30+
testImplementation group: 'org.simplify4u', name: 'slf4j-mock', version: '1.0.2'
3131
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
3232
testImplementation 'commons-io:commons-io:2.7'
3333
testImplementation 'org.mockito:mockito-core:3.4.6'

0 commit comments

Comments
 (0)