Skip to content

Commit a1cbc7f

Browse files
[RandomJava-101] upgrade Java version to 17 along with Lombok version upgrade
1 parent 5d53c4c commit a1cbc7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<groupId>org.apache.maven.plugins</groupId>
99
<artifactId>maven-compiler-plugin</artifactId>
1010
<configuration>
11-
<source>16</source>
12-
<target>16</target>
11+
<source>17</source>
12+
<target>17</target>
1313
</configuration>
1414
</plugin>
1515
</plugins>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.projectlombok</groupId>
3939
<artifactId>lombok</artifactId>
40-
<version>1.18.2</version>
40+
<version>1.18.20</version>
4141
<scope>provided</scope>
4242
</dependency>
4343

0 commit comments

Comments
 (0)