Skip to content

Commit b338ccf

Browse files
dependabot[bot]François Delbrayelle
authored andcommitted
build(deps): Bump org.libvirt:libvirt from 0.5.1 to 0.5.2
Bumps org.libvirt:libvirt from 0.5.1 to 0.5.2. --- updated-dependencies: - dependency-name: org.libvirt:libvirt dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d936e78 commit b338ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
compileOnly group: "io.kestra", name: "script", version: kestraVersion
5252

5353
// Libvirt Java Bindings (must be bundled in the shadow JAR)
54-
implementation group: 'org.libvirt', name: 'libvirt', version: '0.5.1'
54+
implementation group: 'org.libvirt', name: 'libvirt', version: '0.5.2'
5555
}
5656

5757

0 commit comments

Comments
 (0)