HHH-11417 - Update to Byte Buddy 1.6.4
- fixes handling of bridge methods when encountering raw types
This commit is contained in:
parent
536a91dc78
commit
7f34ac128b
|
@ -19,7 +19,7 @@ ext {
|
|||
cdiVersion = '1.1'
|
||||
|
||||
javassistVersion = '3.20.0-GA'
|
||||
byteBuddyVersion = '1.6.0'
|
||||
byteBuddyVersion = '1.6.4'
|
||||
|
||||
// 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