diff options
-rw-r--r-- | server/pom.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/server/pom.xml b/server/pom.xml index 186cdd94..28c267d3 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -34,7 +34,7 @@ <hibernate.version>5.4.2.Final</hibernate.version> <javax.persistence.version>1.0.2</javax.persistence.version> <common.csv.version>1.4</common.csv.version> - <jackson.version>2.9.8</jackson.version> + <jackson.version>2.11.0</jackson.version> <tomcat.version>9.0.16</tomcat.version> <sonar.language>java</sonar.language> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> @@ -50,7 +50,7 @@ <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.10.RELEASE</version> + <version>2.3.4.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> @@ -83,7 +83,7 @@ <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> - <version>6.6.1</version> + <version>7.6.1</version> <exclusions> <exclusion> <groupId>org.elasticsearch</groupId> @@ -94,12 +94,17 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>6.6.1</version> + <version>7.6.1</version> + </dependency> + <dependency> + <groupId>org.elasticsearch.client</groupId> + <artifactId>elasticsearch-rest-client</artifactId> + <version>7.6.1 </version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-hal-browser</artifactId> - <version>2.6.21.RELEASE</version> + <version>3.3.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -109,7 +114,7 @@ <dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> - <version>9.1-901-1.jdbc4</version> + <version>9.3-1102.jdbc4</version> </dependency> <dependency> @@ -186,37 +191,37 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> - <version>5.1.15.RELEASE</version> + <version>5.2.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons</artifactId> - <version>2.1.10.RELEASE</version> + <version>2.3.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>5.1.15.RELEASE</version> + <version>5.2.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-webmvc</artifactId> - <version>3.1.12.RELEASE</version> + <version>3.3.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>5.1.11.RELEASE</version> + <version>5.2.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-jpa</artifactId> - <version>2.1.10.RELEASE</version> + <version>2.3.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>5.1.11.RELEASE</version> + <version>5.2.9.RELEASE</version> </dependency> <dependency> <groupId>org.hibernate</groupId> @@ -274,7 +279,7 @@ <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> - <version>2.3.0</version> + <version>2.7.2</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> @@ -399,11 +404,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> |