Skip to content

Commit eb1872f

Browse files
committed
Spring Boot 4.0.0, DGS 11.0.0, DGS codegen 8.2.2, Ktor 3.3.3, Firestore 3.33.4, Graalvm Native 0.11.3.
1 parent 9131cf4 commit eb1872f

File tree

3 files changed

+1915
-3078
lines changed

3 files changed

+1915
-3078
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- uses: actions/setup-java@v5
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- uses: graalvm/setup-graalvm@v1
4848
with:

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
kotlin = "2.2.21"
3-
spring-boot = "3.5.7"
3+
spring-boot = "4.0.0"
44
spring-dependencyManagement = "1.1.7"
5-
ktor = "3.3.2"
6-
dgsBom = "10.4.0"
7-
dgsCodegen = "8.1.1"
5+
ktor = "3.3.3"
6+
dgsBom = "11.0.0"
7+
dgsCodegen = "8.2.2"
88
kotlinxSerializationBom = "1.9.0"
9-
gcloud-firestore = "3.33.3"
9+
gcloud-firestore = "3.33.4"
1010
detekt = "2.0.0-alpha.1"
11-
graalvmNative = "0.11.2"
11+
graalvmNative = "0.11.3"
1212
caffeine = "3.2.3"
1313
scrapeit = "1.3.0-alpha.2"
1414
toolchainsResolver = "1.0.0"

0 commit comments

Comments
 (0)