HHH-11698 Upgrade to Byte Buddy 1.6.14 for improved JDK9 compatibility
This commit is contained in:
parent
74d4eb61a9
commit
afb5ca8cba
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue