Skip to content

Commit

Permalink
Merge pull request #90 from webcompere/byte-buddy-version-property
Browse files Browse the repository at this point in the history
Move byte buddy version to properties
  • Loading branch information
ashleyfrieze committed Sep 25, 2024
2 parents c5b6738 + 40c8785 commit 469217f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<version.nexus-staging-maven-plugin>1.7.0 </version.nexus-staging-maven-plugin>
<version.maven-release-plugin>3.1.1</version.maven-release-plugin>
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
<version.byte.buddy>1.15.1</version.byte.buddy>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -83,12 +84,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.1</version>
<version>${version.byte.buddy}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.1</version>
<version>${version.byte.buddy}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit 469217f

Please sign in to comment.