Skip to content

Commit 0f16b47

Browse files
author
Eivind Bergstøl
committed
Update some dev dependendencies
1 parent b05bb24 commit 0f16b47

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.junit.jupiter</groupId>
118118
<artifactId>junit-jupiter-api</artifactId>
119-
<version>5.9.0</version>
119+
<version>5.11.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
@@ -150,12 +150,12 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-surefire-plugin</artifactId>
153-
<version>3.0.0-M5</version>
153+
<version>3.5.0</version>
154154
</plugin>
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-jar-plugin</artifactId>
158-
<version>3.2.0</version>
158+
<version>3.4.2</version>
159159
<configuration>
160160
<archive>
161161
<manifestEntries>
@@ -243,9 +243,8 @@
243243

244244
<properties>
245245
<!-- Dependency version -->
246-
<maven.compiler.source>1.8</maven.compiler.source>
247-
<maven.compiler.target>1.8</maven.compiler.target>
248-
<maven.compiler.release>1.8</maven.compiler.release>
246+
<maven.compiler.source>8</maven.compiler.source>
247+
<maven.compiler.target>8</maven.compiler.target>
249248
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
250249
</properties>
251250

0 commit comments

Comments
 (0)