This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 309309 <dependency >
310310 <groupId >com.fasterxml.jackson.core</groupId >
311311 <artifactId >jackson-databind</artifactId >
312- <version >2.9.8 </version >
312+ <version >2.9.9 </version >
313313 </dependency >
314314 <dependency >
315315 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.1.3 .RELEASE</version >
10+ <version >2.1.5 .RELEASE</version >
1111 <relativePath />
1212 </parent >
1313
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
22 ext {
33 springAutoRestDocsVersion = " 2.0.6-SNAPSHOT"
44 springRestDocsVersion = " 2.0.3.RELEASE"
5- springBootVersion = " 2.1.3 .RELEASE"
5+ springBootVersion = " 2.1.5 .RELEASE"
66 }
77 repositories {
88 jcenter()
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.1.3 .RELEASE</version >
10+ <version >2.1.5 .RELEASE</version >
1111 <relativePath />
1212 </parent >
1313
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 kotlinVersion = " 1.3.21"
44 springAutoRestDocsVersion = " 2.0.6-SNAPSHOT"
55 springRestDocsVersion = " 2.0.3.RELEASE"
6- springBootVersion = " 2.1.3 .RELEASE"
6+ springBootVersion = " 2.1.5 .RELEASE"
77 dokkaVersion = " 0.9.18"
88 }
99 repositories {
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.1.3 .RELEASE</version >
10+ <version >2.1.5 .RELEASE</version >
1111 <relativePath />
1212 </parent >
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.1.3 .RELEASE</version >
10+ <version >2.1.5 .RELEASE</version >
1111 <relativePath />
1212 </parent >
1313
4040 <dependency >
4141 <groupId >com.fasterxml.jackson.core</groupId >
4242 <artifactId >jackson-databind</artifactId >
43- <version >2.9.8 </version >
43+ <version >2.9.9 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >javax.validation</groupId >
You can’t perform that action at this time.
0 commit comments