Skip to content
Snippets Groups Projects
Commit ae77f3f3 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

Merge branch 'OZG-6988-update-spring-boot-version-property' into 'main'

Ozg 6988 update spring boot version property

See merge request !3
parents 09f8ad5d fffaffda
No related branches found
No related tags found
1 merge request!3Ozg 6988 update spring boot version property
......@@ -31,7 +31,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.7</version>
<version>3.4.1</version>
<relativePath />
</parent>
......@@ -81,7 +81,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>3.0.5</version>
<version>${spring-boot.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
......@@ -375,7 +375,8 @@
<dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl>
<failOnError>true</failOnError>
<createProject>true</createProject>
<bomLocation>${project.build.outputDirectory}/META-INF/sbom/application.cdx.json</bomLocation>
<bomLocation>
${project.build.outputDirectory}/META-INF/sbom/application.cdx.json</bomLocation>
</configuration>
</plugin>
</plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment