Skip to content

Commit

Permalink
Merge pull request #23 from DenuxPlays/dependabot/gradle/org.projectl…
Browse files Browse the repository at this point in the history
…ombok-lombok-1.18.30

Bump org.projectlombok:lombok from 1.18.28 to 1.18.30
  • Loading branch information
DenuxPlays authored Sep 20, 2023
2 parents 6c7ff59 + b942564 commit 38e8f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
mavenCentral()
}

val lombokVersion = "1.18.28"
val lombokVersion = "1.18.30"
dependencies {
//Testing stuff
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
Expand Down

0 comments on commit 38e8f46

Please sign in to comment.