Skip to content

Commit

Permalink
Patchmanagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Schubert, Stefan committed Jan 31, 2024
1 parent 5d0f96c commit 803f542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -34,7 +34,7 @@
</developers>

<properties>
<spring.boot.version>3.1.5</spring.boot.version>
<spring.boot.version>3.2.2</spring.boot.version>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand All @@ -45,7 +45,7 @@

<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>

</properties>
Expand Down

0 comments on commit 803f542

Please sign in to comment.