← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21486: update json-path to 2.1.0

 

------------------------------------------------------------
revno: 21486
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-12-17 15:44:42 +0100
message:
  update json-path to 2.1.0
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	2015-12-17 14:33:30 +0000
+++ dhis-2/pom.xml	2015-12-17 14:44:42 +0000
@@ -996,7 +996,7 @@
       <dependency>
         <groupId>com.jayway.jsonpath</groupId>
         <artifactId>json-path</artifactId>
-        <version>0.9.1</version>
+        <version>2.1.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>