Update commons-pool2 to 2.6.1

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser@1854992 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 46fc2c3..1558590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
 	<dependency>
 	    <groupId>org.apache.commons</groupId>
 	    <artifactId>commons-pool2</artifactId>
-	    <version>2.6.0</version>
+	    <version>2.6.1</version>
 	</dependency>
 
     <!-- testing dependencies -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bb713c4..b2714b0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
     <body>
         <release version="2.0.0" date="in SVN">
           <action dev="painter" type="update">
-            Remove dependency on fulcrum-pool and use commons-pool2 v2.6.0 instead
+            Remove dependency on fulcrum-pool and use commons-pool2 v2.6.1 instead
           </action>
           <action dev="gk" type="update">
             Added tests for getParts()