Skip to content

Commit 1182b06

Browse files
Bump the dependencies group across 1 directory with 3 updates (#85)
Bumps the dependencies group with 3 updates in the / directory: [org.scala-lang:scala3-library_3](https://github.com/scala/scala3), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.scala-lang:scala3-library_3` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](scala/scala3@3.7.1...3.7.2) Updates `org.junit:junit-bom` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.springframework.boot` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.4 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 44fe6f8 commit 1182b06

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
@@ -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.5.3"
7+
id("org.springframework.boot") version "3.5.4"
88
id("io.spring.dependency-management") version "1.1.7"
99
java
1010
scala
@@ -19,14 +19,14 @@ repositories {
1919

2020
dependencies {
2121
implementation("org.springframework.boot:spring-boot-starter-web")
22-
implementation("org.scala-lang:scala3-library_3:3.7.1")
22+
implementation("org.scala-lang:scala3-library_3:3.7.2")
2323

2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
2525

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.13.3"))
29+
implementation(platform("org.junit:junit-bom:5.13.4"))
3030
testImplementation("org.junit.jupiter:junit-jupiter-api")
3131
testImplementation("org.junit.jupiter:junit-jupiter-params")
3232
}

0 commit comments

Comments
 (0)