Commit ce13e4c 1 parent d65b18c commit ce13e4c Copy full SHA for ce13e4c
File tree 1 file changed +4
-4
lines changed
core/src/main/java/net/byteflux/libby/relocation
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ public RelocationHelper(LibraryManager libraryManager) {
53
53
Library .builder ()
54
54
.groupId ("org.ow2.asm" )
55
55
.artifactId ("asm-commons" )
56
- .version ("9.2 " )
57
- .checksum ("vkzlMTiiOLtSLNeBz5Hzulzi9sqT7GLUahYqEnIl4KY =" )
56
+ .version ("9.7 " )
57
+ .checksum ("OJvCR5WOBJ/JoECNOYySxtNwwYA1EgOV1Muh2dkwS3o =" )
58
58
.repository (Repositories .MAVEN_CENTRAL )
59
59
.build ()
60
60
));
@@ -64,8 +64,8 @@ public RelocationHelper(LibraryManager libraryManager) {
64
64
Library .builder ()
65
65
.groupId ("org.ow2.asm" )
66
66
.artifactId ("asm" )
67
- .version ("9.2 " )
68
- .checksum ("udT+TXGTjfOIOfDspCqqpkz4sxPWeNoDbwyzyhmbR/U =" )
67
+ .version ("9.7 " )
68
+ .checksum ("rfRtXjSUC98Ujs3Sap7o7qlElqcgNP9xQQZrPupcTp0 =" )
69
69
.repository (Repositories .MAVEN_CENTRAL )
70
70
.build ()
71
71
));
You can’t perform that action at this time.
0 commit comments