Skip to content

Commit

Permalink
Update libs (#3300)
Browse files Browse the repository at this point in the history
* update guava from 23.0 -> 23.2
* update mysql-connector-java from 5.1.44

* update mysql-connector-java from 5.1.44 -> 5.1.44

* Revert "update controlsfx from 8.40.14 -> 9.0.0"

This reverts commit 9ba4b4b.
  • Loading branch information
LinusDietz authored and Siedlerchr committed Oct 13, 2017
1 parent 451a43e commit bfb6108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ dependencies {
compile 'org.antlr:antlr4-runtime:4.7'

// VersionEye states that 6.0.5 is the most recent version, but http://dev.mysql.com/downloads/connector/j/ shows that as "Development Release"
compile 'mysql:mysql-connector-java:5.1.43'
compile 'mysql:mysql-connector-java:5.1.44'

compile 'com.impossibl.pgjdbc-ng:pgjdbc-ng:0.7.1'

compile 'net.java.dev.glazedlists:glazedlists_java15:1.9.1'

compile 'com.google.guava:guava:23.0'
compile 'com.google.guava:guava:23.2-jre'

// JavaFX stuff
compile 'com.airhacks:afterburner.fx:1.7.0'
Expand Down

0 comments on commit bfb6108

Please sign in to comment.