Skip to content

Commit 401dc3e

Browse files
[CORE-69]: Bump the minor-and-patch-updates group with 3 updates
Bumps the minor-and-patch-updates group with 3 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), com.google.cloud.artifactregistry.gradle-plugin and [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.google.cloud.artifactregistry.gradle-plugin` from 2.1.5 to 2.2.5 Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.4 to 7.2.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.0.4...gradle/7.2.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: com.google.cloud.artifactregistry.gradle-plugin dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eea7848 commit 401dc3e

2 files changed

Lines changed: 3 additions & 3 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: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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'bio.terra.pfb.java-library-conventions'
55
id 'com.github.davidmc24.gradle.plugin.avro' version '1.9.1'
66
id 'me.champeau.jmh' version '0.7.3'
7-
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5'
7+
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.2.5'
88
}
99

1010
repositories {
@@ -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)