Skip to content

Commit 40c8785

Browse files
committed
Move byte buddy version to properties
1 parent c5b6738 commit 40c8785

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<version.nexus-staging-maven-plugin>1.7.0 </version.nexus-staging-maven-plugin>
5454
<version.maven-release-plugin>3.1.1</version.maven-release-plugin>
5555
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
56+
<version.byte.buddy>1.15.1</version.byte.buddy>
5657
</properties>
5758

5859
<dependencyManagement>
@@ -83,12 +84,12 @@
8384
<dependency>
8485
<groupId>net.bytebuddy</groupId>
8586
<artifactId>byte-buddy</artifactId>
86-
<version>1.15.1</version>
87+
<version>${version.byte.buddy}</version>
8788
</dependency>
8889
<dependency>
8990
<groupId>net.bytebuddy</groupId>
9091
<artifactId>byte-buddy-agent</artifactId>
91-
<version>1.15.1</version>
92+
<version>${version.byte.buddy}</version>
9293
</dependency>
9394
<dependency>
9495
<groupId>org.junit</groupId>

0 commit comments

Comments
 (0)