dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #43990
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22321: Upgraded postgresql and mysql jdbc connectors
------------------------------------------------------------
revno: 22321
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2016-03-15 12:02:44 +0100
message:
Upgraded postgresql and mysql jdbc connectors
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 2016-03-15 08:27:06 +0000
+++ dhis-2/pom.xml 2016-03-15 11:02:44 +0000
@@ -793,12 +793,12 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.33</version>
+ <version>5.1.38</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.3-1102-jdbc41</version>
+ <version>9.4.1208</version>
</dependency>
<!-- Apache jClouds -->