Skip to content

Commit

Permalink
fix(sec): upgrade org.apache.commons:commons-dbcp2 to 2.9.0 (#2255)
Browse files Browse the repository at this point in the history
* update org.apache.commons:commons-dbcp2 2.7.0 to 2.9.0

* Docs: Update LICENSE about dbcp2
  • Loading branch information
cubxxw authored Sep 11, 2023
1 parent 3ef82d3 commit 26ef7ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 26ef7ea

Please sign in to comment.