File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
44import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55
66plugins {
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
2020dependencies {
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
You can’t perform that action at this time.
0 commit comments