Skip to content

Commit 00a0368

Browse files
committed
self-review fixes: raise Lombok to 1.18.48, drop stale Checkstyle version, add README lead sentence
Lombok added lombok.checkReturnValueAnnotation in 1.18.48, so the new lombok.config line had no effect on 1.18.46. The checkstyle version entry had no remaining reference. The README Setup heading lost its lead sentence when the registry section was removed.
1 parent 5c0027c commit 00a0368

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ To build the project, the following prerequisites must be met:
222222
223223
### Setup
224224
225+
Build the project with:
226+
225227
```bash
226228
make init
227229

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ axionReleasePlugin = "1.21.1"
55
## Libraries ##
66
jooq = "3.21.4"
77
jSpecify = "1.0.0"
8-
lombok = "1.18.46"
8+
lombok = "1.18.48"
99
postgresql = "42.7.11"
1010
quarkiverse-helm = "1.4.0"
1111
scram-client = "3.2"
1212

1313
## Testing ##
1414
assertj = "3.27.7"
15-
checkstyle = "13.4.2"
1615
datafaker = "2.5.4"
1716
errorProne = "2.50.0"
1817
errorPronePlugin = "5.1.1"

0 commit comments

Comments
 (0)