Skip to content

Commit

Permalink
Merge pull request playframework#962 from xael-fry/2039_updateLib2
Browse files Browse the repository at this point in the history
[#2039] update libraries
  • Loading branch information
xael-fry committed Mar 7, 2016
2 parents 6ebb7de + a0dae09 commit bbb3f10
Showing 24 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
@@ -10,14 +10,14 @@ require: &allDependencies
- antlr 2.7.7
- c3p0 0.9.5
- org.ow2.asm -> asm-all 5.0.4
- cglib -> cglib 3.1
- com.google.code.gson -> gson 2.3.1
- cglib -> cglib 3.2.1
- com.google.code.gson -> gson 2.6.2
- com.jamonapi -> jamon 2.81
- com.ning -> async-http-client 1.9.31
- commons-beanutils 1.8.3
- commons-beanutils 1.9.2
- commons-codec 1.10
- commons-collections 3.2.1
- commons-email 1.3.3
- commons-collections 3.2.2
- commons-email 1.4
- commons-fileupload 1.3.1
- commons-io 2.4
- commons-javaflow 1590792
@@ -30,15 +30,15 @@ require: &allDependencies
- javax.inject 1.0
- javax.validation -> validation-api 1.0.0.GA
- jaxen 1.1.6
- joda-time 2.8.2
- joda-time 2.9.2
- org.hamcrest -> hamcrest-core 1.3
- junit 4.12
- jregex 1.2_01
- log4j 1.2.17
- net.sf.ehcache -> ehcache-core 2.6.11
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.0
- net.sf.oval -> oval 1.84
- net.sf.oval -> oval 1.85
- mysql -> mysql-connector-java 5.1.35
- oauth.signpost -> signpost-core 1.2.1.2
- org.apache.geronimo.specs -> geronimo-servlet_2.5_spec 1.2
@@ -56,14 +56,14 @@ require: &allDependencies
- org.hibernate -> hibernate-c3p0 4.2.19.Final
- org.hibernate -> hibernate-ehcache 4.2.19.Final
- com.mchange -> mchange-commons-java 0.2.9
- org.javassist -> javassist 3.19.0-GA
- org.javassist -> javassist 3.20.0-GA
- org.jboss.netty -> netty 3.10.4.Final
- org.postgresql -> postgresql 9.0
- org.slf4j -> slf4j-api 1.7.10
- org.slf4j -> slf4j-log4j12 1.7.10
- org.yaml -> snakeyaml 1.15
- spy -> spymemcached 2.11.7
- com.thoughtworks.xstream -> xstream 1.4.7
- org.slf4j -> slf4j-api 1.7.16
- org.slf4j -> slf4j-log4j12 1.7.16
- org.yaml -> snakeyaml 1.17
- spy -> spymemcached 2.12.0
- com.thoughtworks.xstream -> xstream 1.4.8
- xmlpull 1.1.3.1

# Default repositories, used for all projects
Binary file removed framework/lib/cglib-3.1.jar
Binary file not shown.
Binary file added framework/lib/cglib-3.2.1.jar
Binary file not shown.
Binary file removed framework/lib/commons-beanutils-1.8.3.jar
Binary file not shown.
Binary file added framework/lib/commons-beanutils-1.9.2.jar
Binary file not shown.
Binary file removed framework/lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file added framework/lib/commons-collections-3.2.2.jar
Binary file not shown.
Binary file removed framework/lib/commons-email-1.3.3.jar
Binary file not shown.
Binary file added framework/lib/commons-email-1.4.jar
Binary file not shown.
Binary file removed framework/lib/gson-2.3.1.jar
Binary file not shown.
Binary file added framework/lib/gson-2.6.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/oval-1.84.jar
Binary file not shown.
Binary file added framework/lib/oval-1.85.jar
Binary file not shown.
Binary file removed framework/lib/slf4j-api-1.7.10.jar
Binary file not shown.
Binary file added framework/lib/slf4j-api-1.7.16.jar
Binary file not shown.
Binary file removed framework/lib/slf4j-log4j12-1.7.10.jar
Binary file not shown.
Binary file added framework/lib/slf4j-log4j12-1.7.16.jar
Binary file not shown.
Binary file removed framework/lib/snakeyaml-1.15.jar
Binary file not shown.
Binary file added framework/lib/snakeyaml-1.17.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/xstream-1.4.7.jar
Binary file not shown.
Binary file added framework/lib/xstream-1.4.8.jar
Binary file not shown.

0 comments on commit bbb3f10

Please sign in to comment.