mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
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'
|
cdiVersion = '1.1'
|
||||||
|
|
||||||
javassistVersion = '3.20.0-GA'
|
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
|
// Wildfly version targeted by module ZIP; Arquillian/Shrinkwrap versions used for CDI testing and testing the module ZIP
|
||||||
wildflyVersion = '10.1.0.Final'
|
wildflyVersion = '10.1.0.Final'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user