Skip to content

Commit

Permalink
chore: Bump dependencies (#40)
Browse files Browse the repository at this point in the history
chore - Bump dependencies
  • Loading branch information
lorenzsimon authored Nov 26, 2022
1 parent 06e4fb9 commit 9018aab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The framework generally supports any JVM project. Compatibility has been tested,

| Identifier | Version |
|-----------------|-----------------------------|
| **JRE** | `8`, `11` |
| **JRE** | `8`, `11`, `17` |
| **Kotlin** | `1.6.21`, `1.7.0`, `1.7.10` |
| **Spring Boot** | `2.6.0`-`2.7.4` |
| **Spring Boot** | `2.6.0`-`2.7.6` |
| **Maven** | `3.8.4`, `3.8.6` |

## Module Roadmap
Expand Down
10 changes: 5 additions & 5 deletions kotlin-asyncapi-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>[5.3.13,5.3.23]</version>
<version>[5.3.13,5.3.24]</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>[5.3.13,5.3.23]</version>
<version>[5.3.13,5.3.24]</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>[2.6.0,2.7.4]</version>
<version>[2.6.0,2.7.6]</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -60,13 +60,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.7.4</version>
<version>2.7.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.4</version>
<version>2.7.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 9018aab

Please sign in to comment.