This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 9f50c97ca7 Bump org.apache.commons:commons-exec from 1.3 to 1.4.0
(#13625)
9f50c97ca7 is described below
commit 9f50c97ca7d798ace0e867c367c806721afbfe47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 20:36:58 2024 +0800
Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (#13625)
Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-exec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-test/dubbo-test-check/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-test/dubbo-test-check/pom.xml
b/dubbo-test/dubbo-test-check/pom.xml
index 89cfc8f821..d6ec5d7e55 100644
--- a/dubbo-test/dubbo-test-check/pom.xml
+++ b/dubbo-test/dubbo-test-check/pom.xml
@@ -35,7 +35,7 @@
<curator5.version>4.2.0</curator5.version>
<commons.compress.version>1.25.0</commons.compress.version>
<junit.platform.launcher.version>1.9.3</junit.platform.launcher.version>
- <commons.exec.version>1.3</commons.exec.version>
+ <commons.exec.version>1.4.0</commons.exec.version>
<async.http.client.version>2.12.3</async.http.client.version>
</properties>