Skip to content
Snippets Groups Projects
Commit b0a66594 authored by Colin DAMON's avatar Colin DAMON
Browse files

Merge branch '98-switch-java-kata-to-java-16' into 'master'

Resolve "Switch java kata to java 16"

Closes #98

See merge request !74
parents 116fb84d 84068e5d
No related branches found
No related tags found
1 merge request!74Resolve "Switch java kata to java 16"
......@@ -10,7 +10,7 @@ stages:
- build
.java-parent:
image: maven:3.6.3-jdk-14
image: maven:3.8.1-openjdk-16-slim
stage: build
tags:
- docker
......
......@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<properties>
<java.version>14</java.version>
<java.version>16</java.version>
<junit.version>5.7.0</junit.version>
<assertj.version>3.18.1</assertj.version>
......@@ -18,7 +18,7 @@
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<jacoco.version>0.8.5</jacoco.version>
<jacoco.version>0.8.6</jacoco.version>
</properties>
<dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment