Skip to content

Commit 6881512

Browse files
authored
deps: update dependency com.spotify.fmt:fmt-maven-plugin to v2.24 (#1708)
1 parent c054890 commit 6881512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>com.spotify.fmt</groupId>
121121
<artifactId>fmt-maven-plugin</artifactId>
122-
<version>2.23</version>
122+
<version>2.24</version>
123123
<executions>
124124
<execution>
125125
<goals>

samples/spring-data-mybatis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>com.spotify.fmt</groupId>
9999
<artifactId>fmt-maven-plugin</artifactId>
100-
<version>2.23</version>
100+
<version>2.24</version>
101101
<executions>
102102
<execution>
103103
<goals>

0 commit comments

Comments
 (0)