Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.24 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 18, 2022
1 parent 7719cc8 commit 99b7c8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions masuite-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {

implementation("mysql:mysql-connector-java:8.0.28")

compileOnly("org.projectlombok:lombok:1.18.22")
annotationProcessor("org.projectlombok:lombok:1.18.22")
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("javax.persistence:javax.persistence-api:2.2")

Expand Down
4 changes: 2 additions & 2 deletions masuite-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
implementation("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
implementation("org.spongepowered:configurate-yaml:4.1.2")

compileOnly("org.projectlombok:lombok:1.18.22")
annotationProcessor("org.projectlombok:lombok:1.18.22")
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
}

val buildVersion = "RC${(System.getenv("BUILD_NUMBER") ?: "0")}";
Expand Down
4 changes: 2 additions & 2 deletions masuite-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
compileOnly("com.velocitypowered:velocity-api:3.1.1")
annotationProcessor("com.velocitypowered:velocity-api:3.1.1")

compileOnly("org.projectlombok:lombok:1.18.22")
annotationProcessor("org.projectlombok:lombok:1.18.22")
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")

implementation("org.spongepowered:configurate-yaml:4.1.2")
implementation("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
Expand Down

0 comments on commit 99b7c8e

Please sign in to comment.