Skip to content

Commit

Permalink
fix: Support Java 16 for production build (#10231)
Browse files Browse the repository at this point in the history
Updates bytebuddy dependency from 1.10.9 -> 1.10.21

Fixes #10115
  • Loading branch information
Artur- authored and vaadin-bot committed Mar 9, 2021
1 parent 7956c4a commit 37bb24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.9</version>
<version>1.10.21</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 37bb24c

Please sign in to comment.