We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b67e8 commit 6b14e77Copy full SHA for 6b14e77
pom.xml
@@ -2,7 +2,7 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
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>
+ <modelVersion>4.0.0</modelVersion>
6
<packaging>pom</packaging>
7
<groupId>org.parallaxsecond</groupId>
8
<artifactId>parsec-java</artifactId>
@@ -11,7 +11,7 @@
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
<maven.compiler.source>1.8</maven.compiler.source>
13
<maven.compiler.target>1.8</maven.compiler.target>
14
- <lombok.version>1.18.22</lombok.version>
+ <lombok.version>1.18.36</lombok.version>
15
<jpms.args></jpms.args>
16
</properties>
17
<dependencies>
0 commit comments