This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git
The following commit(s) were added to refs/heads/master by this push:
new 11ec7f6 Updating Commons Pool to 2.8.1
11ec7f6 is described below
commit 11ec7f62cf552727098dd2739046b819e94d7307
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Mon Aug 10 10:51:09 2020 +0100
Updating Commons Pool to 2.8.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7546310..b44cd0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<commons.daemon.version>1.2.0</commons.daemon.version>
<commons.lang.version>3.9</commons.lang.version>
<commons.net.version>3.6</commons.net.version>
- <commons.pool.version>2.8.0</commons.pool.version>
+ <commons.pool.version>2.8.1</commons.pool.version>
<dnsjava.version>2.1.9</dnsjava.version>
<caffeine.version>2.7.0</caffeine.version>
<findbugs.annotations.version>1.0.0</findbugs.annotations.version>
|