From 40059a6fdd5d469083d9542943add279806fdf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:12:11 +0000 Subject: [PATCH] Bump info.picocli:picocli from 4.7.3 to 4.7.5 in /entrypoint Bumps [info.picocli:picocli](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- entrypoint/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint/build.gradle.kts b/entrypoint/build.gradle.kts index 87decb3..1af3d41 100644 --- a/entrypoint/build.gradle.kts +++ b/entrypoint/build.gradle.kts @@ -35,8 +35,8 @@ configurations.all { } dependencies { - implementation("info.picocli:picocli:4.7.3") - annotationProcessor("info.picocli:picocli-codegen:4.7.3") + implementation("info.picocli:picocli:4.7.5") + 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")