HHH-12781 Update Javassist dependency to 3.23.1

This commit is contained in:
Guillaume Smet 2018-07-10 13:16:32 +02:00
parent 0e1f3d5c94
commit a56ff4ca9c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ext {
cdiVersion = '2.0'
weldVersion = '3.0.0.Final'
javassistVersion = '3.22.0-GA'
javassistVersion = '3.23.1-GA'
byteBuddyVersion = '1.8.12' // Now with JDK10 compatibility and preliminary support for JDK11
geolatteVersion = '1.3.0'