From 0fd2b010edd57fae436bebe1fa8045e10bac28d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:07:12 +0000 Subject: [PATCH] Bump info.picocli:picocli-codegen from 4.7.3 to 4.7.4 in /entrypoint Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli) from 4.7.3 to 4.7.4. - [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.4) --- 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..12b2ab0 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.4") 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")