Skip to content

Commit

Permalink
Merge pull request #4738 from rkovalik-raft/cve_resolutions
Browse files Browse the repository at this point in the history
CVE resolutions
  • Loading branch information
PatrickGoRaft committed Dec 19, 2023
2 parents a68fd63 + ffbf714 commit c92abd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val slickDeps = Seq(slick, slickHikariCP, postgres, h2)

lazy val dockerSettings = Seq(
Docker / maintainer := "Hmda-Ops",
dockerBaseImage := "eclipse-temurin:20-jdk-alpine",
dockerBaseImage := "eclipse-temurin:21-jdk-alpine",
dockerRepository := Some("hmda"),
dockerCommands := dockerCommands.value.flatMap {
case cmd@Cmd("FROM",_) => List(cmd, Cmd("RUN", "apk update"),
Expand Down
3 changes: 3 additions & 0 deletions common/src/main/resources/persistence.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ datastax-java-driver {
load-balancing-policy.local-datacenter = ${?CASSANDRA_CLUSTER_DC}
}
advanced {
advanced.protocol {
version = V4
}
auth-provider {
class = PlainTextAuthProvider
username = ""
Expand Down
1 change: 1 addition & 0 deletions project/scalapb.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.28")

//https://mvnrepository.com/artifact/com.thesamet.scalapb/compilerplugin
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.1"

0 comments on commit c92abd5

Please sign in to comment.