From a72c5b2fb81f46b77fcdb099bdd70d80ce0129c5 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Tue, 31 Oct 2023 13:56:59 +0200 Subject: [PATCH] - Update dependencies. - Fix a file-extension in README. --- README.md | 2 +- pom.xml | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b43d7f1..169b22b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Install and run: - Run **git clone** and then **cd uoa-repository-manager-service**. -- Provide all not-set or redacted configurations, inside the **src/main/resources/application.properties** file. +- Provide all not-set or redacted configurations, inside the **src/main/resources/application.yml** file. - Build the app with: `mvn clean install` - Run the app with: `java -jar ./target/uoa-repository-manager-service.jar` diff --git a/pom.xml b/pom.xml index c1b2772..27eafc4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.16 + 2.7.17 4.0.0 @@ -16,7 +16,7 @@ jar - 2.7.16 + 2.7.17 @@ -77,7 +77,7 @@ org.apache.solr solr-solrj - 9.3.0 + 9.4.0 @@ -165,7 +165,7 @@ commons-io commons-io - 2.13.0 + 2.15.0 @@ -185,7 +185,7 @@ org.glassfish.jersey.core jersey-client - 2.40 + 2.41 @@ -199,7 +199,7 @@ org.json json - 20230618 + 20231013 @@ -251,7 +251,7 @@ org.springframework.session spring-session-data-redis - 2.7.3 + 2.7.4 @@ -265,7 +265,7 @@ org.apache.commons commons-pool2 - 2.11.1 + 2.12.0 @@ -277,7 +277,7 @@ com.thetransactioncompany cors-filter - 2.10 + 3.0 @@ -300,7 +300,7 @@ com.sun.xml.bind jaxb-impl - 2.3.8 + 2.3.9 @@ -334,7 +334,7 @@ org.springframework.session spring-session-bom - 2021.2.2 + 2021.2.3 pom import @@ -348,7 +348,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.11.0 1.8 1.8 @@ -358,12 +358,12 @@ org.apache.maven.plugins maven-war-plugin - 2.6 + 3.4.0 false - - --> + + --> org.springframework.boot