Skip to content

Commit 4a2dd36

Browse files
committed
fix(ci): update Atmosphere version to 4.0.22-SNAPSHOT
1 parent 8e7112d commit 4a2dd36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/javaclaw-plugin-build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation project(':base')
11-
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.21-SNAPSHOT'
11+
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.22-SNAPSHOT'
1212
implementation 'org.springframework.boot:spring-boot-autoconfigure'
1313
implementation 'org.springframework:spring-web'
1414
implementation 'org.springframework.ai:spring-ai-client-chat'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencyManagement {
3636

3737
dependencies {
3838
// Atmosphere
39-
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.21-SNAPSHOT'
39+
api 'org.atmosphere:atmosphere-spring-boot-starter:4.0.22-SNAPSHOT'
4040

4141
// JavaClaw base (Channel, Agent, ChannelRegistry)
4242
compileOnly 'ai.javaclaw:base:1.0.0-SNAPSHOT'

0 commit comments

Comments
 (0)