Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Feb 23, 2024
1 parent 3a05ccc commit cd14367
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</parent>

<groupId>de.perdian.flightlog</groupId>
Expand Down Expand Up @@ -196,7 +196,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version><!--$NO-MVN-MAN-VER$ -->
<version>3.12.1</version><!--$NO-MVN-MAN-VER$ -->
<configuration>
<encoding>UTF-8</encoding>
<release>${java.version}</release>
Expand All @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version><!--$NO-MVN-MAN-VER$ -->
<version>3.2.5</version><!--$NO-MVN-MAN-VER$ -->
</plugin>
<plugin>
<groupId>org.openrewrite.maven</groupId>
Expand Down

0 comments on commit cd14367

Please sign in to comment.