Skip to content

Commit f4d23fe

Browse files
committed
Update spring-context to 6.2.17
1 parent d81fecb commit f4d23fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Commons.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Commons extends ProjectGroup("commons") {
3030
val scalacheckVersion = "1.19.0"
3131
val jettyVersion = "12.1.6"
3232
val mongoVersion = "5.6.4"
33-
val springVersion = "6.2.16"
33+
val springVersion = "6.2.17"
3434
val typesafeConfigVersion = "1.4.6"
3535
val commonsIoVersion = "1.3.2" // test only
3636
val scalaLoggingVersion = "3.9.6"
@@ -162,7 +162,7 @@ object Commons extends ProjectGroup("commons") {
162162
)
163163

164164
val noPublishSettings = Seq(
165-
publish / skip := true,
165+
publish / skip := true
166166
)
167167

168168
val aggregateProjectSettings =

0 commit comments

Comments
 (0)