Skip to content

Commit

Permalink
Merge pull request #1425 from tazmaniax/depenencies-20220828
Browse files Browse the repository at this point in the history
#1425 Updated dependencies
  • Loading branch information
xael-fry committed Oct 3, 2022
2 parents f0f6e3e + d7e801f commit 576fcc0
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require: &allDependencies
- org.ow2.asm -> asm-tree 9.3
- org.ow2.asm -> asm-analysis 9.3
- cglib -> cglib 3.3.0
- com.google.code.gson -> gson 2.9.0
- com.google.code.gson -> gson 2.9.1
- com.jamonapi -> jamon 2.82
- com.ning -> async-http-client 1.9.40
- commons-beanutils 1.9.4
Expand All @@ -34,45 +34,45 @@ require: &allDependencies
- javax.inject 1.0
- javax.validation -> validation-api 1.1.0.Final
- jaxen 1.2.0
- joda-time 2.10.14
- joda-time 2.11.1
- org.hamcrest -> hamcrest-all 1.3
- junit 4.13.2
- jregex 1.2_01
- log4j-api 2.17.2
- log4j-core 2.17.2
- log4j-api 2.18.0
- log4j-core 2.18.0
- net.sf.ehcache -> ehcache 2.10.9.2
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.1
- net.sf.oval -> oval 1.90
- mysql -> mysql-connector-java 8.0.29
- mysql -> mysql-connector-java 8.0.30
- oauth.signpost -> signpost-core 1.2.1.2
- org.apache.geronimo.specs -> geronimo-servlet_2.5_spec 1.2
- org.apache.ivy -> ivy 2.5.0
- org.bouncycastle -> bcprov-jdk18on 1.71
- org.bouncycastle -> bcpkix-jdk18on 1.71
- org.codehaus.groovy -> groovy 3.0.11
- org.codehaus.groovy -> groovy-xml 3.0.11
- org.eclipse.jdt -> org.eclipse.jdt.core 3.30.0
- org.bouncycastle -> bcprov-jdk18on 1.71.1
- org.bouncycastle -> bcpkix-jdk18on 1.71.1
- org.codehaus.groovy -> groovy 3.0.12
- org.codehaus.groovy -> groovy-xml 3.0.12
- org.eclipse.jdt -> org.eclipse.jdt.core 3.31.0
- org.hibernate -> hibernate-core 5.6.5.Final.patched
- net.bytebuddy -> byte-buddy 1.12.10
- net.bytebuddy -> byte-buddy 1.12.16
- javax.persistence -> javax.persistence-api 2.2
- org.hibernate.common -> hibernate-commons-annotations 5.1.2.Final
- org.hibernate -> hibernate-validator 5.4.1.Final
- org.jboss -> jandex 2.4.2.Final
- org.jboss -> jandex 2.4.3.Final
- org.jboss.logging -> jboss-logging 3.5.0.Final
- org.jboss.spec.javax.transaction -> jboss-transaction-api_1.2_spec 1.1.1.Final
- javax.xml.bind -> jaxb-api 2.3.1
- org.glassfish.jaxb -> jaxb-runtime 2.3.6
- com.fasterxml -> classmate 1.5.1
- org.hibernate -> hibernate-c3p0 5.6.5.Final
- org.hibernate -> hibernate-ehcache 5.6.5.Final
- org.hibernate -> hibernate-c3p0 5.6.11.Final
- org.hibernate -> hibernate-ehcache 5.6.11.Final
- com.mchange -> mchange-commons-java 0.2.20
- org.javassist -> javassist 3.29.0-GA
- org.javassist -> javassist 3.29.1-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 42.4.0
- org.postgresql -> postgresql 42.5.0
- org.slf4j -> slf4j-api 1.7.36
- org.apache.logging.log4j -> log4j-slf4j-impl 2.17.2
- org.yaml -> snakeyaml 1.30
- org.apache.logging.log4j -> log4j-slf4j-impl 2.18.0
- org.yaml -> snakeyaml 1.32
- net.spy -> spymemcached 2.12.3
- com.thoughtworks.xstream -> xstream 1.4.19
- xmlpull 1.1.3.4d_b4_min
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/gson-2.9.0.jar
Binary file not shown.
Binary file added framework/lib/gson-2.9.1.jar
Binary file not shown.
Binary file added framework/lib/hibernate-c3p0-5.6.11.Final.jar
Binary file not shown.
Binary file removed framework/lib/hibernate-c3p0-5.6.5.Final.jar
Binary file not shown.
Binary file added framework/lib/hibernate-ehcache-5.6.11.Final.jar
Binary file not shown.
Binary file removed framework/lib/hibernate-ehcache-5.6.5.Final.jar
Binary file not shown.
Binary file removed framework/lib/jandex-2.4.2.Final.jar
Binary file not shown.
Binary file added framework/lib/jandex-2.4.3.Final.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/joda-time-2.10.14.jar
Binary file not shown.
Binary file added framework/lib/joda-time-2.11.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/snakeyaml-1.30.jar
Binary file not shown.
Binary file added framework/lib/snakeyaml-1.32.jar
Binary file not shown.

0 comments on commit 576fcc0

Please sign in to comment.