Skip to content

Commit 552dd5c

Browse files
Bump the dependencies group across 1 directory with 2 updates (#90)
* Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.scala-lang:scala3-library_3` from 3.7.2 to 3.7.3 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](scala/scala3@3.7.2...3.7.3) Updates `org.springframework.boot` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update README.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
1 parent 4706df6 commit 552dd5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
3-
![Scala](https://img.shields.io/badge/Scala3-3.7.1-blue?labelColor=black)
3+
![Scala](https://img.shields.io/badge/Scala3-3.x-blue?labelColor=black)
44
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.x-blue?labelColor=black)
55

66
# Scala in a Java Spring Boot Project

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

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

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

0 commit comments

Comments
 (0)