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

Commit 466dc6d

Browse files
authored
Updated to latest Spring (#845)
1 parent 42814b0 commit 466dc6d

File tree

18 files changed

+37
-37
lines changed

18 files changed

+37
-37
lines changed

libraries/bot-integration-spring/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-web</artifactId>
59-
<version>2.1.8.RELEASE</version>
59+
<version>2.4.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-starter-test</artifactId>
64-
<version>2.1.8.RELEASE</version>
64+
<version>2.4.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework</groupId>
6969
<artifactId>spring-core</artifactId>
70-
<version>5.1.9.RELEASE</version>
70+
<version>5.3.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.springframework</groupId>
7474
<artifactId>spring-beans</artifactId>
75-
<version>5.1.9.RELEASE</version>
75+
<version>5.3.1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.springframework.boot</groupId>
7979
<artifactId>spring-boot</artifactId>
80-
<version>2.1.8.RELEASE</version>
80+
<version>2.4.0</version>
8181
<scope>compile</scope>
8282
</dependency>
8383

samples/02.echo-bot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
5959
<artifactId>spring-boot-starter-test</artifactId>
60-
<version>2.1.8.RELEASE</version>
60+
<version>2.4.0</version>
6161
<scope>test</scope>
6262
</dependency>
6363

samples/03.welcome-user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-test</artifactId>
54-
<version>2.1.8.RELEASE</version>
54+
<version>2.4.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

samples/08.suggested-actions/bin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.1.7.RELEASE</version>
18+
<version>2.4.0</version>
1919
<relativePath />
2020
</parent>
2121

samples/08.suggested-actions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-test</artifactId>
54-
<version>2.1.8.RELEASE</version>
54+
<version>2.4.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

samples/16.proactive-messages/bin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.1.7.RELEASE</version>
18+
<version>2.4.0</version>
1919
<relativePath />
2020
</parent>
2121

samples/16.proactive-messages/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-test</artifactId>
54-
<version>2.1.8.RELEASE</version>
54+
<version>2.4.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

samples/45.state-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-test</artifactId>
53-
<version>2.1.8.RELEASE</version>
53+
<version>2.4.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

samples/47.inspection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
5959
<artifactId>spring-boot-starter-test</artifactId>
60-
<version>2.1.8.RELEASE</version>
60+
<version>2.4.0</version>
6161
<scope>test</scope>
6262
</dependency>
6363

samples/50.teams-messaging-extensions-search/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>2.1.7.RELEASE</version>
20+
<version>2.4.0</version>
2121
<relativePath/>
2222
</parent>
2323

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
5959
<artifactId>spring-boot-starter-test</artifactId>
60-
<version>2.1.8.RELEASE</version>
60+
<version>2.4.0</version>
6161
<scope>test</scope>
6262
</dependency>
6363

0 commit comments

Comments
 (0)