Skip to content

Commit

Permalink
upgrade javassist version
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 11, 2021
1 parent a90f2ba commit daf37b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<!-- Build system options -->
<!-- Encoding for both sources and resources -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.source.version>16</project.source.version>
<project.source.version>11</project.source.version>
<project.build.locale>en_US</project.build.locale>
<ansi.color>true</ansi.color>
<verbose.jaxb2>false</verbose.jaxb2>
Expand Down Expand Up @@ -385,7 +385,7 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<!-- Version compatible with JDK 11. Transitive dependency from hibernate. Hibernate has older version. -->
<version>3.25.0-GA</version>
<version>3.28.0-GA</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down

0 comments on commit daf37b4

Please sign in to comment.