You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2021/08/30 18:19:07 UTC

svn commit: r1892741 - in /turbine/fulcrum/trunk/security: src/changes/changes.xml torque/pom.xml

Author: painter
Date: Mon Aug 30 18:19:07 2021
New Revision: 1892741

URL: http://svn.apache.org/viewvc?rev=1892741&view=rev
Log:
Update dbcp2 released today. hsqldb causes build error when I tried to update so no change, and dbcp (first release) still required in security/torque to build successfully - do not remove

Modified:
    turbine/fulcrum/trunk/security/src/changes/changes.xml
    turbine/fulcrum/trunk/security/torque/pom.xml

Modified: turbine/fulcrum/trunk/security/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/src/changes/changes.xml?rev=1892741&r1=1892740&r2=1892741&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/security/src/changes/changes.xml Mon Aug 30 18:19:07 2021
@@ -24,6 +24,7 @@
   </properties>
   <body>
   <release version="2.0.0" description="In Subversion">
+      <action type="update" dev="painter">Java Dependency update: Bump dbcp2 from 2.8.0 to 2.9.0</action>      
       <action type="fix" dev="gk">
         -Use of interfaces TurbineRolePermissionPeerMapper and TurbineUserGroupRoleModelPeerMapper in fulcrum-turbine-schema.xml  
                   and added implementtion in generated stubs, Fix Torque build failures,

Modified: turbine/fulcrum/trunk/security/torque/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/torque/pom.xml?rev=1892741&r1=1892740&r2=1892741&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/torque/pom.xml (original)
+++ turbine/fulcrum/trunk/security/torque/pom.xml Mon Aug 30 18:19:07 2021
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.0</version>
         </dependency>
 
         <!-- testing dependencies -->