HHH-11698 Upgrade to Byte Buddy 1.6.14 for improved JDK9 compatibility

This commit is contained in:
Sanne Grinovero 2017-04-27 13:37:28 +01:00
parent 74d4eb61a9
commit afb5ca8cba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ext {
cdiVersion = '1.1'
javassistVersion = '3.20.0-GA'
byteBuddyVersion = '1.6.6'
byteBuddyVersion = '1.6.14' // Improved JDK9 compatibility
// Wildfly version targeted by module ZIP; Arquillian/Shrinkwrap versions used for CDI testing and testing the module ZIP
wildflyVersion = '10.1.0.Final'