From b7ce0a3c3eec94226536161b6da4cac62f113647 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 30 Aug 2022 12:29:38 +0200 Subject: [PATCH] update dependencies --- CHANGELOG.md | 6 ++++++ pom.xml | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9509fd..9e09784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.3.2 - 2022-08-30 + +### Improvements +* Dependency updates + + ## 1.3.1 - 2020-12-12 ### Fixed * Allow reopening an `AsyncUraTripReader` without raising an exception (#13) diff --git a/pom.xml b/pom.xml index 4af37c4..4dca89a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.stklcode.pubtrans juraclient - 1.3.1 + 1.3.2 UTF-8 @@ -21,7 +21,7 @@ Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html + https://www.apache.org/licenses/LICENSE-2.0.html repo @@ -49,12 +49,12 @@ com.fasterxml.jackson.core jackson-databind - 2.11.3 + 2.13.3 org.junit.jupiter junit-jupiter - 5.7.0 + 5.9.0 test @@ -65,8 +65,8 @@ com.github.tomakehurst - wiremock - 2.27.2 + wiremock-jre8 + 2.33.2 test @@ -76,7 +76,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.7.0.1746 + 3.9.1.2184 @@ -86,7 +86,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 1.8 1.8 @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.2 @@ -120,7 +120,7 @@ org.jacoco jacoco-maven-plugin - 0.8.6 + 0.8.8 prepare-agent @@ -175,7 +175,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.4.1 ${basedir}/src/main/javadoc/overview.html 1.8 @@ -200,7 +200,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 sign-artifacts