Skip to content

Commit

Permalink
Merge pull request #10 from Foulest/dependabot/gradle/org.projectlomb…
Browse files Browse the repository at this point in the history
…ok-lombok-1.18.34

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
  • Loading branch information
Foulest committed Jun 28, 2024
2 parents 0bc2615 + b183eeb commit b8371de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {

// Lombok - for reducing boilerplate code
// https://projectlombok.org
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.32'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.32'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
}

launch4j {
Expand Down

0 comments on commit b8371de

Please sign in to comment.