This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit 6d4f951d627c8a890f3d0e91c827b174749000f3 Author: Mark Struberg <[email protected]> AuthorDate: Sat Apr 3 23:19:15 2021 +0200 OPENJPA-2858 also update commons-pool --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2db65ab..f9d14b2 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
