Skip to content

Commit e56794d

Browse files
Update jdeb to 1.12 (#1652)
1 parent 7c68859 commit e56794d

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
@@ -27,7 +27,7 @@ classpathTypes += "maven-plugin"
2727
libraryDependencies ++= Seq(
2828
// these dependencies have to be explicitly added by the user
2929
"com.spotify" % "docker-client" % "8.16.0" % Provided,
30-
"org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"),
30+
"org.vafer" % "jdeb" % "1.12" % Provided artifacts Artifact("jdeb", "jar", "jar"),
3131
"org.apache.commons" % "commons-compress" % "1.27.1",
3232
// for jdkpackager
3333
"org.apache.ant" % "ant" % "1.10.15",

0 commit comments

Comments
 (0)