Skip to content

Commit

Permalink
bump dbcp2 to 2.9.0 and commons-pool2 to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Dec 14, 2022
1 parent f98c91f commit 495b5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.7.0</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.7.0</version>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 495b5c9

Please sign in to comment.