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 fca78d8 commit b2e55ffCopy full SHA for b2e55ff
library/build.gradle
@@ -23,9 +23,9 @@ repositories {
23
24
dependencies {
25
api "org.apache.avro:avro:1.12.0"
26
- implementation 'ch.qos.logback:logback-classic:1.5.16'
+ implementation 'ch.qos.logback:logback-classic:1.5.17'
27
testImplementation 'org.json:json:20250107'
28
- testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
29
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
30
}
31
0 commit comments