Skip to content

Commit 9679db8

Browse files
committed
Update Spring examples to 2.5.3
Fixes #99
1 parent d2df60d commit 9679db8

File tree

7 files changed

+9
-9
lines changed
  • chapter-3
    • chapter-3-spring-rest-json
    • chapter-3-spring-webflux-rest-json
  • chapter-4
  • chapter-5
    • chapter-5-spring-cloud-events
    • chapter-5-spring-eventbus
    • chapter-5-spring-kafka-streams

7 files changed

+9
-9
lines changed

chapter-3/chapter-3-spring-rest-json/pom.xml

Lines changed: 2 additions & 2 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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>
@@ -15,7 +15,7 @@
1515
<description>Chapter 3 Spring Rest Json</description>
1616
<properties>
1717
<java.version>11</java.version>
18-
<springdoc.version>1.5.5</springdoc.version>
18+
<springdoc.version>1.5.9</springdoc.version>
1919
</properties>
2020
<dependencies>
2121
<dependency>

chapter-3/chapter-3-spring-webflux-rest-json/pom.xml

Lines changed: 2 additions & 2 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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>
@@ -15,7 +15,7 @@
1515
<description>Chapter 3 Spring WebFlux Rest Json</description>
1616
<properties>
1717
<java.version>11</java.version>
18-
<springdoc.version>1.5.5</springdoc.version>
18+
<springdoc.version>1.5.9</springdoc.version>
1919
</properties>
2020
<dependencies>
2121
<dependency>

chapter-4/chapter-4-spring-data-jpa/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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>

chapter-4/chapter-4-spring-data-r2dbc/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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>

chapter-5/chapter-5-spring-cloud-events/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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath />
1010
</parent>
1111

chapter-5/chapter-5-spring-eventbus/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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>

chapter-5/chapter-5-spring-kafka-streams/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.5.2</version>
8+
<version>2.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>org.acme</groupId>

0 commit comments

Comments
 (0)