This is an automated email from the ASF dual-hosted git repository.
linghengqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 26ef7ea7e fix(sec): upgrade org.apache.commons:commons-dbcp2 to 2.9.0
(#2255)
26ef7ea7e is described below
commit 26ef7ea7e9113b4ed3f2dfa54edda09455740e6c
Author: Xinwei Xiong <[email protected]>
AuthorDate: Mon Sep 11 17:03:21 2023 +0800
fix(sec): upgrade org.apache.commons:commons-dbcp2 to 2.9.0 (#2255)
* update org.apache.commons:commons-dbcp2 2.7.0 to 2.9.0
* Docs: Update LICENSE about dbcp2
---
.../src/main/release-docs/LICENSE | 2 +-
examples/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/LICENSE
b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/LICENSE
index d238d8327..e7e7090f6 100644
---
a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/LICENSE
+++
b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/release-docs/LICENSE
@@ -217,7 +217,7 @@ The text of each license is the standard Apache 2.0 license.
audience-annotations 0.5.0: https://github.com/apache/yetus, Apache 2.0
commons-codec 1.10: https://github.com/apache/commons-codec, Apache 2.0
- commons-dbcp2 2.7.0: https://github.com/apache/commons-dbcp, Apache 2.0
+ commons-dbcp2 2.9.0: https://github.com/apache/commons-dbcp, Apache 2.0
commons-exec 1.3: http://commons.apache.org/proper/commons-exec, Apache 2.0
commons-lang 2.6: https://github.com/apache/commons-lang, Apache 2.0
commons-lang3 3.4: https://github.com/apache/commons-lang, Apache 2.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 2f9881ce4..f29315490 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -44,7 +44,7 @@
<springframework.version>4.3.4.RELEASE</springframework.version>
<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.2.0</logback.version>
- <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
+ <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
<h2.version>1.4.184</h2.version>
<mysql.version>8.0.28</mysql.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
diff --git a/pom.xml b/pom.xml
index 20200706c..e56be37d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<mesos.version>1.1.0</mesos.version>
<fenzo.version>0.11.1</fenzo.version>
- <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
+ <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
<commons-pool2.version>2.8.1</commons-pool2.version>
<hikaricp.version>3.4.2</hikaricp.version>
<mail.version>1.6.0</mail.version>