Merge pull request #176 from yulichang/dependabot/maven/org.projectlombok-lombok-1.18.34

chore(deps): bump org.projectlombok:lombok from 1.18.30 to 1.18.34
This commit is contained in:
yulichang 2024-09-14 22:31:45 +08:00 committed by GitHub
commit 7e03776471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>com.github.yulichang</groupId>

View File

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

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>