Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tazmaniax committed Jan 30, 2024
1 parent 7db2627 commit 613aef1
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@ require: &allDependencies
- javax.inject 1.0
- javax.validation -> validation-api 1.1.0.Final
- jaxen 2.0.0
- joda-time 2.12.5
- joda-time 2.12.6
- org.hamcrest -> hamcrest-all 1.3
- junit 4.13.2
- jregex 1.2_01
- org.apache.logging.log4j -> log4j-api 2.22.0
- org.apache.logging.log4j -> log4j-core 2.22.0
- org.apache.logging.log4j -> log4j-api 2.22.1
- org.apache.logging.log4j -> log4j-core 2.22.1
- 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
- com.mysql -> mysql-connector-j 8.2.0
- com.mysql -> mysql-connector-j 8.3.0
- 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.2
- org.bouncycastle -> bcprov-jdk18on 1.77
- org.bouncycastle -> bcpkix-jdk18on 1.77
- org.codehaus.groovy -> groovy 3.0.19
- org.codehaus.groovy -> groovy-xml 3.0.19
- org.codehaus.groovy -> groovy 3.0.20
- org.codehaus.groovy -> groovy-xml 3.0.20
- org.eclipse.jdt -> org.eclipse.jdt.core 3.33.0
- org.eclipse.jdt -> ecj 3.33.0
- org.hibernate -> hibernate-core 5.6.5.Final.patched
- net.bytebuddy -> byte-buddy 1.14.10
- net.bytebuddy -> byte-buddy 1.14.11
- javax.persistence -> javax.persistence-api 2.2
- org.hibernate.common -> hibernate-commons-annotations 5.1.2.Final
- org.hibernate -> hibernate-validator 5.4.3.Final
Expand All @@ -65,15 +65,15 @@ require: &allDependencies
- 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.9
- com.fasterxml -> classmate 1.6.0
- com.fasterxml -> classmate 1.7.0
- org.hibernate -> hibernate-c3p0 5.6.15.Final
- org.hibernate -> hibernate-ehcache 5.6.15.Final
- com.mchange -> mchange-commons-java 0.2.20
- org.javassist -> javassist 3.30.1-GA
- org.javassist -> javassist 3.30.2-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 42.7.1
- org.slf4j -> slf4j-api 2.0.9
- org.apache.logging.log4j -> log4j-slf4j2-impl 2.22.0
- org.slf4j -> slf4j-api 2.0.11
- org.apache.logging.log4j -> log4j-slf4j2-impl 2.22.1
- org.yaml -> snakeyaml 2.2
- net.spy -> spymemcached 2.12.3
- com.thoughtworks.xstream -> xstream 1.4.20
Expand Down
Binary file not shown.
Binary file removed framework/lib/classmate-1.6.0.jar
Binary file not shown.
Binary file added framework/lib/classmate-1.7.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/javassist-3.30.1-GA.jar
Binary file not shown.
Binary file added framework/lib/javassist-3.30.2-GA.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/log4j-api-2.22.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-api-2.22.1.jar
Binary file not shown.
Binary file removed framework/lib/log4j-core-2.22.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-core-2.22.1.jar
Binary file not shown.
Binary file removed framework/lib/log4j-slf4j2-impl-2.22.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-slf4j2-impl-2.22.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 613aef1

Please sign in to comment.