Skip to content

Commit fc5101f

Browse files
committed
Update asm and asm-commons to 9.7
Fixes #46
1 parent 817e044 commit fc5101f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/java/com/alessiodp/libby/relocation/RelocationHelper.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public RelocationHelper(@NotNull LibraryManager libraryManager) {
6565
Library.builder()
6666
.groupId("org{}ow2{}asm")
6767
.artifactId("asm-commons")
68-
.version("9.2")
69-
.checksumFromBase64("vkzlMTiiOLtSLNeBz5Hzulzi9sqT7GLUahYqEnIl4KY=")
68+
.version("9.7")
69+
.checksumFromBase64("OJvCR5WOBJ/JoECNOYySxtNwwYA1EgOV1Muh2dkwS3o=")
7070
.fallbackRepository(Repositories.MAVEN_CENTRAL)
7171
.build()
7272
));
@@ -76,8 +76,8 @@ public RelocationHelper(@NotNull LibraryManager libraryManager) {
7676
Library.builder()
7777
.groupId("org{}ow2{}asm")
7878
.artifactId("asm")
79-
.version("9.2")
80-
.checksumFromBase64("udT+TXGTjfOIOfDspCqqpkz4sxPWeNoDbwyzyhmbR/U=")
79+
.version("9.7")
80+
.checksumFromBase64("rfRtXjSUC98Ujs3Sap7o7qlElqcgNP9xQQZrPupcTp0=")
8181
.fallbackRepository(Repositories.MAVEN_CENTRAL)
8282
.build()
8383
));

0 commit comments

Comments
 (0)