diff --git a/.drone.yml b/.drone.yml
index 7997190..1bccf75 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,7 +15,7 @@ name: java11
steps:
- name: test
- image: maven:3-jdk-11-slim
+ image: maven:3-jdk-11
commands:
- mvn clean test
@@ -26,6 +26,6 @@ name: java13
steps:
- name: test
- image: maven:3-jdk-13
+ image: maven:3-jdk-14
commands:
- mvn clean test
diff --git a/.travis.yml b/.travis.yml
index 69844cf..95ae926 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: java
jdk:
- openjdk8
- openjdk11
- - openjdk13
+ - openjdk14
install: true
addons:
sonarcloud:
diff --git a/pom.xml b/pom.xml
index fc72a7c..af688c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 1.3.0
+ 1.3.1-SNAPSHOT
UTF-8
@@ -50,12 +50,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.10.1
+ 2.11.0
org.junit.jupiter
junit-jupiter
- 5.5.2
+ 5.6.2
test
@@ -67,13 +67,13 @@
net.bytebuddy
byte-buddy
- 1.10.4
+ 1.10.10
test
net.bytebuddy
byte-buddy-agent
- 1.10.4
+ 1.10.10
test