Skip to content

Commit 467a42e

Browse files
Bump org.beryx.jlink from 4.0.0 to 4.0.1
Bumps org.beryx.jlink from 4.0.0 to 4.0.1. --- updated-dependencies: - dependency-name: org.beryx.jlink dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad6faf0 commit 467a42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins {
3434
id 'de.undercouch.download' version '5.7.0' // Shows download percentage
3535
id 'com.github.ben-manes.versions' version '0.54.0' // Checks versions for plugins and dependencies
3636
id 'com.dorongold.task-tree' version '4.0.1' // Prints the task dependency tree
37-
id 'org.beryx.jlink' version '4.0.0' // Creates custom runtimes with jlink
37+
id 'org.beryx.jlink' version '4.0.1' // Creates custom runtimes with jlink
3838
id 'jacoco' // Code coverage
3939
}
4040

0 commit comments

Comments
 (0)