Commit fc5101f 1 parent 817e044 commit fc5101f Copy full SHA for fc5101f
File tree 1 file changed +4
-4
lines changed
core/src/main/java/com/alessiodp/libby/relocation
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ public RelocationHelper(@NotNull LibraryManager libraryManager) {
65
65
Library .builder ()
66
66
.groupId ("org{}ow2{}asm" )
67
67
.artifactId ("asm-commons" )
68
- .version ("9.2 " )
69
- .checksumFromBase64 ("vkzlMTiiOLtSLNeBz5Hzulzi9sqT7GLUahYqEnIl4KY =" )
68
+ .version ("9.7 " )
69
+ .checksumFromBase64 ("OJvCR5WOBJ/JoECNOYySxtNwwYA1EgOV1Muh2dkwS3o =" )
70
70
.fallbackRepository (Repositories .MAVEN_CENTRAL )
71
71
.build ()
72
72
));
@@ -76,8 +76,8 @@ public RelocationHelper(@NotNull LibraryManager libraryManager) {
76
76
Library .builder ()
77
77
.groupId ("org{}ow2{}asm" )
78
78
.artifactId ("asm" )
79
- .version ("9.2 " )
80
- .checksumFromBase64 ("udT+TXGTjfOIOfDspCqqpkz4sxPWeNoDbwyzyhmbR/U =" )
79
+ .version ("9.7 " )
80
+ .checksumFromBase64 ("rfRtXjSUC98Ujs3Sap7o7qlElqcgNP9xQQZrPupcTp0 =" )
81
81
.fallbackRepository (Repositories .MAVEN_CENTRAL )
82
82
.build ()
83
83
));
You can’t perform that action at this time.
0 commit comments