Skip to content

Commit 676ea90

Browse files
committed
Update mobile-logstash-encoder and simple-configuration libs
1 parent 6e7527f commit 676ea90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val apacheThrift: String = "0.15.0"
4545
val jacksonDatabind: String = "2.19.1"
4646
val jacksonCbor: String = "2.19.1"
4747
val jacksonScalaModule: String = "2.19.1"
48-
val simpleConfigurationVersion: String = "1.5.7"
48+
val simpleConfigurationVersion: String = "5.1.2"
4949
val googleOAuthClient: String = "1.39.0"
5050
val nettyVersion: String = "4.2.2.Final"
5151
val slf4jVersion: String = "1.7.36"
@@ -116,7 +116,7 @@ lazy val common = project
116116
"org.tpolecat" %% "doobie-specs2" % doobieVersion % Test,
117117
"org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
118118
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test,
119-
"com.gu" %% "mobile-logstash-encoder" % "1.1.8",
119+
"com.gu" %% "mobile-logstash-encoder" % "1.1.19",
120120
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
121121
"org.postgresql" % "postgresql" % "42.7.7",
122122
"ch.qos.logback" % "logback-core" % logbackVersion,

0 commit comments

Comments
 (0)