Skip to content
Snippets Groups Projects
Commit 5778255d authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-6544-license-fileending

parents 8dda61f5 8c10a143
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@
## Changelog
### 4.7.0-SNAPSHOT
* Update Spring-Boot to 3.3.6
* Update Mapstruct to 1.6.3
* Update commons-io to 2.18.0
* Update surfire/failsafe Plugin to 3.5.2
* Update OZGCloud License Generator wegen zusätzlichen Dateiendungen
### 4.6.0
......
......@@ -48,8 +48,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.3.4</spring-boot.version>
<spring.version>6.1.13</spring.version>
<spring-boot.version>3.3.6</spring-boot.version>
<spring.version>6.1.15</spring.version>
<grpc.spring-boot-starter.version>5.1.5</grpc.spring-boot-starter.version>
......@@ -62,8 +62,8 @@
<protobuf.version>3.25.5</protobuf.version>
<protoc-gen.version>1.68.0</protoc-gen.version>
<mapstruct.version>1.6.0</mapstruct.version>
<commons-io.version>2.16.1</commons-io.version>
<mapstruct.version>1.6.3</mapstruct.version>
<commons-io.version>2.18.0</commons-io.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-collections.version>4.4</commons-collections.version>
......
......@@ -31,7 +31,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.6</version>
<relativePath />
</parent>
......@@ -53,20 +53,17 @@
<ozgcloud.license.version>1.10.0-SNAPSHOT</ozgcloud.license.version>
<mapstruct.version>1.6.0</mapstruct.version>
<spring-boot.version>3.3.3</spring-boot.version>
<spring-boot.version>3.3.6</spring-boot.version>
<!-- plugins -->
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.4.0</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
<jacoco.plugin.version>0.8.12</jacoco.plugin.version>
<sonarqube.version>3.9.1.2184</sonarqube.version>
<license.plugin.version>4.6</license.plugin.version>
<rewrite.plugin.version>4.38.2</rewrite.plugin.version>
<!--overriden for issue CVE-2021-26291-->
<git-commit-id-maven-plugin.version>7.0.0</git-commit-id-maven-plugin.version>
<dependency-track-maven-plugin.version>1.7.0</dependency-track-maven-plugin.version>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment