From b830dc94586c50e6b376c7c96325108fa2b2153c Mon Sep 17 00:00:00 2001 From: Andreas Scheibal Date: Fri, 28 Jan 2022 15:17:51 +0100 Subject: [PATCH] fix: bump dependencies (#97) * fix: bump dependencies - spring boot 2.6.2 - dgc lib 1.1.8 - sap cloud sdk 3.60.0 * Update pom.xml * Update pom.xml * fix: ensure classic pathmatching strategy * Update pom.xml * Update pom.xml * Update Hibernate to 2.6.5 Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com> Co-authored-by: Felix Dittrich --- pom.xml | 48 +++++++++++------------------- src/main/resources/application.yml | 3 ++ 2 files changed, 21 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index f84f890..f69d464 100644 --- a/pom.xml +++ b/pom.xml @@ -24,10 +24,10 @@ UTF-8 UTF-8 - 1.1.7 - 6.5.0 - 2.6.1 - 3.1.0 + 1.1.10 + 6.5.3 + 2.6.3 + 5.6.5.Final 5.3.12 5.6.0 1.18.22 @@ -41,9 +41,9 @@ 1.70 4.9.2 4.30.0 - 3.57.0 + 3.60.0 1.7.32 - 2.17.0 + 2.1.210 3.1.2 3.6.1.1688 @@ -91,24 +91,8 @@ https://maven.pkg.github.com/${github.organization}/${github.project} - - - org.apache.logging.log4j - log4j-to-slf4j - ${log4j2.version} - - - org.apache.logging.log4j - log4j-api - ${log4j2.version} - - - org.apache.logging.log4j - log4j-core - ${log4j2.version} - org.springframework.boot spring-boot-dependencies @@ -116,13 +100,6 @@ pom import - - org.springframework.cloud - spring-cloud-openfeign-dependencies - ${spring.cloud.openfeign.version} - pom - import - org.projectlombok lombok @@ -152,7 +129,6 @@ - eu.europa.ec.dgc @@ -166,6 +142,17 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.hibernate + hibernate-core + + + + + org.hibernate + hibernate-core + ${hibernate.version} org.springframework.boot @@ -223,6 +210,7 @@ com.h2database h2 + ${h2.version} runtime diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3525047..4f29d06 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,9 @@ server: port: 8080 spring: + mvc: + pathmatch: + matching-strategy: ant_path_matcher application: name: dgca-issuance-service datasource: