File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id " org.springframework.boot" version " 3.4.2"
4
4
id " io.spring.dependency-management" version " 1.1.7"
5
5
id " com.diffplug.spotless" version " 7.0.2"
6
- id " org.openrewrite.rewrite" version " 7.0.4 "
6
+ id " org.openrewrite.rewrite" version " 7.1.2 "
7
7
}
8
8
9
9
group = " com.sivalabs"
@@ -63,7 +63,7 @@ dependencies {
63
63
developmentOnly " org.springframework.boot:spring-boot-docker-compose"
64
64
developmentOnly " org.springframework.boot:spring-boot-devtools"
65
65
annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
66
- rewrite " org.openrewrite.recipe:rewrite-spring:6.0.2 "
66
+ rewrite " org.openrewrite.recipe:rewrite-spring:6.1.0 "
67
67
rewrite " org.openrewrite.recipe:rewrite-testing-frameworks:3.1.0"
68
68
rewrite " org.openrewrite.recipe:rewrite-static-analysis:2.1.0"
69
69
Original file line number Diff line number Diff line change 23
23
<htmx-spring-boot-thymeleaf .version>4.0.1</htmx-spring-boot-thymeleaf .version>
24
24
<datasource-micrometer-spring-boot .version>1.0.6</datasource-micrometer-spring-boot .version>
25
25
<spotless .version>2.44.2</spotless .version>
26
- <rewrite-maven-plugin .version>6.0.5 </rewrite-maven-plugin .version>
26
+ <rewrite-maven-plugin .version>6.1.2 </rewrite-maven-plugin .version>
27
27
</properties >
28
28
29
29
<dependencyManagement >
262
262
<dependency >
263
263
<groupId >org.openrewrite.recipe</groupId >
264
264
<artifactId >rewrite-spring</artifactId >
265
- <version >6.0.2 </version >
265
+ <version >6.1.0 </version >
266
266
</dependency >
267
267
<dependency >
268
268
<groupId >org.openrewrite.recipe</groupId >
You can’t perform that action at this time.
0 commit comments