Skip to content

Commit 95305ec

Browse files
committed
Update slf4j & jackson-databind dependencies
1 parent ae0e751 commit 95305ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ repositories {
2626
}
2727

2828
dependencies {
29-
implementation 'org.slf4j:slf4j-log4j12:1.7.29'
30-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
29+
implementation 'org.slf4j:slf4j-log4j12:1.7.36'
30+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.1'
3131

3232
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
3333
implementation 'com.google.guava:guava:30.1.1-jre'

0 commit comments

Comments
 (0)