Skip to content

Commit 55dabb2

Browse files
[CORE-69]: Bump the minor-and-patch-updates group with 4 updates (#111)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bf2b5b commit 55dabb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ repositories {
1919
}
2020

2121
dependencies {
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

0 commit comments

Comments
 (0)