Skip to content

Commit

Permalink
Upgrade to Spring 6 and Tyrus 2
Browse files Browse the repository at this point in the history
Resolves:
#298
  • Loading branch information
joffrey-bion committed Aug 9, 2023
1 parent a90935f commit 909320e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ nexus-publish-plugin = "1.3.0"
okhttp = "4.11.0"
okio = "3.5.0"
slf4j = "2.0.7"
spring = "5.3.23"
tyrus = "1.17"
spring = "6.0.11"
tyrus = "2.1.3"
uuid = "0.8.0"
vyarus-github-info-plugin = "1.5.0"

Expand Down
4 changes: 4 additions & 0 deletions krossbow-websocket-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ plugins {

description = "A Krossbow adapter for Spring's default WebSocket client and SockJS client"

kotlin {
jvmToolchain(17)
}

dependencies {
api(projects.krossbowWebsocketCore)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extra:
ktor: 2.3.1
kotlinxSerialization: 1.5.1
moshi: 1.15.0
tyrus: 1.17
tyrus: 2.1.3
jetty: 9.4.51.v20230217

copyright: Copyright © 2019 - 2023 Joffrey Bion

0 comments on commit 909320e

Please sign in to comment.