Skip to content

Commit

Permalink
Updated 3rd party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tazmaniax committed Oct 11, 2023
1 parent 14baa56 commit fade597
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require: &allDependencies
- antlr 2.7.7
- com.mchange -> c3p0 0.9.5.5
- com.zaxxer -> HikariCP 5.0.1
- org.ow2.asm -> asm 9.5
- org.ow2.asm -> asm-commons 9.5
- org.ow2.asm -> asm-util 9.5
- org.ow2.asm -> asm-tree 9.5
- org.ow2.asm -> asm-analysis 9.5
- org.ow2.asm -> asm 9.6
- org.ow2.asm -> asm-commons 9.6
- org.ow2.asm -> asm-util 9.6
- org.ow2.asm -> asm-tree 9.6
- org.ow2.asm -> asm-analysis 9.6
- cglib -> cglib 3.3.0
- com.google.code.gson -> gson 2.10.1
- com.jamonapi -> jamon 2.82
Expand All @@ -23,7 +23,7 @@ require: &allDependencies
- commons-codec 1.16.0
- org.apache.commons -> commons-email 1.5
- commons-fileupload 1.5
- commons-io 2.13.0
- commons-io 2.14.0
- 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
Expand Down Expand Up @@ -56,16 +56,16 @@ require: &allDependencies
- 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.8
- net.bytebuddy -> byte-buddy 1.14.9
- 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.3
- io.smallrye -> jandex 3.1.5
- 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.5.1
- com.fasterxml -> classmate 1.6.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
Expand Down
Binary file removed framework/lib/asm-9.5.jar
Binary file not shown.
Binary file added framework/lib/asm-9.6.jar
Binary file not shown.
Binary file removed framework/lib/asm-analysis-9.5.jar
Binary file not shown.
Binary file added framework/lib/asm-analysis-9.6.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 removed framework/lib/commons-io-2.13.0.jar
Binary file not shown.
Binary file added framework/lib/commons-io-2.14.0.jar
Binary file not shown.
Binary file not shown.

0 comments on commit fade597

Please sign in to comment.