Skip to content
Snippets Groups Projects
Commit 9be59a29 authored by OZGCloud's avatar OZGCloud
Browse files

start development Version 3

update libs
parent 1738b30e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>kop-common-dependencies</artifactId>
......@@ -40,7 +40,7 @@
<description>Dependenencies management for kop projects</description>
<properties>
<pluto.version>1.15.0</pluto.version>
<pluto.version>1.18.0-SNAPSHOT</pluto.version>
<license.version>1.8.0</license.version>
<java.version>17</java.version>
......@@ -48,25 +48,25 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.1.5</spring-boot.version>
<spring.version>6.0.13</spring.version>
<spring-boot.version>3.1.6</spring-boot.version>
<spring.version>6.0.14</spring.version>
<grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version>
<net.devh.grpc.spring-boot-server-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version>
<net.devh.grpc.spring-boot-client-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version>
<grpc.version>1.58.0</grpc.version>
<grpc.version>1.59.0</grpc.version>
<protoc-jar-plugin.version>3.11.4</protoc-jar-plugin.version>
<protobuf.version>3.24.4</protobuf.version>
<protoc-gen.version>1.58.0</protoc-gen.version>
<protobuf.version>3.25.1</protobuf.version>
<protoc-gen.version>1.59.0</protoc-gen.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-collections.version>4.4</commons-collections.version>
<java-jwt.version>4.4.0</java-jwt.version>
......@@ -74,7 +74,7 @@
<jakarta.version>2.1.0</jakarta.version>
<quarkus.platform.version>2.16.9.Final</quarkus.platform.version>
<quarkus.platform.version>3.5.3</quarkus.platform.version>
<!-- Test -->
<lorem.version>2.1</lorem.version>
......
......@@ -30,7 +30,7 @@
<parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>kop-common-lib</artifactId>
......@@ -39,7 +39,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<mockito.version>4.8.1</mockito.version>
<mockito.version>5.7.0</mockito.version>
</properties>
......
......@@ -31,13 +31,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath />
</parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kop Common - Parent</name>
......@@ -48,15 +48,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kop-common.version>2.3.2-SNAPSHOT</kop-common.version>
<kop.license.version>1.6.0</kop.license.version>
<kop-common.version>3.0.0-SNAPSHOT</kop-common.version>
<kop.license.version>1.3.0</kop.license.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<spring-boot.version>3.1.5</spring-boot.version>
<spring-boot.version>3.1.6</spring-boot.version>
<!-- plugins -->
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.1</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
<jacoco.plugin.version>0.8.11</jacoco.plugin.version>
<sonarqube.version>3.9.1.2184</sonarqube.version>
......@@ -64,7 +64,7 @@
<rewrite.plugin.version>4.38.2</rewrite.plugin.version>
<!--overriden to fix security issue CVE-2022-1471 -->
<snakeyaml.version>2.1</snakeyaml.version>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>
<dependencyManagement>
......
......@@ -28,7 +28,7 @@
<parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>kop-common-pdf</artifactId>
<name>Kop Common - PDF Export library</name>
......
......@@ -30,7 +30,7 @@
<parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-dependencies</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../kop-common-dependencies</relativePath>
</parent>
......
......@@ -29,7 +29,7 @@
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kop Common</name>
......@@ -45,8 +45,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kop-common.version>2.3.2-SNAPSHOT</kop-common.version>
<kop.license.version>1.7.0</kop.license.version>
<kop-common.version>3.0.0-SNAPSHOT</kop-common.version>
<kop.license.version>1.3.0</kop.license.version>
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment