File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
spring-data-eclipse-store-migration
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >spring-data-eclipse-store-migration-root</artifactId >
9
- <version >1.0.2 -SNAPSHOT</version >
9
+ <version >2.5.3 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<organization >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >spring-data-eclipse-store-migration</artifactId >
9
- <version >1.0.2 -SNAPSHOT</version >
9
+ <version >2.5.3 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >spring-data-eclipse-store-migration</name >
54
54
<dependency >
55
55
<groupId >org.openrewrite.recipe</groupId >
56
56
<artifactId >rewrite-recipe-bom</artifactId >
57
- <version >2.9.0 </version >
57
+ <version >3.12.1 </version >
58
58
<type >pom</type >
59
59
<scope >import</scope >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.springframework.boot</groupId >
63
63
<artifactId >spring-boot-dependencies</artifactId >
64
- <version >3.2.2 </version >
64
+ <version >3.5.3 </version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
67
67
</dependency >
80
80
<dependency >
81
81
<groupId >org.projectlombok</groupId >
82
82
<artifactId >lombok</artifactId >
83
- <version >1.18.32 </version >
83
+ <version >1.18.38 </version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
93
93
<dependency >
94
94
<groupId >software.xdev</groupId >
95
95
<artifactId >spring-data-eclipse-store</artifactId >
96
- <version >1.0.10 </version >
96
+ <version >2.5.3 </version >
97
97
<scope >runtime</scope >
98
98
</dependency >
99
99
<dependency >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ recipeList:
25
25
- org.openrewrite.maven.AddDependency :
26
26
groupId : software.xdev
27
27
artifactId : spring-data-eclipse-store
28
- version : 1.0.2
28
+ version : 2.5.3
29
29
acceptTransitive : true
30
30
31
31
- org.openrewrite.maven.AddPlugin :
You can’t perform that action at this time.
0 commit comments