Skip to content

Commit

Permalink
fix: upgrade bytebuddy version for Java 18 (#11400) (#11402)
Browse files Browse the repository at this point in the history
1.10.21 -> 1.11.6

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
  • Loading branch information
vaadin-bot and ZheSun88 committed Jul 9, 2021
1 parent 0d221e9 commit a4db0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.21</version>
<version>1.11.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a4db0b4

Please sign in to comment.