Skip to content

Commit c92abd5

Browse files
Merge pull request #4738 from rkovalik-raft/cve_resolutions
CVE resolutions
2 parents a68fd63 + ffbf714 commit c92abd5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ lazy val slickDeps = Seq(slick, slickHikariCP, postgres, h2)
5858

5959
lazy val dockerSettings = Seq(
6060
Docker / maintainer := "Hmda-Ops",
61-
dockerBaseImage := "eclipse-temurin:20-jdk-alpine",
61+
dockerBaseImage := "eclipse-temurin:21-jdk-alpine",
6262
dockerRepository := Some("hmda"),
6363
dockerCommands := dockerCommands.value.flatMap {
6464
case cmd@Cmd("FROM",_) => List(cmd, Cmd("RUN", "apk update"),

common/src/main/resources/persistence.conf

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ datastax-java-driver {
5353
load-balancing-policy.local-datacenter = ${?CASSANDRA_CLUSTER_DC}
5454
}
5555
advanced {
56+
advanced.protocol {
57+
version = V4
58+
}
5659
auth-provider {
5760
class = PlainTextAuthProvider
5861
username = ""

project/scalapb.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.28")
22

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

0 commit comments

Comments
 (0)