Skip to content

Commit

Permalink
2024 CVE Fixes - stage 1
Browse files Browse the repository at this point in the history
 - Resolves all critical CVEs, according to grype
  • Loading branch information
tptignor committed Dec 5, 2024
1 parent f01b132 commit 6756ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val dockerSettings = Seq(
} else dockerBuildCommand.value
},
Docker / maintainer := "Hmda-Ops",
dockerBaseImage := "eclipse-temurin:21.0.2_13-jdk-alpine",
dockerBaseImage := "eclipse-temurin:23.0.1_11-jdk-alpine",
dockerRepository := Some("hmda"),
dockerCommands := dockerCommands.value.flatMap {
case cmd@Cmd("FROM",_) => List(cmd, Cmd("RUN", "apk update"),
Expand Down Expand Up @@ -152,7 +152,7 @@ lazy val `hmda-platform` = (project in file("hmda"))
.settings(hmdaBuildSettings: _*)
.settings(
Seq(
libraryDependencies += zeroAllocationHashing,
libraryDependencies ++= List(guava, zeroAllocationHashing),
Compile / mainClass := Some("hmda.HmdaPlatform"),
assembly / assemblyJarName := "hmda2.jar",
assembly / assemblyMergeStrategy := {
Expand Down
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Version {
val lettuce = "6.2.4.RELEASE"
val java8Compat = "1.0.2"
val scalaMock = "4.3.0"
val guava = "33.0.0-jre"
val guava = "33.3.1-jre"
val awsSesSdk = "1.12.484"
val zeroAllocation = "0.16"
val cormorant = "0.3.0"
Expand Down

0 comments on commit 6756ca2

Please sign in to comment.