Skip to content

Commit e612954

Browse files
authored
deps: update dependency com.spotify.fmt:fmt-maven-plugin to v2.27 (#2042)
1 parent 92b082a commit e612954

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/spring-data-jdbc/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>com.spotify.fmt</groupId>
126126
<artifactId>fmt-maven-plugin</artifactId>
127-
<version>2.25</version>
127+
<version>2.27</version>
128128
<executions>
129129
<execution>
130130
<goals>

samples/spring-data-jdbc/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>com.spotify.fmt</groupId>
131131
<artifactId>fmt-maven-plugin</artifactId>
132-
<version>2.25</version>
132+
<version>2.27</version>
133133
<executions>
134134
<execution>
135135
<goals>

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>com.spotify.fmt</groupId>
118118
<artifactId>fmt-maven-plugin</artifactId>
119-
<version>2.25</version>
119+
<version>2.27</version>
120120
<executions>
121121
<execution>
122122
<goals>

samples/spring-data-mybatis/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>com.spotify.fmt</groupId>
115115
<artifactId>fmt-maven-plugin</artifactId>
116-
<version>2.25</version>
116+
<version>2.27</version>
117117
<executions>
118118
<execution>
119119
<goals>

0 commit comments

Comments
 (0)