Skip to content

Commit

Permalink
set bytebuddy dependency to 1.10.10 for Java 7-13 as well
Browse files Browse the repository at this point in the history
might make things easeier for Gradle, see #188
  • Loading branch information
bodewig committed Jun 12, 2020
1 parent f64349a commit c261b72
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -507,7 +507,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.0</version>
<version>1.10.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -531,12 +531,6 @@
<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>
</dependencyManagement>
</profile>
Expand Down

0 comments on commit c261b72

Please sign in to comment.