Skip to content

Commit ebefa09

Browse files
committed
Upgrade to Spring Boot 2.2.4.RELEASE.
1 parent 5649f0a commit ebefa09

File tree

20 files changed

+25
-26
lines changed

20 files changed

+25
-26
lines changed

1-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

1-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>2.2.2.RELEASE</version>
12+
<version>2.2.4.RELEASE</version>
1313
<relativePath/> <!-- lookup parent from repository -->
1414
</parent>
1515
<!-- end::parent[] -->

2-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

2-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

2b-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

3-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

3-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

4-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>

4-reactive/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.greglturnquist</groupId>
@@ -16,7 +16,6 @@
1616

1717
<properties>
1818
<java.version>1.8</java.version>
19-
<auto-service.version>1.0-rc5</auto-service.version>
2019
</properties>
2120

2221
<dependencies>
@@ -43,7 +42,7 @@
4342
<dependency>
4443
<groupId>io.projectreactor.tools</groupId>
4544
<artifactId>blockhound-junit-platform</artifactId>
46-
<version>1.0.0.RELEASE</version>
45+
<version>1.0.1.RELEASE</version>
4746
<scope>test</scope>
4847
</dependency>
4948
<!-- end::blockhound[] -->
@@ -66,7 +65,7 @@
6665
<dependency>
6766
<groupId>io.projectreactor.tools</groupId>
6867
<artifactId>blockhound-junit-platform</artifactId>
69-
<version>1.0.0.RELEASE</version>
68+
<version>1.0.1.RELEASE</version>
7069
<scope>test</scope>
7170
</dependency>
7271
</dependencies>

5-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.projectreactor.tools</groupId>
5353
<artifactId>blockhound-junit-platform</artifactId>
54-
<version>1.0.0.RELEASE</version>
54+
<version>1.0.1.RELEASE</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

6-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>io.projectreactor.tools</groupId>
7272
<artifactId>blockhound-junit-platform</artifactId>
73-
<version>1.0.0.RELEASE</version>
73+
<version>1.0.1.RELEASE</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

7-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>io.projectreactor.tools</groupId>
7474
<artifactId>blockhound-junit-platform</artifactId>
75-
<version>1.0.0.RELEASE</version>
75+
<version>1.0.1.RELEASE</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

8-reactive-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

8-reactive-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-custom-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-method-level-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-method-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-quick/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

9-reactive-repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.2.2.RELEASE</version>
10+
<version>2.2.4.RELEASE</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)