1
1
plugins {
2
2
id ' java-library'
3
3
id ' maven-publish'
4
- id " com.gradle.plugin-publish" version " 1.2.2 "
4
+ id " com.gradle.plugin-publish" version " 1.3.0 "
5
5
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 "
7
7
}
8
8
9
9
sourceSets. main. java. srcDirs = files(' src' )
@@ -32,22 +32,22 @@ repositories {
32
32
33
33
dependencies {
34
34
compileOnly " org.jetbrains:annotations:24.1.0"
35
- compileOnly " org.checkerframework:checker-qual:3.47.0 "
35
+ compileOnly " org.checkerframework:checker-qual:3.48.2 "
36
36
testImplementation " junit:junit:4.13.2"
37
37
// TODO: actually test Mixin at the same time
38
38
// api 'org.minimallycorrect.mixin:Mixin:0.0.6'
39
39
implementation ' net.fabricmc:tiny-remapper:0.10.4'
40
40
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'
42
42
43
- compileOnly ' org.projectlombok:lombok:1.18.34 '
44
- annotationProcessor ' org.projectlombok:lombok:1.18.34 '
45
- testCompileOnly ' org.projectlombok:lombok:1.18.34 '
46
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.34 '
43
+ compileOnly ' org.projectlombok:lombok:1.18.36 '
44
+ annotationProcessor ' org.projectlombok:lombok:1.18.36 '
45
+ testCompileOnly ' org.projectlombok:lombok:1.18.36 '
46
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
47
47
48
48
// 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.3 " )
50
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
51
51
}
52
52
53
53
test {
@@ -64,10 +64,10 @@ allprojects {
64
64
resolutionStrategy {
65
65
failOnVersionConflict()
66
66
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.2 ' )
68
+ force(' com.google.guava:guava:33.3.1 -jre' )
69
69
force(' com.google.code.findbugs:jsr305:3.0.2' )
70
- def asmVer = ' 9.7'
70
+ def asmVer = ' 9.7.1 '
71
71
force(" org.ow2.asm:asm:$asmVer " )
72
72
force(" org.ow2.asm:asm-tree:$asmVer " )
73
73
force(" org.ow2.asm:asm-analysis:$asmVer " )
0 commit comments