File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.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
2020dependencies {
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}
You can’t perform that action at this time.
0 commit comments