Skip to content

Commit a96e08b

Browse files
Bump the development-dependencies group with 2 updates (#3069)
Bumps the development-dependencies group with 2 updates: [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `org.ajoberstar.grgit` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](ajoberstar/grgit@5.2.1...5.2.2) Updates `org.springframework.boot:spring-boot-starter` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee835ce commit a96e08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'base'
2020
id 'project-report'
2121
id 'idea'
22-
id 'org.ajoberstar.grgit' version '5.2.1'
22+
id 'org.ajoberstar.grgit' version '5.2.2'
2323
id 'io.spring.nohttp' version '0.0.11'
2424
id 'io.spring.dependency-management' version '1.1.4' apply false
2525
id 'com.github.spotbugs' version '6.0.7'
@@ -68,7 +68,7 @@ ext {
6868
mockitoVersion = '5.8.0'
6969
reactorVersion = '2023.0.3'
7070
scalaVersion = '2.13'
71-
springBootVersion = '3.2.2' // docs module
71+
springBootVersion = '3.2.3' // docs module
7272
springDataVersion = '2024.0.0-SNAPSHOT'
7373
springRetryVersion = '2.0.5'
7474
springVersion = '6.1.4'

0 commit comments

Comments
 (0)