Skip to content

Commit f5e760b

Browse files
Upgrade libraries
1 parent 52adb2f commit f5e760b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "org.springframework.boot" version "3.4.2"
44
id "io.spring.dependency-management" version "1.1.7"
55
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"
77
}
88

99
group = "com.sivalabs"
@@ -63,7 +63,7 @@ dependencies {
6363
developmentOnly "org.springframework.boot:spring-boot-docker-compose"
6464
developmentOnly "org.springframework.boot:spring-boot-devtools"
6565
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"
6767
rewrite "org.openrewrite.recipe:rewrite-testing-frameworks:3.1.0"
6868
rewrite "org.openrewrite.recipe:rewrite-static-analysis:2.1.0"
6969

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<htmx-spring-boot-thymeleaf.version>4.0.1</htmx-spring-boot-thymeleaf.version>
2424
<datasource-micrometer-spring-boot.version>1.0.6</datasource-micrometer-spring-boot.version>
2525
<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>
2727
</properties>
2828

2929
<dependencyManagement>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>org.openrewrite.recipe</groupId>
264264
<artifactId>rewrite-spring</artifactId>
265-
<version>6.0.2</version>
265+
<version>6.1.0</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.openrewrite.recipe</groupId>

0 commit comments

Comments
 (0)