From b20085f43708c00327f38932f4a9213febbc97a6 Mon Sep 17 00:00:00 2001 From: Kristian Karl Date: Thu, 20 Jun 2024 16:30:33 +0200 Subject: [PATCH] Updating library dependnecies Some dependencies could not be updated to latest bc breaking changes. Only non-breaking [compile] updates. --- pom.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 6f09d007..30d3df6c 100644 --- a/pom.xml +++ b/pom.xml @@ -171,22 +171,22 @@ commons-io commons-io - 2.11.0 + 2.16.1 org.json json - 20231013 + 20240303 org.slf4j slf4j-api - 1.7.26 + 2.0.13 ch.qos.logback logback-classic - 1.2.13 + 1.5.6 junit @@ -206,7 +206,7 @@ io.github.classgraph classgraph - 4.8.132 + 4.8.174 com.google.code.javaparser @@ -216,12 +216,12 @@ com.beust jcommander - 1.81 + 1.82 org.apache.commons commons-lang3 - 3.12.0 + 3.14.0 com.sun.jersey @@ -231,17 +231,17 @@ org.java-websocket Java-WebSocket - 1.5.2 + 1.5.6 com.google.code.gson gson - 2.8.9 + 2.11.0 com.google.guava guava - 32.0.0-jre + 33.2.1-jre org.springframework.boot @@ -261,13 +261,13 @@ org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 test org.xmlunit xmlunit-matchers - 2.8.3 + 2.10.0 test @@ -289,12 +289,12 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.1 + 3.13.1 org.skyscreamer jsonassert - 1.5.0 + 1.5.1 com.sun.xml.bind @@ -314,8 +314,7 @@ org.javassist javassist - 3.28.0-GA - + 3.30.2-GA