Skip to content

Commit a73a772

Browse files
authored
deps: update dependency com.spotify.fmt:fmt-maven-plugin to v2.29 (#2214)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.spotify.fmt:fmt-maven-plugin](https://redirect.github.com/spotify/fmt-maven-plugin) | `2.28` -> `2.29` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.spotify.fmt:fmt-maven-plugin/2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.spotify.fmt:fmt-maven-plugin/2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.spotify.fmt:fmt-maven-plugin/2.28/2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.spotify.fmt:fmt-maven-plugin/2.28/2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spotify/fmt-maven-plugin (com.spotify.fmt:fmt-maven-plugin)</summary> ### [`v2.29`](https://redirect.github.com/spotify/fmt-maven-plugin/compare/2.28.0...2.29.0) [Compare Source](https://redirect.github.com/spotify/fmt-maven-plugin/compare/2.28.0...2.29.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 90f9833 commit a73a772

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.28</version>
127+
<version>2.29</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.28</version>
132+
<version>2.29</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.28</version>
119+
<version>2.29</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.28</version>
116+
<version>2.29</version>
117117
<executions>
118118
<execution>
119119
<goals>

0 commit comments

Comments
 (0)