Skip to content

Commit 6b14e77

Browse files
committed
chore: update lombok
Signed-off-by: Sam Spycher <[email protected]>
1 parent 75b67e8 commit 6b14e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
5+
<modelVersion>4.0.0</modelVersion>
66
<packaging>pom</packaging>
77
<groupId>org.parallaxsecond</groupId>
88
<artifactId>parsec-java</artifactId>
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
14-
<lombok.version>1.18.22</lombok.version>
14+
<lombok.version>1.18.36</lombok.version>
1515
<jpms.args></jpms.args>
1616
</properties>
1717
<dependencies>

0 commit comments

Comments
 (0)