Skip to content

Commit ca01f64

Browse files
committed
Update svm to 19.2.1
1 parent 53990cd commit ca01f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ lazy val nativeServer: Project = (project in file("native-server"))
223223
.settings(buildSettings)
224224
.settings(Seq(
225225
name := "elasticmq-native-server",
226-
libraryDependencies += "com.oracle.substratevm" % "svm" % "19.2.0.1" % Provided,
226+
libraryDependencies += "com.oracle.substratevm" % "svm" % "19.2.1" % Provided,
227227
mainClass in assembly := Some("org.elasticmq.server.Main"),
228228
mappings in Docker += (baseDirectory.value / ".." / "server" / "docker" / "elasticmq.conf") -> "/opt/elasticmq.conf",
229229
//

0 commit comments

Comments
 (0)