Skip to content

Commit 643ebd8

Browse files
Merge branch 'develop' into renovate/org.openrewrite.recipe-rewrite-recipe-bom-3.x
2 parents 254b652 + 74e4a82 commit 643ebd8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev</groupId>
88
<artifactId>spring-data-eclipse-store-migration-root</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>2.5.3-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>

spring-data-eclipse-store-migration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev</groupId>
88
<artifactId>spring-data-eclipse-store-migration</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>2.5.3-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>spring-data-eclipse-store-migration</name>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.projectlombok</groupId>
8282
<artifactId>lombok</artifactId>
83-
<version>1.18.32</version>
83+
<version>1.18.38</version>
8484
<scope>provided</scope>
8585
</dependency>
8686

@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>software.xdev</groupId>
9595
<artifactId>spring-data-eclipse-store</artifactId>
96-
<version>1.0.2</version>
96+
<version>2.5.3</version>
9797
<scope>runtime</scope>
9898
</dependency>
9999
<dependency>

spring-data-eclipse-store-migration/src/main/resources/META-INF/rewrite/rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ recipeList:
2525
- org.openrewrite.maven.AddDependency:
2626
groupId: software.xdev
2727
artifactId: spring-data-eclipse-store
28-
version: 1.0.2
28+
version: 2.5.3
2929
acceptTransitive: true
3030

3131
- org.openrewrite.maven.AddPlugin:

0 commit comments

Comments
 (0)