From 5186aeca683d9e110ac7fe94f2c4a12f18014335 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Sep 2024 18:50:45 +0000 Subject: [PATCH] Update jdeb to 1.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3d81d0e1d..2481d2059 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ classpathTypes += "maven-plugin" libraryDependencies ++= Seq( // these dependencies have to be explicitly added by the user "com.spotify" % "docker-client" % "8.16.0" % Provided, - "org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"), + "org.vafer" % "jdeb" % "1.11" % Provided artifacts Artifact("jdeb", "jar", "jar"), "org.apache.commons" % "commons-compress" % "1.27.1", // for jdkpackager "org.apache.ant" % "ant" % "1.10.15",