@@ -12,24 +12,24 @@ plugins {
1212dependencyResolutionManagement {
1313 versionCatalogs {
1414 libs {
15- version(' asm' , ' 9.6 ' )
15+ version(' asm' , ' 9.7 ' )
1616 library(' asm' , ' org.ow2.asm' , ' asm' ). versionRef(' asm' )
1717 library(' asm-tree' , ' org.ow2.asm' , ' asm-tree' ). versionRef(' asm' )
1818 library(' asm-commons' , ' org.ow2.asm' , ' asm-commons' ). versionRef(' asm' )
1919 bundle(' asm' , [' asm' , ' asm-tree' , ' asm-commons' ])
2020
21- version(' junit' , ' 5.10.0 ' )
21+ version(' junit' , ' 5.10.2 ' )
2222 library(' junit-api' , ' org.junit.jupiter' , ' junit-jupiter-api' ). versionRef(' junit' )
2323 library(' junit-engine' , ' org.junit.jupiter' , ' junit-jupiter-engine' ). versionRef(' junit' )
24- library(' junit-platform-launcher' , ' org.junit.platform:junit-platform-launcher:1.10.0 ' )
24+ library(' junit-platform-launcher' , ' org.junit.platform:junit-platform-launcher:1.10.2 ' )
2525 bundle(' junit-runtime' , [' junit-engine' , ' junit-platform-launcher' ])
2626
2727 library(' unsafe' , ' net.minecraftforge:unsafe:0.9.2' )
2828 library(' modlauncher' , ' net.minecraftforge:modlauncher:10.1.1' ) // Needs securemodules
2929 library(' securemodules' , ' net.minecraftforge:securemodules:2.2.2' ) // Needs unsafe
3030 library(' gson' , ' com.google.code.gson:gson:2.10.1' )
31- library(' jopt-simple' , ' net.sf.jopt-simple:jopt-simple:5.0.4 ' )
32- library(' nulls' , ' org.jetbrains:annotations:23.0 .0' )
31+ library(' jopt-simple' , ' net.sf.jopt-simple:jopt-simple:6.0-alpha-3 ' )
32+ library(' nulls' , ' org.jetbrains:annotations:24.1 .0' )
3333
3434 version(' log4j' , ' 2.19.0' )
3535 library(' log4j-api' , ' org.apache.logging.log4j' , ' log4j-api' ). versionRef(' log4j' )
0 commit comments