From c87e97564009314f1cc3189a62e73243f6e5c598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:40:01 +0000 Subject: [PATCH 1/2] Bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [org.scala-lang:scala3-library_3](https://github.com/scala/scala3), [org.junit:junit-bom](https://github.com/junit-team/junit5), [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `org.scala-lang:scala3-library_3` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.6.1...3.6.2) Updates `org.junit:junit-bom` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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 - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4ae6f6e..3a5ad78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED plugins { - id("org.springframework.boot") version "3.4.0" - id("io.spring.dependency-management") version "1.1.6" + id("org.springframework.boot") version "3.4.1" + id("io.spring.dependency-management") version "1.1.7" java scala } @@ -19,14 +19,14 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-web") - implementation("org.scala-lang:scala3-library_3:3.6.1") + implementation("org.scala-lang:scala3-library_3:3.6.2") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.scalatest:scalatest_3:3.2.19") testRuntimeOnly("org.scalatestplus:junit-5-10_3:3.2.19.1") - implementation(platform("org.junit:junit-bom:5.11.3")) + implementation(platform("org.junit:junit-bom:5.11.4")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") } From c4fc198781504e87f31a0aed127d463253df41df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Mon, 30 Dec 2024 11:35:33 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11810ec..ff50f9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI](https://github.com/rogervinas/scala-java-spring-boot/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/rogervinas/scala-java-spring-boot/actions/workflows/ci.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) -![Scala](https://img.shields.io/badge/Scala3-3.6.1-blue?labelColor=black) +![Scala](https://img.shields.io/badge/Scala3-3.6.2-blue?labelColor=black) ![SpringBoot](https://img.shields.io/badge/SpringBoot-3.x-blue?labelColor=black) # Scala in a Java Spring Boot Project