File tree 2 files changed +2
-2
lines changed
integration-tests/runtime-attach/runtime-attach-app
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<!-- known old version of byte-buddy added intentionally to the app classpath -->
32
32
<groupId >net.bytebuddy</groupId >
33
33
<artifactId >byte-buddy-agent</artifactId >
34
- <version >1.9.16 </version >
34
+ <version >1.17.4 </version >
35
35
</dependency >
36
36
</dependencies >
37
37
Original file line number Diff line number Diff line change 130
130
<version .jetty-server>9.4.11.v20180605</version .jetty-server>
131
131
<version .json-schema-validator>1.5.5</version .json-schema-validator>
132
132
<!-- Byte Buddy and ASM must be kept in sync -->
133
- <version .byte-buddy>1.17.2 </version .byte-buddy>
133
+ <version .byte-buddy>1.17.4 </version .byte-buddy>
134
134
<version .asm>9.7.1</version .asm>
135
135
<version .cucumber>5.4.0</version .cucumber>
136
136
You can’t perform that action at this time.
0 commit comments