Skip to content

Commit 4f6cff2

Browse files
authored
Merge branch 'master' into master
2 parents 4d6fb9c + cefd493 commit 4f6cff2

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

form-spring/pom.xml

+2-8
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-web</artifactId>
74-
<version>3.3.5</version>
74+
<version>${springboot.version}</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -97,16 +97,10 @@
9797
<scope>test</scope>
9898
</dependency>
9999

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>
106100
<dependency>
107101
<groupId>org.springframework.boot</groupId>
108102
<artifactId>spring-boot-starter-test</artifactId>
109-
<version>3.3.5</version>
103+
<version>${springboot.version}</version>
110104
<scope>test</scope>
111105
</dependency>
112106

form/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-web</artifactId>
59-
<version>3.3.5</version>
59+
<version>${springboot.version}</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-test</artifactId>
65-
<version>3.3.5</version>
65+
<version>${springboot.version}</version>
6666
<scope>test</scope>
6767
</dependency>
6868

micrometer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<description>Feign Micrometer Application Metrics</description>
2929

3030
<properties>
31-
<micrometer.version>1.14.0</micrometer.version>
31+
<micrometer.version>1.14.1</micrometer.version>
3232
</properties>
3333

3434
<dependencies>

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
<moshi.version>1.15.1</moshi.version>
176176
<slf4j.version>2.0.16</slf4j.version>
177177
<json.version>20240303</json.version>
178+
<springboot.version>3.3.5</springboot.version>
178179

179180
<junit5.version>5.11.3</junit5.version>
180181
<jackson.version>2.18.1</jackson.version>
@@ -990,7 +991,7 @@
990991
<plugin>
991992
<groupId>org.openrewrite.maven</groupId>
992993
<artifactId>rewrite-maven-plugin</artifactId>
993-
<version>5.45.0</version>
994+
<version>5.45.1</version>
994995

995996
<dependencies>
996997
<dependency>
@@ -1001,7 +1002,7 @@
10011002
<dependency>
10021003
<groupId>org.openrewrite.recipe</groupId>
10031004
<artifactId>rewrite-migrate-java</artifactId>
1004-
<version>2.29.0</version>
1005+
<version>2.29.1</version>
10051006
</dependency>
10061007
</dependencies>
10071008

src/docs/overview-mindmap.iuml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*** java.net.URL
1313
*** Apache HC5
1414
*** OkHttp
15+
*** Vertx
1516
** contracts
1617
*** Feign
1718
*** JAX-RS

0 commit comments

Comments
 (0)