Skip to content

Commit

Permalink
trying to upgrade project to java jdk 17 and spring boot 3
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 22, 2023
1 parent 6c9de85 commit 08bf0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shipment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.22.1</version>
<version>2.35.0</version>
<executions>
<execution>
<id>apply</id>
Expand Down
2 changes: 1 addition & 1 deletion shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.22.1</version>
<version>2.35.0</version>
<executions>
<execution>
<id>apply</id>
Expand Down

0 comments on commit 08bf0c0

Please sign in to comment.