Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- known old version of byte-buddy added intentionally to the app classpath -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.9.16</version>
<version>1.18.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
<version.json-schema-validator>2.0.0</version.json-schema-validator>
<!-- Byte Buddy and ASM must be kept in sync -->
<version.byte-buddy>1.18.2</version.byte-buddy>
<version.byte-buddy>1.18.3</version.byte-buddy>
<version.asm>9.9</version.asm>
<version.cucumber>5.4.0</version.cucumber>

Expand Down
Loading