From b6566cf8934ff88b021903aa6772de8d4f223de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:12:03 +0000 Subject: [PATCH] Bump info.picocli:picocli-codegen from 4.7.3 to 4.7.5 in /entrypoint Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli) from 4.7.3 to 4.7.5. - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/remkop/picocli/compare/v4.7.3...v4.7.5) --- updated-dependencies: - dependency-name: info.picocli:picocli-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- entrypoint/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint/build.gradle.kts b/entrypoint/build.gradle.kts index 87decb3..24e9bb4 100644 --- a/entrypoint/build.gradle.kts +++ b/entrypoint/build.gradle.kts @@ -36,7 +36,7 @@ configurations.all { dependencies { implementation("info.picocli:picocli:4.7.3") - annotationProcessor("info.picocli:picocli-codegen:4.7.3") + annotationProcessor("info.picocli:picocli-codegen:4.7.5") implementation("com.fasterxml.jackson.core:jackson-core:2.15.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")