Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated 3rd party dependencies #1459

Merged
merged 10 commits into from
Mar 1, 2024
46 changes: 23 additions & 23 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ transitiveDependencies: false
require: &allDependencies
- antlr 2.7.7
- com.mchange -> c3p0 0.9.5.5
- com.zaxxer -> HikariCP 5.0.1
- com.zaxxer -> HikariCP 5.1.0
- org.ow2.asm -> asm 9.6
- org.ow2.asm -> asm-commons 9.6
- org.ow2.asm -> asm-util 9.6
Expand All @@ -20,60 +20,60 @@ require: &allDependencies
- com.jamonapi -> jamon 2.82
- com.ning -> async-http-client 1.9.40
- commons-beanutils 1.9.4
- commons-codec 1.16.0
- org.apache.commons -> commons-email 1.5
- commons-codec 1.16.1
- org.apache.commons -> commons-email 1.6.0
- commons-fileupload 1.5
- commons-io 2.14.0
- commons-io 2.15.1
- com.google.code.maven-play-plugin.org.apache.commons -> commons-javaflow 1590792
- org.apache.commons -> commons-lang3 3.13.0
- org.apache.commons -> commons-text 1.10.0
- commons-logging 1.2
- org.apache.commons -> commons-lang3 3.14.0
- org.apache.commons -> commons-text 1.11.0
- commons-logging 1.3.0
- org.dom4j -> dom4j 2.1.4
- com.h2database -> h2 1.4.200
- javax.activation -> javax.activation-api 1.2.0
- com.sun.mail -> javax.mail 1.6.2
- 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.7
- org.hamcrest -> hamcrest-all 1.3
- junit 4.13.2
- jregex 1.2_01
- org.apache.logging.log4j -> log4j-api 2.20.0
- org.apache.logging.log4j -> log4j-core 2.20.0
- org.apache.logging.log4j -> log4j-api 2.23.0
- org.apache.logging.log4j -> log4j-core 2.23.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
- com.mysql -> mysql-connector-j 8.1.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.76
- org.bouncycastle -> bcpkix-jdk18on 1.76
- org.codehaus.groovy -> groovy 3.0.19
- org.codehaus.groovy -> groovy-xml 3.0.19
- org.bouncycastle -> bcprov-jdk18on 1.77
- org.bouncycastle -> bcpkix-jdk18on 1.77
- 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.9
- net.bytebuddy -> byte-buddy 1.14.12
- 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
- io.smallrye -> jandex 3.1.5
- io.smallrye -> jandex 3.1.6
- org.jboss.logging -> jboss-logging 3.5.3.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.8
- com.fasterxml -> classmate 1.6.0
- org.glassfish.jaxb -> jaxb-runtime 2.3.9
- 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.29.2-GA
- org.javassist -> javassist 3.30.2-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 42.6.0
- org.slf4j -> slf4j-api 2.0.9
- org.apache.logging.log4j -> log4j-slf4j2-impl 2.20.0
- org.postgresql -> postgresql 42.7.2
- org.slf4j -> slf4j-api 2.0.12
- org.apache.logging.log4j -> log4j-slf4j2-impl 2.23.0
- org.yaml -> snakeyaml 2.2
- net.spy -> spymemcached 2.12.3
- com.thoughtworks.xstream -> xstream 1.4.20
Expand Down
Binary file removed framework/lib/HikariCP-5.0.1.jar
Binary file not shown.
Binary file added framework/lib/HikariCP-5.1.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 removed framework/lib/commons-codec-1.16.0.jar
Binary file not shown.
Binary file added framework/lib/commons-codec-1.16.1.jar
Binary file not shown.
Binary file removed framework/lib/commons-email-1.5.jar
Binary file not shown.
Binary file added framework/lib/commons-email-1.6.0.jar
Binary file not shown.
Binary file removed framework/lib/commons-io-2.14.0.jar
Binary file not shown.
Binary file added framework/lib/commons-io-2.15.1.jar
Binary file not shown.
Binary file removed framework/lib/commons-lang3-3.13.0.jar
Binary file not shown.
Binary file added framework/lib/commons-lang3-3.14.0.jar
Binary file not shown.
Binary file removed framework/lib/commons-logging-1.2.jar
Binary file not shown.
Binary file added framework/lib/commons-logging-1.3.0.jar
Binary file not shown.
Binary file removed framework/lib/commons-text-1.10.0.jar
Binary file not shown.
Binary file added framework/lib/commons-text-1.11.0.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/log4j-api-2.20.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-api-2.23.0.jar
Binary file not shown.
Binary file removed framework/lib/log4j-core-2.20.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-core-2.23.0.jar
Binary file not shown.
Binary file removed framework/lib/log4j-slf4j2-impl-2.20.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-slf4j2-impl-2.23.0.jar
Binary file not shown.
Binary file removed framework/lib/mysql-connector-j-8.1.0.jar
Binary file not shown.
Binary file added framework/lib/mysql-connector-j-8.3.0.jar
Binary file not shown.
Binary file removed framework/lib/postgresql-42.6.0.jar
Binary file not shown.
Binary file added framework/lib/postgresql-42.7.2.jar
Binary file not shown.
Binary file not shown.
Loading