Skip to content

Commit 19ba2c0

Browse files
authored
chore: Bump dependencies (#35)
1 parent a28167e commit 19ba2c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

kotlin-asyncapi-spring-web/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
<dependency>
3131
<groupId>org.springframework</groupId>
3232
<artifactId>spring-web</artifactId>
33-
<version>[5.3.13,5.3.22]</version>
33+
<version>[5.3.13,5.3.23]</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-context</artifactId>
38-
<version>[5.3.13,5.3.22]</version>
38+
<version>[5.3.13,5.3.23]</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-autoconfigure</artifactId>
43-
<version>[2.6.0,2.7.3]</version>
43+
<version>[2.6.0,2.7.4]</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jetbrains.kotlin</groupId>
@@ -60,13 +60,13 @@
6060
<dependency>
6161
<groupId>org.springframework.boot</groupId>
6262
<artifactId>spring-boot-starter-test</artifactId>
63-
<version>2.7.3</version>
63+
<version>2.7.4</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-starter-web</artifactId>
69-
<version>2.7.3</version>
69+
<version>2.7.4</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

0 commit comments

Comments
 (0)