Skip to content

Commit 3658922

Browse files
Update Maven plugins (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 922b146 commit 3658922

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>com.diffplug.spotless</groupId>
121121
<artifactId>spotless-maven-plugin</artifactId>
122-
<version>3.4.0</version>
122+
<version>3.5.1</version>
123123
<configuration>
124124
<java>
125125
<googleJavaFormat />
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.openrewrite.maven</groupId>
139139
<artifactId>rewrite-maven-plugin</artifactId>
140-
<version>6.39.0</version>
140+
<version>6.40.0</version>
141141
<configuration>
142142
<exportDatatables>true</exportDatatables>
143143
<activeRecipes>
@@ -156,17 +156,17 @@
156156
<dependency>
157157
<groupId>org.openrewrite.recipe</groupId>
158158
<artifactId>rewrite-migrate-java</artifactId>
159-
<version>3.34.1</version>
159+
<version>3.35.0</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.openrewrite.recipe</groupId>
163163
<artifactId>rewrite-spring</artifactId>
164-
<version>6.30.4</version>
164+
<version>6.31.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.openrewrite.recipe</groupId>
168168
<artifactId>rewrite-testing-frameworks</artifactId>
169-
<version>3.35.3</version>
169+
<version>3.36.0</version>
170170
</dependency>
171171
</dependencies>
172172
</plugin>

0 commit comments

Comments
 (0)