File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212 implementation ' org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373'
1313 implementation ' info.picocli:picocli:4.7.7'
1414 implementation ' com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
15- implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:6.0.1 '
15+ implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:6.0.2 '
1616}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ repositories {
1919}
2020
2121dependencies {
22- api " org.apache.avro:avro:1.12.0 "
23- implementation ' ch.qos.logback:logback-classic:1.5.19 '
22+ api " org.apache.avro:avro:1.12.1 "
23+ implementation ' ch.qos.logback:logback-classic:1.5.20 '
2424 testImplementation ' org.json:json:20250517'
25- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
25+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
2626 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
2727}
2828
You can’t perform that action at this time.
0 commit comments