File tree 5 files changed +9
-13
lines changed
5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >org.springframework.boot</groupId >
73
73
<artifactId >spring-boot-starter-web</artifactId >
74
- <version >3.3.5 </version >
74
+ <version >${springboot.version} </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
97
97
<scope >test</scope >
98
98
</dependency >
99
99
100
- <dependency >
101
- <groupId >org.springframework.boot</groupId >
102
- <artifactId >spring-boot-starter-web</artifactId >
103
- <version >3.3.5</version >
104
- <scope >test</scope >
105
- </dependency >
106
100
<dependency >
107
101
<groupId >org.springframework.boot</groupId >
108
102
<artifactId >spring-boot-starter-test</artifactId >
109
- <version >3.3.5 </version >
103
+ <version >${springboot.version} </version >
110
104
<scope >test</scope >
111
105
</dependency >
112
106
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.springframework.boot</groupId >
58
58
<artifactId >spring-boot-starter-web</artifactId >
59
- <version >3.3.5 </version >
59
+ <version >${springboot.version} </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >org.springframework.boot</groupId >
64
64
<artifactId >spring-boot-starter-test</artifactId >
65
- <version >3.3.5 </version >
65
+ <version >${springboot.version} </version >
66
66
<scope >test</scope >
67
67
</dependency >
68
68
Original file line number Diff line number Diff line change 28
28
<description >Feign Micrometer Application Metrics</description >
29
29
30
30
<properties >
31
- <micrometer .version>1.14.0 </micrometer .version>
31
+ <micrometer .version>1.14.1 </micrometer .version>
32
32
</properties >
33
33
34
34
<dependencies >
Original file line number Diff line number Diff line change 175
175
<moshi .version>1.15.1</moshi .version>
176
176
<slf4j .version>2.0.16</slf4j .version>
177
177
<json .version>20240303</json .version>
178
+ <springboot .version>3.3.5</springboot .version>
178
179
179
180
<junit5 .version>5.11.3</junit5 .version>
180
181
<jackson .version>2.18.1</jackson .version>
990
991
<plugin >
991
992
<groupId >org.openrewrite.maven</groupId >
992
993
<artifactId >rewrite-maven-plugin</artifactId >
993
- <version >5.45.0 </version >
994
+ <version >5.45.1 </version >
994
995
995
996
<dependencies >
996
997
<dependency >
1001
1002
<dependency >
1002
1003
<groupId >org.openrewrite.recipe</groupId >
1003
1004
<artifactId >rewrite-migrate-java</artifactId >
1004
- <version >2.29.0 </version >
1005
+ <version >2.29.1 </version >
1005
1006
</dependency >
1006
1007
</dependencies >
1007
1008
Original file line number Diff line number Diff line change 12
12
*** java . net . URL
13
13
*** Apache HC5
14
14
*** OkHttp
15
+ *** Vertx
15
16
** contracts
16
17
*** Feign
17
18
*** JAX - RS
You can’t perform that action at this time.
0 commit comments