Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 77a2d95 commit 159cbf5
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.29")

compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
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.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
}

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.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")

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

0 comments on commit 159cbf5

Please sign in to comment.