From c494c0c81bb23bd6591e10a3b4f9b6f4de5cd7d5 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 30 Aug 2022 13:21:50 +0200 Subject: [PATCH] deps: bump jackson-databind from 2.13.2.1 to 2.13.3 --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 11 +++++++++++ pom.xml | 14 ++++++++------ 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4b2808..65641b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: analysis: true steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: ${{ matrix.jdk }} distribution: 'temurin' diff --git a/CHANGELOG.md b/CHANGELOG.md index db3ef08..4357dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.0.3 - 2022-08-30 +### Security +* Updated dependencies + + ## 2.0.2 - 2022-04-13 ### Security * Updated dependencies @@ -31,6 +36,12 @@ 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 f174154..74a83bc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 2.0.2 + 2.0.3 UTF-8 @@ -50,13 +50,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2.2 + 2.13.3 org.junit.jupiter junit-jupiter - 5.8.2 + 5.9.0 test @@ -68,7 +68,7 @@ com.github.tomakehurst wiremock-jre8 - 2.33.0 + 2.33.2 test @@ -91,12 +91,14 @@ 3.10.1 11 + 11 + 11 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.2 @@ -176,7 +178,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.2 + 3.4.1 ${basedir}/src/main/javadoc/overview.html 11