11plugins {
22 id ' java-library'
33 id ' maven-publish'
4- id " com.gradle.plugin-publish" version " 1.2.2 "
4+ id " com.gradle.plugin-publish" version " 1.3.0 "
55 id ' java-gradle-plugin'
6- id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.67 "
6+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.80 "
77}
88
99sourceSets. main. java. srcDirs = files(' src' )
@@ -32,22 +32,22 @@ repositories {
3232
3333dependencies {
3434 compileOnly " org.jetbrains:annotations:24.1.0"
35- compileOnly " org.checkerframework:checker-qual:3.47.0 "
35+ compileOnly " org.checkerframework:checker-qual:3.48.1 "
3636 testImplementation " junit:junit:4.13.2"
3737 // TODO: actually test Mixin at the same time
3838 // api 'org.minimallycorrect.mixin:Mixin:0.0.6'
3939 implementation ' net.fabricmc:tiny-remapper:0.10.4'
4040 implementation ' net.fabricmc:tiny-mappings-parser:0.3.0+build.17'
41- implementation ' com.google.guava:guava:33.3.0 -jre'
41+ implementation ' com.google.guava:guava:33.3.1 -jre'
4242
4343 compileOnly ' org.projectlombok:lombok:1.18.34'
4444 annotationProcessor ' org.projectlombok:lombok:1.18.34'
4545 testCompileOnly ' org.projectlombok:lombok:1.18.34'
4646 testAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
4747
4848 // https://junit.org/junit5/docs/current/user-guide/#running-tests-build
49- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
50- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
49+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
50+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
5151}
5252
5353test {
@@ -64,10 +64,10 @@ allprojects {
6464 resolutionStrategy {
6565 failOnVersionConflict()
6666
67- force(' org.checkerframework:checker-qual:3.47.0 ' )
68- force(' com.google.guava:guava:33.3.0 -jre' )
67+ force(' org.checkerframework:checker-qual:3.48.1 ' )
68+ force(' com.google.guava:guava:33.3.1 -jre' )
6969 force(' com.google.code.findbugs:jsr305:3.0.2' )
70- def asmVer = ' 9.7'
70+ def asmVer = ' 9.7.1 '
7171 force(" org.ow2.asm:asm:$asmVer " )
7272 force(" org.ow2.asm:asm-tree:$asmVer " )
7373 force(" org.ow2.asm:asm-analysis:$asmVer " )
0 commit comments