Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

deps: bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #258

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies {
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies {
compileOnly 'net.alpenblock:BungeePerms:4.0-dev-143'
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies {
compileOnly 'com.github.Spicord.Spicord:spicord-common:v5-SNAPSHOT'
compileOnly 'net.dv8tion:JDA:5.0.0-beta.4'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'

testImplementation 'net.william278:profanitycheckerapi:3.0'
testImplementation 'net.kyori:adventure-api:4.17.0'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}
4 changes: 2 additions & 2 deletions velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies {
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'net.kyori:adventure-nbt:4.17.0'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
}

shadowJar {
Expand Down
Loading