We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8411df8 commit f558f42Copy full SHA for f558f42
1 file changed
pom.xml
@@ -29,8 +29,8 @@
29
</licenses>
30
31
<properties>
32
- <maven.compiler.source>1.7</maven.compiler.source>
33
- <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
34
<junit.version>4.13.1</junit.version>
35
<lombok.version>1.18.8</lombok.version>
36
<assertj.version>3.27.7</assertj.version>
@@ -126,8 +126,8 @@
126
<groupId>org.apache.maven.plugins</groupId>
127
<artifactId>maven-compiler-plugin</artifactId>
128
<configuration>
129
- <source>1.7</source>
130
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
131
</configuration>
132
</plugin>
133
<plugin>
0 commit comments