From 2fc5ef4c6a5acb722c0b38e51b1bc82d41df4c46 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Wed, 26 Jan 2022 13:31:07 +0000 Subject: [PATCH] #312 git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32894 --- .../dependency-reduced-pom.xml | 17 ++++++---- server/hu.user.mediacube.indexer/pom.xml | 34 +++++++++---------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/server/hu.user.mediacube.indexer/dependency-reduced-pom.xml b/server/hu.user.mediacube.indexer/dependency-reduced-pom.xml index 02d22991..0b0cc738 100644 --- a/server/hu.user.mediacube.indexer/dependency-reduced-pom.xml +++ b/server/hu.user.mediacube.indexer/dependency-reduced-pom.xml @@ -1,9 +1,12 @@ - + + spring-boot-starter-parent org.springframework.boot - 2.1.6.RELEASE + 2.4.0 pom.xml 4.0.0 @@ -17,7 +20,7 @@ maven-jar-plugin - 3.0.2 + 3.2.2 @@ -41,7 +44,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.6.RELEASE + 2.4.0 @@ -55,13 +58,13 @@ org.springframework.boot spring-boot-starter-undertow - 2.1.6.RELEASE + 2.4.0 provided org.springframework.boot spring-boot-starter-web - 2.1.6.RELEASE + 2.4.0 provided @@ -77,7 +80,7 @@ org.springframework.boot spring-boot-starter-thymeleaf - 2.1.6.RELEASE + 2.4.0 provided diff --git a/server/hu.user.mediacube.indexer/pom.xml b/server/hu.user.mediacube.indexer/pom.xml index e0446fcd..7d2e360f 100644 --- a/server/hu.user.mediacube.indexer/pom.xml +++ b/server/hu.user.mediacube.indexer/pom.xml @@ -12,30 +12,28 @@ org.springframework.boot spring-boot-starter-parent - 2.1.6.RELEASE - + 2.6.3 + true UTF-8 1.8 - 8.2.0 + 8.2.0 1.8 1.8 - - org.mybatis.spring.boot mybatis-spring-boot-starter - 2.1.0 + 2.2.1 org.mybatis mybatis - 3.5.2 + 3.5.9 com.ibm @@ -66,27 +64,27 @@ org.apache.lucene lucene-queryparser - 8.2.0 + ${lucene.version} org.apache.solr solr-solrj - 8.2.0 + ${solr.version} org.springframework spring-web - 5.1.8.RELEASE + ${spring-framework.version} org.springframework.boot spring-boot-starter-undertow - 2.1.6.RELEASE + 2.6.3 org.springframework.boot spring-boot-starter-web - 2.1.6.RELEASE + 2.6.3 org.apache.tomcat.embed @@ -101,29 +99,29 @@ org.springframework.boot spring-boot-starter-thymeleaf - 2.1.6.RELEASE + 2.6.3 javax.servlet javax.servlet-api - 4.0.0 + 4.0.1 junit junit - 4.12 + ${junit.version} test org.springframework spring-test - 5.1.8.RELEASE + 5.1.20.RELEASE test org.springframework.boot spring-boot-starter-test - 2.1.8.RELEASE + 2.1.18.RELEASE test @@ -154,7 +152,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.6.RELEASE + 2.1.13.RELEASE