Skip to content

Commit

Permalink
Merge pull request #1428 from tazmaniax/dependency_update_20221009
Browse files Browse the repository at this point in the history
Updated 3rd party library dependencies
  • Loading branch information
xael-fry authored Dec 11, 2022
2 parents d6dae44 + 4f0ae97 commit 557a968
Show file tree
Hide file tree
Showing 39 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion documentation/manual/configuration.textile
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ Java source level, which overrides the @java.version@ system property. For examp

bc. java.source=11

Values: @1.7@ (No longer supported since 1.5.0), @1.8@ (No longer supported since 1.7.0), @9@ (No longer supported since 1.7.0), @10@ (No longer supported since 1.7.0), @11@, @12@, @13@, @14@, @15@, @17@, @18@.
Values: @1.7@ (No longer supported since 1.5.0), @1.8@ (No longer supported since 1.7.0), @9@ (No longer supported since 1.7.0), @10@ (No longer supported since 1.7.0), @11@, @12@, @13@, @14@, @15@, @17@, @18@, @19@.

Default: @11@

Expand Down
54 changes: 27 additions & 27 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ require: &allDependencies
- antlr 2.7.7
- com.mchange -> c3p0 0.9.5.5
- com.zaxxer -> HikariCP 5.0.1
- org.ow2.asm -> asm 9.3
- org.ow2.asm -> asm-commons 9.3
- org.ow2.asm -> asm-util 9.3
- org.ow2.asm -> asm-tree 9.3
- org.ow2.asm -> asm-analysis 9.3
- org.ow2.asm -> asm 9.4
- org.ow2.asm -> asm-commons 9.4
- org.ow2.asm -> asm-util 9.4
- org.ow2.asm -> asm-tree 9.4
- org.ow2.asm -> asm-analysis 9.4
- cglib -> cglib 3.3.0
- com.google.code.gson -> gson 2.9.1
- com.google.code.gson -> gson 2.10
- 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.11.1
- joda-time 2.12.2
- org.hamcrest -> hamcrest-all 1.3
- junit 4.13.2
- jregex 1.2_01
- log4j-api 2.18.0
- log4j-core 2.18.0
- log4j-api 2.19.0
- log4j-core 2.19.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.30
- com.mysql -> mysql-connector-j 8.0.31
- 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.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.apache.ivy -> ivy 2.5.1
- org.bouncycastle -> bcprov-jdk18on 1.72
- org.bouncycastle -> bcpkix-jdk18on 1.72
- org.codehaus.groovy -> groovy 3.0.13
- org.codehaus.groovy -> groovy-xml 3.0.13
- org.eclipse.jdt -> org.eclipse.jdt.core 3.32.0
- org.hibernate -> hibernate-core 5.6.5.Final.patched
- net.bytebuddy -> byte-buddy 1.12.16
- net.bytebuddy -> byte-buddy 1.12.19
- 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.3.Final
- org.hibernate -> hibernate-validator 5.4.3.Final
- io.smallrye -> jandex 3.0.5
- 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
- org.glassfish.jaxb -> jaxb-runtime 2.3.7
- com.fasterxml -> classmate 1.5.1
- org.hibernate -> hibernate-c3p0 5.6.11.Final
- org.hibernate -> hibernate-ehcache 5.6.11.Final
- org.hibernate -> hibernate-c3p0 5.6.14.Final
- org.hibernate -> hibernate-ehcache 5.6.14.Final
- com.mchange -> mchange-commons-java 0.2.20
- org.javassist -> javassist 3.29.1-GA
- org.javassist -> javassist 3.29.2-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 42.5.0
- org.slf4j -> slf4j-api 1.7.36
- org.apache.logging.log4j -> log4j-slf4j-impl 2.18.0
- org.yaml -> snakeyaml 1.32
- org.postgresql -> postgresql 42.5.1
- org.slf4j -> slf4j-api 2.0.5
- org.apache.logging.log4j -> log4j-slf4j2-impl 2.19.0
- org.yaml -> snakeyaml 1.33
- 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 removed framework/lib/asm-util-9.3.jar
Binary file not shown.
Binary file added framework/lib/asm-util-9.4.jar
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/bcprov-jdk18on-1.71.1.jar
Binary file not shown.
Binary file added framework/lib/bcprov-jdk18on-1.72.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added framework/lib/gson-2.10.jar
Binary file not shown.
Binary file removed framework/lib/gson-2.9.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/ivy-2.5.0.jar
Binary file not shown.
Binary file added framework/lib/ivy-2.5.1.jar
Binary file not shown.
Binary file removed framework/lib/jandex-2.4.3.Final.jar
Binary file not shown.
Binary file added framework/lib/jandex-3.0.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/joda-time-2.11.1.jar
Binary file not shown.
Binary file added framework/lib/joda-time-2.12.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/log4j-slf4j-impl-2.18.0.jar
Binary file not shown.
Binary file added framework/lib/log4j-slf4j2-impl-2.19.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed framework/lib/slf4j-api-1.7.36.jar
Binary file not shown.
Binary file added framework/lib/slf4j-api-2.0.5.jar
Binary file not shown.
Binary file removed framework/lib/snakeyaml-1.32.jar
Binary file not shown.
Binary file added framework/lib/snakeyaml-1.33.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion framework/src/play/classloading/ApplicationCompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class ApplicationCompiler {
"15", CompilerOptions.VERSION_15,
"16", CompilerOptions.VERSION_16,
"17", CompilerOptions.VERSION_17,
"18", CompilerOptions.VERSION_18
"18", CompilerOptions.VERSION_18,
"19", CompilerOptions.VERSION_19
);

final Map<String, Boolean> packagesCache = new HashMap<>();
Expand Down

0 comments on commit 557a968

Please sign in to comment.