Commit ccd7601 1 parent 50d15e9 commit ccd7601 Copy full SHA for ccd7601
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
implementation ' de.tr7zw:item-nbt-api:2.12.3'
14
14
15
15
compileOnly ' org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
16
- compileOnly ' org.projectlombok:lombok:1.18.30 '
16
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
17
17
compileOnly ' commons-io:commons-io:2.15.1'
18
18
compileOnly ' org.json:json:20240303'
19
19
compileOnly ' de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
@@ -23,7 +23,7 @@ dependencies {
23
23
compileOnly ' net.william278:AdvancementAPI:97a9583413'
24
24
compileOnly " redis.clients:jedis:$jedis_version "
25
25
26
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
26
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
27
27
}
28
28
29
29
shadowJar {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
exclude module : ' slf4j-api'
17
17
}
18
18
19
- compileOnly ' org.projectlombok:lombok:1.18.30 '
19
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
20
20
compileOnly ' org.jetbrains:annotations:24.1.0'
21
21
compileOnly ' net.kyori:adventure-api:4.16.0'
22
22
compileOnly ' net.kyori:adventure-platform-api:4.3.2'
@@ -36,5 +36,5 @@ dependencies {
36
36
testCompileOnly ' de.exlll:configlib-yaml:4.5.0'
37
37
testCompileOnly ' org.jetbrains:annotations:24.1.0'
38
38
39
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
39
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
40
40
}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies {
4
4
5
5
compileOnly ' io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
6
6
compileOnly ' org.jetbrains:annotations:24.1.0'
7
- compileOnly ' org.projectlombok:lombok:1.18.30 '
7
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
8
8
9
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
9
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
10
10
}
11
11
12
12
shadowJar {
You can’t perform that action at this time.
0 commit comments