From 0031ead45baa329d3ca6bf4a4d01b24dca8c5079 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Aug 2024 16:26:51 +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 c37b24ce0..b8337dc33 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.0", // for jdkpackager "org.apache.ant" % "ant" % "1.10.14",