From 240cc52579ac08d995f03c73189a1ec8ce660511 Mon Sep 17 00:00:00 2001 From: NilsOveTen Date: Thu, 14 Sep 2023 08:38:12 +0200 Subject: [PATCH] chore: update dependencies --- pom.xml | 47 ++++++++++++++--------------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index c1b8948..97ee01d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.1.3 @@ -29,8 +29,8 @@ false - 1.8.22 - 1.18.3 + 1.9.10 + 1.19.0 @@ -71,12 +71,12 @@ org.apache.jena jena-core - 4.8.0 + 4.9.0 org.apache.jena jena-arq - 4.8.0 + 4.9.0 @@ -107,19 +107,20 @@ jakarta.json jakarta.json-api - 2.1.1 + 2.1.2 org.eclipse.parsson jakarta.json - 1.1.2 + 1.1.4 - org.apache.httpcomponents - httpclient - 4.5.14 + org.apache.httpcomponents.client5 + httpclient5 + 5.2.1 + test org.springframework.boot @@ -135,13 +136,13 @@ org.mockito.kotlin mockito-kotlin - 4.1.0 + 5.1.0 test - com.github.tomakehurst + org.wiremock wiremock - 3.0.0-beta-8 + 3.0.2 test @@ -192,26 +193,6 @@ spring-boot-maven-plugin - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 - - - add-source - generate-sources - - add-source - - - - ${project.basedir}/src/main/kotlin - - - - - - org.jetbrains.kotlin kotlin-maven-plugin