From 22b5f64aaec8edb4d8086c453ee480a3b7fd7974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:34:02 +0000 Subject: [PATCH] Bump org.graalvm.nativeimage:svm from 23.1.0 to 23.1.1 Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 23.1.0 to 23.1.1. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/commits) --- updated-dependencies: - dependency-name: org.graalvm.nativeimage:svm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.gradle b/cli/build.gradle index 2a57cbc80..3c7ce15f4 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation project(":jlineup-core") implementation "info.picocli:picocli:4.7.5" annotationProcessor 'info.picocli:picocli-codegen:4.7.5' - compileOnly "org.graalvm.nativeimage:svm:23.1.0" + compileOnly "org.graalvm.nativeimage:svm:23.1.1" testImplementation "org.hamcrest:hamcrest-core:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2"