Skip to content

Commit d717c87

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>com.diffplug.spotless</groupId>
119119
<artifactId>spotless-maven-plugin</artifactId>
120-
<version>3.5.1</version>
120+
<version>3.7.0</version>
121121
<configuration>
122122
<java>
123123
<googleJavaFormat />
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.openrewrite.maven</groupId>
137137
<artifactId>rewrite-maven-plugin</artifactId>
138-
<version>6.40.0</version>
138+
<version>6.42.0</version>
139139
<configuration>
140140
<exportDatatables>true</exportDatatables>
141141
<activeRecipes>
@@ -154,17 +154,17 @@
154154
<dependency>
155155
<groupId>org.openrewrite.recipe</groupId>
156156
<artifactId>rewrite-migrate-java</artifactId>
157-
<version>3.35.0</version>
157+
<version>3.38.0</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.openrewrite.recipe</groupId>
161161
<artifactId>rewrite-spring</artifactId>
162-
<version>6.31.0</version>
162+
<version>6.33.0</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.openrewrite.recipe</groupId>
166166
<artifactId>rewrite-testing-frameworks</artifactId>
167-
<version>3.36.0</version>
167+
<version>3.40.0</version>
168168
</dependency>
169169
</dependencies>
170170
</plugin>
@@ -179,7 +179,7 @@
179179
<plugin>
180180
<groupId>org.sonatype.central</groupId>
181181
<artifactId>central-publishing-maven-plugin</artifactId>
182-
<version>0.10.0</version>
182+
<version>0.11.0</version>
183183
<extensions>true</extensions>
184184
<configuration>
185185
<publishingServerId>oba</publishingServerId>
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-surefire-plugin</artifactId>
248-
<version>3.5.5</version>
248+
<version>3.5.6</version>
249249
<dependencies>
250250
<dependency>
251251
<groupId>me.fabriciorby</groupId>

0 commit comments

Comments
 (0)