Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 9ef5fab

Browse files
authored
Upgrade to Jackson 2.9.9 and the examples to Spring Boot 2.1.5 (#332)
1 parent 949eea6 commit 9ef5fab

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
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>

samples/java-webflux/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.1.3.RELEASE</version>
10+
<version>2.1.5.RELEASE</version>
1111
<relativePath/>
1212
</parent>
1313

samples/java-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

samples/java-webmvc/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.1.3.RELEASE</version>
10+
<version>2.1.5.RELEASE</version>
1111
<relativePath/>
1212
</parent>
1313

samples/kotlin-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

samples/kotlin-webmvc/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.1.3.RELEASE</version>
10+
<version>2.1.5.RELEASE</version>
1111
<relativePath/>
1212
</parent>
1313

samples/shared/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.1.3.RELEASE</version>
10+
<version>2.1.5.RELEASE</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -40,7 +40,7 @@
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>

0 commit comments

Comments
 (0)