From 4ca2aa6350e6912c01e8a0cea38c741e1dc175d1 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 26 Jul 2023 12:01:40 +0200 Subject: [PATCH] update spring version --- kop-common-dependencies/pom.xml | 4 ++-- kop-common-parent/pom.xml | 4 ++-- kop-common-test/pom.xml | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index 85d671f..0241c06 100644 --- a/kop-common-dependencies/pom.xml +++ b/kop-common-dependencies/pom.xml @@ -46,8 +46,8 @@ <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring-boot.version>3.1.1</spring-boot.version> - <spring.version>6.0.10</spring.version> + <spring-boot.version>3.1.2</spring-boot.version> + <spring.version>6.0.11</spring.version> <grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version> <net.devh.grpc.spring-boot-client-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 70e9047..e4fe577 100644 --- a/kop-common-parent/pom.xml +++ b/kop-common-parent/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.1.0</version> + <version>3.1.2</version> <relativePath /> </parent> @@ -52,7 +52,7 @@ <kop.license.version>1.6.0</kop.license.version> <mapstruct.version>1.5.5.Final</mapstruct.version> - <spring-boot.version>3.1.1</spring-boot.version> + <spring-boot.version>3.1.2</spring-boot.version> <!-- plugins --> <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> diff --git a/kop-common-test/pom.xml b/kop-common-test/pom.xml index 3bf5e64..bbdd201 100644 --- a/kop-common-test/pom.xml +++ b/kop-common-test/pom.xml @@ -37,10 +37,6 @@ <artifactId>kop-common-test</artifactId> <name>Kop Common - Test Lib</name> - <properties> - <testcontainers-mongodb.version>1.16.2</testcontainers-mongodb.version> - </properties> - <dependencies> <dependency> <groupId>org.springframework.boot</groupId> @@ -56,7 +52,6 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>mongodb</artifactId> - <version>${testcontainers-mongodb.version}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> -- GitLab