Skip to content

Commit 9018aab

Browse files
authored
chore: Bump dependencies (#40)
chore - Bump dependencies
1 parent 06e4fb9 commit 9018aab

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The framework generally supports any JVM project. Compatibility has been tested,
2727

2828
| Identifier | Version |
2929
|-----------------|-----------------------------|
30-
| **JRE** | `8`, `11` |
30+
| **JRE** | `8`, `11`, `17` |
3131
| **Kotlin** | `1.6.21`, `1.7.0`, `1.7.10` |
32-
| **Spring Boot** | `2.6.0`-`2.7.4` |
32+
| **Spring Boot** | `2.6.0`-`2.7.6` |
3333
| **Maven** | `3.8.4`, `3.8.6` |
3434

3535
## Module Roadmap

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.23]</version>
33+
<version>[5.3.13,5.3.24]</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-context</artifactId>
38-
<version>[5.3.13,5.3.23]</version>
38+
<version>[5.3.13,5.3.24]</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-autoconfigure</artifactId>
43-
<version>[2.6.0,2.7.4]</version>
43+
<version>[2.6.0,2.7.6]</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.4</version>
63+
<version>2.7.6</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.4</version>
69+
<version>2.7.6</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.fasterxml.jackson.core</groupId>
239239
<artifactId>jackson-databind</artifactId>
240-
<version>2.13.3</version>
240+
<version>2.14.1</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)