Skip to content

Commit ce13e4c

Browse files
committed
Update asm and asm-commons to 9.7
Fixes #46
1 parent d65b18c commit ce13e4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/java/net/byteflux/libby/relocation/RelocationHelper.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public RelocationHelper(LibraryManager libraryManager) {
5353
Library.builder()
5454
.groupId("org.ow2.asm")
5555
.artifactId("asm-commons")
56-
.version("9.2")
57-
.checksum("vkzlMTiiOLtSLNeBz5Hzulzi9sqT7GLUahYqEnIl4KY=")
56+
.version("9.7")
57+
.checksum("OJvCR5WOBJ/JoECNOYySxtNwwYA1EgOV1Muh2dkwS3o=")
5858
.repository(Repositories.MAVEN_CENTRAL)
5959
.build()
6060
));
@@ -64,8 +64,8 @@ public RelocationHelper(LibraryManager libraryManager) {
6464
Library.builder()
6565
.groupId("org.ow2.asm")
6666
.artifactId("asm")
67-
.version("9.2")
68-
.checksum("udT+TXGTjfOIOfDspCqqpkz4sxPWeNoDbwyzyhmbR/U=")
67+
.version("9.7")
68+
.checksum("rfRtXjSUC98Ujs3Sap7o7qlElqcgNP9xQQZrPupcTp0=")
6969
.repository(Repositories.MAVEN_CENTRAL)
7070
.build()
7171
));

0 commit comments

Comments
 (0)