Skip to content

Commit 60b97b7

Browse files
Bump the gradle-updates group across 1 directory with 3 updates
Bumps the gradle-updates group with 3 updates in the / directory: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5). Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccc29f5 commit 60b97b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
// org.springframework.boot:spring-boot-gradle-plugin
1010
// org.springframework.boot:spring-boot-dependencies
11-
ext.springBootVersion = "3.4.2"
11+
ext.springBootVersion = "3.4.3"
1212

1313
// io.spring.gradle:dependency-management-plugin
1414
ext.springBootDependencyManagementPluginVersion = "1.1.7"

laa-ccms-spring-boot-gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
1919
implementation "io.spring.gradle:dependency-management-plugin:$springBootDependencyManagementPluginVersion"
2020

21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
2222
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
2323
}
2424

0 commit comments

Comments
 (0)