We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d53c4c commit a1cbc7fCopy full SHA for a1cbc7f
pom.xml
@@ -8,8 +8,8 @@
8
<groupId>org.apache.maven.plugins</groupId>
9
<artifactId>maven-compiler-plugin</artifactId>
10
<configuration>
11
- <source>16</source>
12
- <target>16</target>
+ <source>17</source>
+ <target>17</target>
13
</configuration>
14
</plugin>
15
</plugins>
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>org.projectlombok</groupId>
39
<artifactId>lombok</artifactId>
40
- <version>1.18.2</version>
+ <version>1.18.20</version>
41
<scope>provided</scope>
42
</dependency>
43
0 commit comments