Skip to content

Commit 591d9e5

Browse files
[CORE-69]: Bump the minor-and-patch-updates group across 1 directory with 2 updates (#102)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d7c92d commit 591d9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:7.0.4'
10+
implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.2.1'
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.0"
2323
implementation 'ch.qos.logback:logback-classic:1.5.18'
2424
testImplementation 'org.json:json:20250517'
25-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
25+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
2626
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2727
}
2828

0 commit comments

Comments
 (0)