From 5d7932eaa28213e52d9375b556aa027f0b243651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 17:02:31 +0000 Subject: [PATCH] Bump commons-cli:commons-cli from 1.4 to 1.8.0 Bumps commons-cli:commons-cli from 1.4 to 1.8.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 237cab1b..4d946341 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { implementation 'com.vaadin:vaadin-shared:8.20.3' testImplementation 'org.springframework:spring-websocket:5.3.29' testImplementation 'com.opensymphony:xwork:2.1.2' - testImplementation 'commons-cli:commons-cli:1.4' + testImplementation 'commons-cli:commons-cli:1.8.0' testImplementation 'org.apache.commons:commons-lang3:3.12.0' testImplementation 'org.apache.commons:commons-digester3:3.2' testImplementation 'com.baomidou:mybatis-plus-core:3.5.4.1'