Skip to content

Commit 014f0fb

Browse files
Bump the dependencies group across 1 directory with 2 updates (#74)
Bumps the dependencies group with 2 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.junit:junit-bom` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.springframework.boot` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf651de commit 014f0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
44
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55

66
plugins {
7-
id("org.springframework.boot") version "3.4.3"
7+
id("org.springframework.boot") version "3.4.4"
88
id("io.spring.dependency-management") version "1.1.7"
99
java
1010
scala
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("org.scalatest:scalatest_3:3.2.19")
2727
testRuntimeOnly("org.scalatestplus:junit-5-10_3:3.2.19.1")
2828

29-
implementation(platform("org.junit:junit-bom:5.12.0"))
29+
implementation(platform("org.junit:junit-bom:5.12.1"))
3030
testImplementation("org.junit.jupiter:junit-jupiter-api")
3131
testImplementation("org.junit.jupiter:junit-jupiter-params")
3232
}

0 commit comments

Comments
 (0)