Skip to content

Commit 47f85c1

Browse files
committed
Bump ASM to 9.9.1, Java 25 and 26 support
1 parent c1e21ba commit 47f85c1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

settings.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,20 @@ dependencyResolutionManagement {
1616
versionCatalogs {
1717
libs {
1818
library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3')
19-
library('srgutils', 'net.minecraftforge:srgutils:0.5.10')
19+
library('srgutils', 'net.minecraftforge:srgutils:0.6.2')
2020

21-
version('asm', '9.7')
21+
version('asm', '9.9.1')
2222
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
2323
library('asm-commons', 'org.ow2.asm', 'asm-commons').versionRef('asm')
2424
library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm')
2525
library('asm-util', 'org.ow2.asm', 'asm-util' ).versionRef('asm')
2626
bundle('asm', ['asm', 'asm-commons', 'asm-tree', 'asm-util'])
27+
28+
version('junit', '5.10.1')
29+
library('junit-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
30+
library('junit-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
31+
library('junit-platform-launcher', 'org.junit.platform:junit-platform-launcher:1.10.1')
32+
bundle('junit-runtime', ['junit-engine', 'junit-platform-launcher'])
2733
}
2834
}
2935
}

0 commit comments

Comments
 (0)