Skip to content

Commit

Permalink
CORE-69: Update janino from 3.1.7 to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 7, 2024
1 parent e485ae4 commit f1e90dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1e90dd

Please sign in to comment.