Skip to content

Commit

Permalink
Update to lombok 1.18.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieufortin01 authored and rgrunber committed Sep 27, 2023
1 parent 812613b commit ae058c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ gulp.task('download_lombok', async function (done) {
}

await new Promise(function (resolve, reject) {
const lombokVersion = '1.18.28';
const lombokVersion = '1.18.30';
// The latest lombok version can be found on the website https://projectlombok.org/downloads
const lombokUrl = `https://projectlombok.org/downloads/lombok-${lombokVersion}.jar`;
download(lombokUrl)
Expand Down

0 comments on commit ae058c7

Please sign in to comment.