Skip to content

Commit

Permalink
HV-1835 Upgrade to byte-buddy 1.10.22
Browse files Browse the repository at this point in the history
It's only used in tests, and these tests seem to fail with older
versions of byte-buddy and JDK 17, for some reason.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and gsmet committed Mar 16, 2021
1 parent 64de4ad commit 4c6116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -176,7 +176,7 @@
<version.org.jboss.arquillian.container.arquillian-weld-se-embedded-1.1>1.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-se-embedded-1.1>
<version.com.fasterxml.jackson.core.jackson-databind>2.10.3</version.com.fasterxml.jackson.core.jackson-databind>
<version.com.fasterxml.jackson.core.jackson-annotations>2.10.3</version.com.fasterxml.jackson.core.jackson-annotations>
<version.net.bytebuddy.byte-buddy>1.10.16</version.net.bytebuddy.byte-buddy>
<version.net.bytebuddy.byte-buddy>1.10.22</version.net.bytebuddy.byte-buddy>

<!-- OSGi dependencies -->
<version.org.apache.karaf>4.2.0</version.org.apache.karaf>
Expand Down

0 comments on commit 4c6116a

Please sign in to comment.