HHH-11417 - Update to Byte Buddy 1.6.4

- fixes handling of bridge methods when encountering raw types
This commit is contained in:
Rafael Winterhalter 2017-01-19 18:11:37 +01:00 committed by Vlad Mihalcea
parent 536a91dc78
commit 7f34ac128b
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.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'