From 1837cb7a3cb41ae63a626a37865c382bb13162a8 Mon Sep 17 00:00:00 2001 From: Tim Kafalas tkafalas Date: Thu, 14 Sep 2023 09:52:55 -0400 Subject: [PATCH 1/2] [PPP-4832] Upgrade commons-dbcp to commons-dbcp2 and commons-pool to commons-pool2 --- gwt/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gwt/pom.xml b/gwt/pom.xml index 66c90c0c6..5dd1f6388 100644 --- a/gwt/pom.xml +++ b/gwt/pom.xml @@ -120,9 +120,9 @@ - commons-pool - commons-pool - 1.5.7 + org.apache.commons + commons-pool2 + ${commons-pool2.version} * From ca965d1bbbf59829206f6f62d82856fe3fafe2f0 Mon Sep 17 00:00:00 2001 From: Tim Kafalas tkafalas Date: Thu, 14 Sep 2023 14:52:20 -0400 Subject: [PATCH 2/2] [PPP-4832] Revert "Upgrade commons-dbcp to commons-dbcp2 and commons-pool to commons-pool2" This reverts commit 1837cb7a3cb41ae63a626a37865c382bb13162a8. --- gwt/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gwt/pom.xml b/gwt/pom.xml index 5dd1f6388..66c90c0c6 100644 --- a/gwt/pom.xml +++ b/gwt/pom.xml @@ -120,9 +120,9 @@ - org.apache.commons - commons-pool2 - ${commons-pool2.version} + commons-pool + commons-pool + 1.5.7 *