Skip to content

Commit dcee68f

Browse files
[CORE-69]: Bump the minor-patch-dependencies group with 7 updates
Bumps the minor-patch-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.9` | `3.5.10` | | [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.5.9` | `3.5.10` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.9` | `3.5.10` | | [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) | `1.145.0` | `1.147.0` | | com.diffplug.spotless | `8.1.0` | `8.2.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.25` | `1.5.27` | | com.google.auth:google-auth-library-oauth2-http | `1.41.0` | `1.42.1` | Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `com.google.cloud:google-cloud-pubsub` from 1.145.0 to 1.147.0 - [Release notes](https://github.com/googleapis/java-pubsub/releases) - [Changelog](https://github.com/googleapis/java-pubsub/blob/main/CHANGELOG.md) - [Commits](googleapis/java-pubsub@v1.145.0...v1.147.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `com.diffplug.spotless` from 8.1.0 to 8.2.1 Updates `org.springframework.boot` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `ch.qos.logback:logback-classic` from 1.5.25 to 1.5.27 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.25...v_1.5.27) Updates `com.google.auth:google-auth-library-oauth2-http` from 1.41.0 to 1.42.1 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.google.cloud:google-cloud-pubsub dependency-version: 1.147.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d51f70 commit dcee68f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

buffer-clienttests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ dependencies {
2121
jackson = "2.21.0"
2222
jersey = "3.1.10"
2323
kubernetesClient = "25.0.0-legacy"
24-
logback = "1.5.25"
24+
logback = "1.5.27"
2525
slf4j = "2.0.17"
2626
hamcrest = "3.0"
2727

28-
googleOauth2 = "1.41.0"
28+
googleOauth2 = "1.42.1"
2929

3030
bufferServiceClient = "0.4.3-SNAPSHOT"
3131
testRunner = "0.2.2-SNAPSHOT"

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Build Script Classpath
22
buildscript {
33
ext {
4-
springBootVersion = '3.5.9'
4+
springBootVersion = '3.5.10'
55
}
66
dependencies {
77
// jib build requires this dependency;
@@ -21,7 +21,7 @@ plugins {
2121
id 'jacoco'
2222
id 'java'
2323

24-
id 'com.diffplug.spotless' version '8.1.0'
24+
id 'com.diffplug.spotless' version '8.2.1'
2525
id 'com.github.ben-manes.versions' version '0.53.0'
2626
id 'com.google.cloud.tools.jib' version '3.5.2'
2727
id 'de.undercouch.download' version '5.6.0'
@@ -81,7 +81,7 @@ dependencies {
8181
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '6.10.0'
8282
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '6.10.0'
8383
implementation group: 'com.google.auto.value', name: 'auto-value-annotations', version: '1.11.1'
84-
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub', version: '1.145.0'
84+
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub', version: '1.147.0'
8585
implementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
8686
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.1.1'
8787
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.33.0'

0 commit comments

Comments
 (0)