Skip to content

Commit 1111ea7

Browse files
Bump org.beryx.runtime from 1.13.0 to 1.13.1 (#7062)
Bumps org.beryx.runtime from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: org.beryx.runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 404aeb9 commit 1111ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins {
3434
id 'com.github.ben-manes.versions' version '0.51.0' // Checks versions for plugins and dependencies
3535
id "com.dorongold.task-tree" version '2.1.1' // Prints the task dependency tree
3636
id 'org.openjfx.javafxplugin' version '0.1.0' // JavaFX support
37-
id 'org.beryx.runtime' version '1.13.0' // Creates custom runtimes
37+
id 'org.beryx.runtime' version '1.13.1' // Creates custom runtimes
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)