Skip to content

Commit

Permalink
Add ByteBuddy 1.8.21 to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Oct 3, 2018
1 parent 9a2d7b6 commit 61d5b09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dropwizard-bom/pom.xml
Expand Up @@ -167,6 +167,11 @@
<artifactId>classmate</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.8.21</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
Expand Down

0 comments on commit 61d5b09

Please sign in to comment.