Skip to content

Commit ea0c653

Browse files
authored
chore: Bump dependencies (#30)
chore - Bump dependencies
1 parent b1feddf commit ea0c653

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

kotlin-asyncapi-spring-web/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
<dependency>
3232
<groupId>org.springframework</groupId>
3333
<artifactId>spring-web</artifactId>
34-
<version>[5.3.13,5.3.21]</version>
34+
<version>[5.3.13,5.3.22]</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.springframework</groupId>
3838
<artifactId>spring-context</artifactId>
39-
<version>[5.3.13,5.3.21]</version>
39+
<version>[5.3.13,5.3.22]</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-autoconfigure</artifactId>
44-
<version>[2.6.0,2.7.1]</version>
44+
<version>[2.6.0,2.7.3]</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.jetbrains.kotlin</groupId>
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-starter-test</artifactId>
64-
<version>2.7.1</version>
64+
<version>2.7.3</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework.boot</groupId>
6969
<artifactId>spring-boot-starter-web</artifactId>
70-
<version>2.7.1</version>
70+
<version>2.7.3</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50-
<kotlin.version>1.6.10</kotlin.version>
50+
<kotlin.version>1.7.10</kotlin.version>
5151
</properties>
5252

5353
<build>

0 commit comments

Comments
 (0)