From 798e65b4faf8e863f6cd04dfa5394d056222b478 Mon Sep 17 00:00:00 2001 From: marie Date: Fri, 8 Apr 2022 12:56:39 +0200 Subject: [PATCH] update dependencies (#369) --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 74b1fc0b..930aad60 100644 --- a/pom.xml +++ b/pom.xml @@ -82,23 +82,23 @@ jackson-databind com.fasterxml.jackson.core - 2.12.5 + 2.13.2.2 jackson-datatype-jsr310 com.fasterxml.jackson.datatype - 2.12.5 + 2.13.2 jackson-dataformat-yaml com.fasterxml.jackson.dataformat - 2.12.5 + 2.13.2 lombok org.projectlombok provided - 1.18.20 + 1.18.22 scribejava-apis @@ -115,7 +115,7 @@ slf4j-api org.slf4j - 1.7.32 + 1.7.36 httpclient @@ -126,19 +126,19 @@ junit-jupiter-api org.junit.jupiter test - 5.7.2 + 5.8.2 junit-jupiter-params org.junit.jupiter test - 5.7.2 + 5.8.2 logback-classic ch.qos.logback test - 1.2.3 + 1.2.11 Java Client for the Twitter API