File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 53
53
<version .nexus-staging-maven-plugin>1.7.0 </version .nexus-staging-maven-plugin>
54
54
<version .maven-release-plugin>3.1.1</version .maven-release-plugin>
55
55
<version .maven-compiler-plugin>3.13.0</version .maven-compiler-plugin>
56
+ <version .byte.buddy>1.15.1</version .byte.buddy>
56
57
</properties >
57
58
58
59
<dependencyManagement >
83
84
<dependency >
84
85
<groupId >net.bytebuddy</groupId >
85
86
<artifactId >byte-buddy</artifactId >
86
- <version >1.15.1 </version >
87
+ <version >${version.byte.buddy} </version >
87
88
</dependency >
88
89
<dependency >
89
90
<groupId >net.bytebuddy</groupId >
90
91
<artifactId >byte-buddy-agent</artifactId >
91
- <version >1.15.1 </version >
92
+ <version >${version.byte.buddy} </version >
92
93
</dependency >
93
94
<dependency >
94
95
<groupId >org.junit</groupId >
You can’t perform that action at this time.
0 commit comments