File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ val jacksonDatabind: String = "2.18.2"
4646val jacksonCbor : String = " 2.18.2"
4747val jacksonScalaModule : String = " 2.18.2"
4848val simpleConfigurationVersion : String = " 1.5.7"
49- val googleOAuthClient : String = " 1.37 .0"
50- val nettyVersion : String = " 4.1.118 .Final"
49+ val googleOAuthClient : String = " 1.38 .0"
50+ val nettyVersion : String = " 4.1.119 .Final"
5151val slf4jVersion : String = " 1.7.36"
52- val logbackVersion : String = " 1.5.16 "
52+ val logbackVersion : String = " 1.5.17 "
5353
5454val standardSettings = Seq [Setting [_]](
5555 // We should remove this when all transitive dependencies use the same version of scala-xml
@@ -103,7 +103,7 @@ lazy val common = project
103103 libraryDependencies ++= Seq (
104104 ws,
105105 " org.typelevel" %% " cats-core" % catsVersion,
106- " joda-time" % " joda-time" % " 2.13.0 " ,
106+ " joda-time" % " joda-time" % " 2.13.1 " ,
107107 " org.playframework" %% " play-json" % playJsonVersion,
108108 " org.playframework" %% " play-json-joda" % playJsonVersion,
109109 " com.gu" %% " pa-client" % paClientVersion,
You can’t perform that action at this time.
0 commit comments