← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15086: Upgraded to struts 2.3.16.1

 

------------------------------------------------------------
revno: 15086
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 10:09:29 +0200
message:
  Upgraded to struts 2.3.16.1
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2014-04-25 08:33:22 +0000
+++ dhis-2/pom.xml	2014-04-29 08:09:29 +0000
@@ -507,7 +507,7 @@
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-core</artifactId>
-        <version>2.3.16</version>
+        <version>2.3.16.1</version>
         <exclusions>
           <exclusion>
             <groupId>javassist</groupId>
@@ -518,7 +518,7 @@
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-spring-plugin</artifactId>
-        <version>2.3.16</version>
+        <version>2.3.16.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.velocity</groupId>