Skip to content

Commit

Permalink
fix POM - and of course I've been talking about Java 14, not 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 4, 2020
1 parent 43b70d3 commit ba9d639
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -539,13 +539,13 @@
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.10</version>
<scope>provided</scope>
</dependency>
</dependencyManagement>
</profile>
</profiles>
Expand Down

0 comments on commit ba9d639

Please sign in to comment.