Skip to content

Commit c87454f

Browse files
chore(deps): bump the github group across 1 directory with 7 updates (#671)
Bumps the github group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.5` | `1.5.6` | | [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.78` | `1.78.1` | | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.2.5` | | [org.springframework.boot:spring-boot-starter-oauth2-resource-server](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.2.5` | | [org.springframework.boot:spring-boot-starter-oauth2-client](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.2.5` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.2.5` | | [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.2.4` | `3.2.5` | Updates `ch.qos.logback:logback-classic` from 1.5.5 to 1.5.6 - [Commits](qos-ch/logback@v_1.5.5...v_1.5.6) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e9e5a3 commit c87454f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33

44
val assertjVersion = "3.25.3"
55
val kotlinLoggingVersion = "3.0.5"
6-
val logbackVersion = "1.5.5"
6+
val logbackVersion = "1.5.6"
77
val nimbusSdkVersion = "11.10.1"
88
val mockWebServerVersion = "4.12.0"
99
val jacksonVersion = "2.17.0"
@@ -12,8 +12,8 @@ val junitJupiterVersion = "5.10.2"
1212
val kotlinVersion = "1.9.23"
1313
val freemarkerVersion = "2.3.32"
1414
val kotestVersion = "5.8.1"
15-
val bouncyCastleVersion = "1.78"
16-
val springBootVersion = "3.2.4"
15+
val bouncyCastleVersion = "1.78.1"
16+
val springBootVersion = "3.2.5"
1717
val reactorTestVersion = "3.6.5"
1818
val ktorVersion = "2.3.10"
1919
val jsonPathVersion = "2.9.0"

0 commit comments

Comments
 (0)