Skip to content
Snippets Groups Projects
Commit 2bafc18a authored by Tobias Bruns's avatar Tobias Bruns
Browse files

update spring-boot vers

parent 29d2c15f
Branches
Tags
No related merge requests found
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.3.6</spring-boot.version> <spring-boot.version>3.3.7</spring-boot.version>
<spring.version>6.1.15</spring.version> <spring.version>6.1.16</spring.version>
<grpc.spring-boot-starter.version>5.1.5</grpc.spring-boot-starter.version> <grpc.spring-boot-starter.version>5.1.5</grpc.spring-boot-starter.version>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version> <version>3.3.7</version>
<relativePath /> <relativePath />
</parent> </parent>
...@@ -50,10 +50,10 @@ ...@@ -50,10 +50,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ozgcloud-common.version>4.8.0-SNAPSHOT</ozgcloud-common.version> <ozgcloud-common.version>4.8.0-SNAPSHOT</ozgcloud-common.version>
<ozgcloud.license.version>1.11.0-SNAPSHOT</ozgcloud.license.version> <ozgcloud.license.version>1.10.0</ozgcloud.license.version>
<mapstruct.version>1.6.0</mapstruct.version> <mapstruct.version>1.6.0</mapstruct.version>
<spring-boot.version>3.3.6</spring-boot.version> <spring-boot.version>3.3.7</spring-boot.version>
<!-- plugins --> <!-- plugins -->
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
...@@ -378,20 +378,6 @@ ...@@ -378,20 +378,6 @@
<version>${rewrite.plugin.version}</version> <version>${rewrite.plugin.version}</version>
</plugin> </plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
<goal>makeBom</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
...@@ -405,19 +391,6 @@ ...@@ -405,19 +391,6 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${project.build.outputDirectory}/META-INF/sbom</directory>
<includes>
<include>application.cdx.json</include>
</includes>
<targetPath>META-INF/sbom</targetPath>
</resource>
</resources>
</build> </build>
<distributionManagement> <distributionManagement>
...@@ -445,4 +418,45 @@ ...@@ -445,4 +418,45 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<profiles>
<profile>
<id>ci</id>
<build>
<plugins>
<plugin>
<groupId>io.github.pmckeown</groupId>
<artifactId>dependency-track-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
<goal>makeBom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${project.build.outputDirectory}/META-INF/sbom</directory>
<includes>
<include>application.cdx.json</include>
</includes>
<targetPath>META-INF/sbom</targetPath>
</resource>
</resources>
</build>
</profile>
</profiles>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment