|
117 | 117 | <plugin> |
118 | 118 | <groupId>com.diffplug.spotless</groupId> |
119 | 119 | <artifactId>spotless-maven-plugin</artifactId> |
120 | | - <version>3.5.1</version> |
| 120 | + <version>3.7.0</version> |
121 | 121 | <configuration> |
122 | 122 | <java> |
123 | 123 | <googleJavaFormat /> |
|
135 | 135 | <plugin> |
136 | 136 | <groupId>org.openrewrite.maven</groupId> |
137 | 137 | <artifactId>rewrite-maven-plugin</artifactId> |
138 | | - <version>6.40.0</version> |
| 138 | + <version>6.42.0</version> |
139 | 139 | <configuration> |
140 | 140 | <exportDatatables>true</exportDatatables> |
141 | 141 | <activeRecipes> |
|
154 | 154 | <dependency> |
155 | 155 | <groupId>org.openrewrite.recipe</groupId> |
156 | 156 | <artifactId>rewrite-migrate-java</artifactId> |
157 | | - <version>3.35.0</version> |
| 157 | + <version>3.38.0</version> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
160 | 160 | <groupId>org.openrewrite.recipe</groupId> |
161 | 161 | <artifactId>rewrite-spring</artifactId> |
162 | | - <version>6.31.0</version> |
| 162 | + <version>6.33.0</version> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>org.openrewrite.recipe</groupId> |
166 | 166 | <artifactId>rewrite-testing-frameworks</artifactId> |
167 | | - <version>3.36.0</version> |
| 167 | + <version>3.40.0</version> |
168 | 168 | </dependency> |
169 | 169 | </dependencies> |
170 | 170 | </plugin> |
|
179 | 179 | <plugin> |
180 | 180 | <groupId>org.sonatype.central</groupId> |
181 | 181 | <artifactId>central-publishing-maven-plugin</artifactId> |
182 | | - <version>0.10.0</version> |
| 182 | + <version>0.11.0</version> |
183 | 183 | <extensions>true</extensions> |
184 | 184 | <configuration> |
185 | 185 | <publishingServerId>oba</publishingServerId> |
|
245 | 245 | <plugin> |
246 | 246 | <groupId>org.apache.maven.plugins</groupId> |
247 | 247 | <artifactId>maven-surefire-plugin</artifactId> |
248 | | - <version>3.5.5</version> |
| 248 | + <version>3.5.6</version> |
249 | 249 | <dependencies> |
250 | 250 | <dependency> |
251 | 251 | <groupId>me.fabriciorby</groupId> |
|
0 commit comments