Skip to content

Commit 7d6b825

Browse files
committed
update SLF4J
1 parent 428f108 commit 7d6b825

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
@@ -11,7 +11,7 @@ buildscript {
1111

1212
ext {
1313
libs = [
14-
slf4jApi: 'org.slf4j:slf4j-api:1.7.13',
14+
slf4jApi: 'org.slf4j:slf4j-api:1.7.16',
1515
jsonSmart: 'net.minidev:json-smart:2.2.1',
1616
jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.6.3',
1717
gson: 'com.google.code.gson:gson:2.3.1',
@@ -20,7 +20,7 @@ ext {
2020
hamcrestCore: 'org.hamcrest:hamcrest-core:1.3',
2121
hamcrestLibrary: 'org.hamcrest:hamcrest-library:1.3',
2222

23-
test: ['org.slf4j:slf4j-simple:1.7.13', 'org.assertj:assertj-core:2.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12']
23+
test: ['org.slf4j:slf4j-simple:1.7.16', 'org.assertj:assertj-core:2.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12']
2424
]
2525
snapshotVersion = true
2626
}

0 commit comments

Comments
 (0)