File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
webhook-server-spring-webflux Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2023-2024 . ForteScarlet.
2
+ * Copyright (c) 2023-2025 . ForteScarlet.
3
3
*
4
4
* This file is part of simbot-component-qq-guild.
5
5
*
@@ -56,8 +56,8 @@ object P {
56
56
override val homepage: String get() = HOMEPAGE
57
57
58
58
59
- const val VERSION = " 4.1.2 "
60
- const val NEXT_VERSION = " 4.1.3 "
59
+ const val VERSION = " 4.1.3 "
60
+ const val NEXT_VERSION = " 4.1.4 "
61
61
62
62
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
63
63
override val version = if (isSnapshot()) snapshotVersion else VERSION
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ kotlin = "2.0.20"
3
3
kotlinx-coroutines = " 1.9.0"
4
4
kotlinx-serialization = " 1.7.3"
5
5
kotlinx-datetime = " 0.6.1"
6
- kotlinx-io = " 0.5.4 "
6
+ kotlinx-io = " 0.6.0 "
7
7
dokka = " 1.9.20"
8
8
ktor = " 2.3.12"
9
- log4j = " 2.24.1 "
9
+ log4j = " 2.24.2 "
10
10
# simbot
11
11
simbot = " 4.7.0"
12
- suspendTransform = " 2.0.20-0.9.3 "
12
+ suspendTransform = " 2.0.20-0.9.4 "
13
13
gradleCommon = " 0.6.0"
14
14
# ksp
15
15
ksp = " 2.0.20-1.0.25"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
20
20
plugins {
21
21
kotlin(" jvm" )
22
22
kotlin(" plugin.spring" )
23
- id(" org.springframework.boot" ) version " 3.3.5 "
23
+ id(" org.springframework.boot" ) version " 3.4.0 "
24
24
id(" io.spring.dependency-management" ) version " 1.1.6"
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
20
20
plugins {
21
21
kotlin(" jvm" )
22
22
kotlin(" plugin.spring" )
23
- id(" org.springframework.boot" ) version " 3.3.5 "
23
+ id(" org.springframework.boot" ) version " 3.4.0 "
24
24
id(" io.spring.dependency-management" ) version " 1.1.6"
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments