OPENJPA-2858 also update commons-pool

This commit is contained in:
Mark Struberg 2021-04-03 23:19:15 +02:00
parent 7f92be5e2b
commit 6d4f951d62
1 changed files with 2 additions and 2 deletions

View File

@ -1680,7 +1680,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@ -1819,7 +1819,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>