From 0b76884fd06d4a1bc0155d374f085491047cfdee Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:05:04 -0800 Subject: [PATCH 1/3] CORE-69: Update janino from 3.1.7 to 3.1.12 (#1334) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 823e51275..d1eeacce6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -53,7 +53,7 @@ object Dependencies { val ficus: ModuleID = "com.iheart" %% "ficus" % "1.5.2" // val stackdriverLogging: ModuleID = "org.springframework.cloud" % "spring-cloud-gcp-logging" % "1.2.8.RELEASE" excludeAll(excludeSpring, excludeSpringBoot) val stackdriverLogging: ModuleID = "com.google.cloud" % "google-cloud-logging-logback" % "0.127.11-alpha" - val janino: ModuleID = "org.codehaus.janino" % "janino" % "3.1.7" // For if-else logic in logging config + val janino: ModuleID = "org.codehaus.janino" % "janino" % "3.1.12" // For if-else logic in logging config val akkaActor: ModuleID = "com.typesafe.akka" %% "akka-actor" % akkaV val akkaSlf4j: ModuleID = "com.typesafe.akka" %% "akka-slf4j" % akkaV From 66dbfa083828d699cc611de72ff604d7f81d9ea4 Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:42:02 -0800 Subject: [PATCH 2/3] CORE-69: Update commons-codec from 1.15 to 1.17.1 (#1494) Co-authored-by: Bria Morgan --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d1eeacce6..4ad256675 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -169,7 +169,7 @@ object Dependencies { val terraCommonLib = tclExclusions("bio.terra" % "terra-common-lib" % tclVersion classifier "plain") // was included transitively before, now explicit - val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.15" + val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.17.1" val rootDependencies = Seq( // proactively pull in latest versions of Jackson libs, instead of relying on the versions From 50e89e7a1847ab22b4c0e6423d9f53f79539493d Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:16:38 -0800 Subject: [PATCH 3/3] CORE-69: Update postgresql from 42.7.2 to 42.7.4 (#1522) Co-authored-by: Bria Morgan --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4ad256675..26522d0ef 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val scalaTestV = "3.2.19" val scalaCheckV = "1.18.1" val scalikejdbcVersion = "3.4.2" - val postgresDriverVersion = "42.7.2" + val postgresDriverVersion = "42.7.4" val sentryVersion = "6.15.0" val workbenchLibV = "fa46370" // If updating this, make sure googleStorageLocal in test dependencies is up-to-date