Skip to content

Commit

Permalink
Merge pull request #1087 from dejan2609/upgrade-libs
Browse files Browse the repository at this point in the history
[#2075] dozen of dependencies are upgraded
  • Loading branch information
asolntsev committed Jan 15, 2017
2 parents 56e927e + e59e88d commit 420b267
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions framework/dependencies.yml
Expand Up @@ -9,21 +9,21 @@ transitiveDependencies: false
require: &allDependencies
- antlr 2.7.7
- com.mchange -> c3p0 0.9.5.2
- org.ow2.asm -> asm-all 5.1
- org.ow2.asm -> asm-all 5.2
- cglib -> cglib 3.2.4
- com.google.code.gson -> gson 2.6.2
- com.google.code.gson -> gson 2.8.0
- com.jamonapi -> jamon 2.81
- com.ning -> async-http-client 1.9.38
- com.ning -> async-http-client 1.9.40
- commons-beanutils 1.9.2
- commons-codec 1.10
- org.apache.commons -> commons-email 1.4
- commons-fileupload 1.3.1
- commons-fileupload 1.3.2
- commons-io 2.5
- com.google.code.maven-play-plugin.org.apache.commons -> commons-javaflow 1590792
- commons-lang 2.6
- commons-logging 1.2
- dom4j 1.6.1
- com.h2database -> h2 1.4.192
- com.h2database -> h2 1.4.193
- javax.activation -> activation 1.1.1
- javax.mail -> mail 1.4.7
- javax.inject 1.0
Expand All @@ -37,8 +37,8 @@ require: &allDependencies
- net.sf.ehcache -> ehcache-core 2.6.11
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.1
- net.sf.oval -> oval 1.85
- mysql -> mysql-connector-java 5.1.38
- net.sf.oval -> oval 1.86
- mysql -> mysql-connector-java 5.1.40
- oauth.signpost -> signpost-core 1.2.1.2
- org.apache.geronimo.specs -> geronimo-servlet_2.5_spec 1.2
- org.apache.ivy -> ivy 2.4.0
Expand All @@ -54,15 +54,15 @@ require: &allDependencies
- org.hibernate.javax.persistence -> hibernate-jpa-2.0-api 1.0.1.Final
- org.hibernate -> hibernate-c3p0 4.2.19.Final
- org.hibernate -> hibernate-ehcache 4.2.19.Final
- com.mchange -> mchange-commons-java 0.2.11
- org.javassist -> javassist 3.20.0-GA
- io.netty -> netty 3.10.5.Final
- com.mchange -> mchange-commons-java 0.2.12
- org.javassist -> javassist 3.21.0-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 9.0
- org.slf4j -> slf4j-api 1.7.21
- org.slf4j -> slf4j-log4j12 1.7.21
- org.slf4j -> slf4j-api 1.7.22
- org.slf4j -> slf4j-log4j12 1.7.22
- org.yaml -> snakeyaml 1.17
- net.spy -> spymemcached 2.12.0
- com.thoughtworks.xstream -> xstream 1.4.8
- net.spy -> spymemcached 2.12.1
- com.thoughtworks.xstream -> xstream 1.4.9
- xmlpull 1.1.3.4d_b4_min

# Default repositories, used for all projects
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/commons-fileupload-1.3.1.jar
Binary file not shown.
Binary file added framework/lib/commons-fileupload-1.3.2.jar
Binary file not shown.
Binary file removed framework/lib/gson-2.6.2.jar
Binary file not shown.
Binary file added framework/lib/gson-2.8.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/javassist-3.20.0-GA.jar
Binary file not shown.
Binary file added framework/lib/javassist-3.21.0-GA.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/mysql-connector-java-5.1.38.jar
Binary file not shown.
Binary file added framework/lib/mysql-connector-java-5.1.40.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/oval-1.85.jar
Binary file not shown.
Binary file added framework/lib/oval-1.86.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 420b267

Please sign in to comment.