Upgrade to Lombok 1.18.28.

This commit is contained in:
John Blum
2023-06-09 10:11:40 -07:00
parent 072509d4f0
commit 5cf66bbe75
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ext['assertjVersion'] = "3.24.2"
ext['findbugsVersion'] = "3.0.2"
ext['junitVersion'] = "4.13.2"
ext['junitBomVersion'] = '5.9.3'
ext['lombokVersion'] = "1.18.24"
ext['lombokVersion'] = "1.18.28"
ext['mockitoVersion'] = "4.9.0"
ext['multithreadedtcVersion'] = "1.01"