Skip to content

Commit ae058c7

Browse files
mathieufortin01rgrunber
authored andcommitted
Update to lombok 1.18.30
1 parent 812613b commit ae058c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ gulp.task('download_lombok', async function (done) {
127127
}
128128

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

0 commit comments

Comments
 (0)