File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object Dependencies {
1212 }
1313
1414 object Versions {
15- val CXF = " 4.0.6 "
15+ val CXF = " 4.0.7 "
1616 val Play = " 2.9.6"
1717 }
1818
@@ -40,7 +40,7 @@ object Dependencies {
4040 " org.apache.cxf" % " cxf-rt-transports-http-hc5" % Versions .CXF % Test ,
4141 " com.typesafe.play" %% " play" % Versions .Play % Test , // TODO: remove
4242 " net.aichler" % " jupiter-interface" % jupiterVersion.value % Test ,
43- " org.testcontainers" % " junit-jupiter" % " 1.20.4 " % Test ,
43+ " org.testcontainers" % " junit-jupiter" % " 1.20.6 " % Test ,
4444 " org.assertj" % " assertj-core" % " 3.27.3" % Test
4545 )
4646
Original file line number Diff line number Diff line change 11#
22# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33#
4- sbt.version =1.10.7
4+ sbt.version =1.10.10
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
77addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.8.0" )
88addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
9- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.0 " )
9+ addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.1 " )
1010addSbtPlugin(" io.paymenthighway.sbt" % " sbt-cxf" % " 1.7" )
1111addSbtPlugin(" net.aichler" % " sbt-jupiter-interface" % " 0.11.1" )
You can’t perform that action at this time.
0 commit comments