From c5f13f6652dc2ed072fcc74c9aa3e0d6c412dce6 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 21 Nov 2022 15:40:05 +0100 Subject: [PATCH] deps: bump jackson-databind from 2.13.3 to 2.14.0 Plus some minor test dependency updates. Cherry-picked from 55271011b677b4450693d403463e86c75887e3bf --- .drone.yml | 6 +++--- CHANGELOG.md | 2 ++ pom.xml | 9 +++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index f648d9f..6690ba7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: java8 steps: - name: test - image: maven:3-openjdk-8 + image: maven:3-eclipse-temurin-8 commands: - mvn -B clean test @@ -15,7 +15,7 @@ name: java11 steps: - name: test - image: maven:3-openjdk-11 + image: maven:3-eclipse-temurin-11 commands: - mvn -B clean test @@ -26,6 +26,6 @@ name: java17 steps: - name: test - image: maven:3-openjdk-17 + image: maven:3-eclipse-temurin-17 commands: - mvn -B clean test diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f80ad7..7fb446d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## unreleased +### Security +* Updated Jackson dependency to 2.14.0 ### Fixed * Querying trips and messages with limit directly from `Query` instance (#19) diff --git a/pom.xml b/pom.xml index d3e2490..a81dad1 100644 --- a/pom.xml +++ b/pom.xml @@ -49,12 +49,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.14.0 + org.junit.jupiter junit-jupiter - 5.9.0 + 5.9.1 test @@ -66,7 +67,7 @@ com.github.tomakehurst wiremock-jre8 - 2.33.2 + 2.35.0 test @@ -95,7 +96,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0