diff --git a/README.md b/README.md
index b2966e1..cb00b69 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/kotlin-asyncapi-spring-web/pom.xml b/kotlin-asyncapi-spring-web/pom.xml
index 20d9b5f..f085f9d 100644
--- a/kotlin-asyncapi-spring-web/pom.xml
+++ b/kotlin-asyncapi-spring-web/pom.xml
@@ -30,17 +30,17 @@
org.springframework
spring-web
- [5.3.13,5.3.23]
+ [5.3.13,5.3.24]
org.springframework
spring-context
- [5.3.13,5.3.23]
+ [5.3.13,5.3.24]
org.springframework.boot
spring-boot-autoconfigure
- [2.6.0,2.7.4]
+ [2.6.0,2.7.6]
org.jetbrains.kotlin
@@ -60,13 +60,13 @@
org.springframework.boot
spring-boot-starter-test
- 2.7.4
+ 2.7.6
test
org.springframework.boot
spring-boot-starter-web
- 2.7.4
+ 2.7.6
test
diff --git a/pom.xml b/pom.xml
index d86d009..6b591f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.3
+ 2.14.1
org.jetbrains.kotlin