Skip to content

Commit bc7bb29

Browse files
[CORE-69]: Bump the minor-and-patch-updates group with 2 updates (#125)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f61e29 commit bc7bb29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'com.diffplug.spotless:spotless-plugin-gradle:8.2.1'
10+
implementation 'com.diffplug.spotless:spotless-plugin-gradle:8.4.0'
1111
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
1212
implementation 'org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373'
1313
implementation 'info.picocli:picocli:4.7.7'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api "org.apache.avro:avro:1.12.1"
2323
implementation 'ch.qos.logback:logback-classic:1.5.32'
2424
testImplementation 'org.json:json:20251224'
25-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
25+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2'
2626
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2727
}
2828

0 commit comments

Comments
 (0)