File tree Expand file tree Collapse file tree 19 files changed +31
-27
lines changed
9-reactive-method-security Expand file tree Collapse file tree 19 files changed +31
-27
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.0.M2 </version >
8
+ <version >2.3.0.M4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.greglturnquist</groupId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.springframework.boot</groupId >
11
11
<artifactId >spring-boot-starter-parent</artifactId >
12
- <version >2.3.0.M2 </version >
12
+ <version >2.3.0.M4 </version >
13
13
<relativePath /> <!-- lookup parent from repository -->
14
14
</parent >
15
15
<!-- end::parent[] -->
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.0.M2 </version >
8
+ <version >2.3.0.M4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.greglturnquist</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.0.M2 </version >
8
+ <version >2.3.0.M4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.greglturnquist</groupId >
49
49
<dependency >
50
50
<groupId >io.projectreactor.tools</groupId >
51
51
<artifactId >blockhound</artifactId >
52
- <version >1.0.2 .RELEASE</version >
52
+ <version >1.0.3 .RELEASE</version >
53
53
</dependency >
54
54
<!-- end::blockhound[] -->
55
55
81
81
<groupId >org.springframework.boot</groupId >
82
82
<artifactId >spring-boot-maven-plugin</artifactId >
83
83
<configuration >
84
- <mainClass >com.greglturnquist.hackingspringboot.reactive.HackingSpringBootApplicationPlainBlockHound</mainClass >
84
+ <mainClass >
85
+ com.greglturnquist.hackingspringboot.reactive.HackingSpringBootApplicationPlainBlockHound
86
+ </mainClass >
85
87
</configuration >
86
88
</plugin >
87
89
</plugins >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.0.M2 </version >
8
+ <version >2.3.0.M4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.greglturnquist</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.0.M2 </version >
8
+ <version >2.3.0.M4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.greglturnquist</groupId >
46
46
<dependency >
47
47
<groupId >io.projectreactor.tools</groupId >
48
48
<artifactId >blockhound-junit-platform</artifactId >
49
- <version >1.0.2 .RELEASE</version >
49
+ <version >1.0.3 .RELEASE</version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
<!-- end::blockhound[] -->
69
69
<dependency >
70
70
<groupId >io.projectreactor.tools</groupId >
71
71
<artifactId >blockhound-junit-platform</artifactId >
72
- <version >1.0.2 .RELEASE</version >
72
+ <version >1.0.3 .RELEASE</version >
73
73
<scope >test</scope >
74
74
</dependency >
75
75
</dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
55
55
<dependency >
56
56
<groupId >io.projectreactor.tools</groupId >
57
57
<artifactId >blockhound-junit-platform</artifactId >
58
- <version >1.0.2 .RELEASE</version >
58
+ <version >1.0.3 .RELEASE</version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
<dependency >
81
81
<groupId >org.springframework.boot</groupId >
82
82
<artifactId >spring-boot-maven-plugin</artifactId >
83
83
<configuration >
84
- <layout >LAYERED_JAR</layout >
84
+ <layers >
85
+ <enabled >true</enabled >
86
+ </layers >
85
87
</configuration >
86
88
</plugin >
87
89
<!-- end::docker[] -->
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
73
73
<dependency >
74
74
<groupId >io.projectreactor.tools</groupId >
75
75
<artifactId >blockhound-junit-platform</artifactId >
76
- <version >1.0.2 .RELEASE</version >
76
+ <version >1.0.3 .RELEASE</version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
72
72
<dependency >
73
73
<groupId >io.projectreactor.tools</groupId >
74
74
<artifactId >blockhound-junit-platform</artifactId >
75
- <version >1.0.2 .RELEASE</version >
75
+ <version >1.0.3 .RELEASE</version >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.0.M2 </version >
10
+ <version >2.3.0.M4 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
You can’t perform that action at this time.
0 commit comments