Update Lombok version to 1.18.38

修改 lombok的版本, 两个依赖它的地方版本不同,低版本的报错。改为相同的 1.18.38 就可以了。
This commit is contained in:
rongzedong 2026-02-26 17:20:29 +08:00 committed by GitHub
parent f00ae2b43d
commit 62eff3746c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -441,7 +441,7 @@
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.38</version>
</path>
</annotationProcessorPaths>
</configuration>