Skip to content

Commit b4a723c

Browse files
authored
Merge pull request #270 from simple-robot/dev/main
Release: v4.1.3
2 parents 21369b7 + 152599e commit b4a723c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024. ForteScarlet.
2+
* Copyright (c) 2023-2025. ForteScarlet.
33
*
44
* This file is part of simbot-component-qq-guild.
55
*
@@ -56,8 +56,8 @@ object P {
5656
override val homepage: String get() = HOMEPAGE
5757

5858

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"
6161

6262
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
6363
override val version = if (isSnapshot()) snapshotVersion else VERSION

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ kotlin = "2.0.20"
33
kotlinx-coroutines = "1.9.0"
44
kotlinx-serialization = "1.7.3"
55
kotlinx-datetime = "0.6.1"
6-
kotlinx-io = "0.5.4"
6+
kotlinx-io = "0.6.0"
77
dokka = "1.9.20"
88
ktor = "2.3.12"
9-
log4j = "2.24.1"
9+
log4j = "2.24.2"
1010
# simbot
1111
simbot = "4.7.0"
12-
suspendTransform = "2.0.20-0.9.3"
12+
suspendTransform = "2.0.20-0.9.4"
1313
gradleCommon = "0.6.0"
1414
# ksp
1515
ksp = "2.0.20-1.0.25"

samples/webhook-server-spring-webflux/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020
plugins {
2121
kotlin("jvm")
2222
kotlin("plugin.spring")
23-
id("org.springframework.boot") version "3.3.5"
23+
id("org.springframework.boot") version "3.4.0"
2424
id("io.spring.dependency-management") version "1.1.6"
2525
}
2626

samples/webhook-server-spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020
plugins {
2121
kotlin("jvm")
2222
kotlin("plugin.spring")
23-
id("org.springframework.boot") version "3.3.5"
23+
id("org.springframework.boot") version "3.4.0"
2424
id("io.spring.dependency-management") version "1.1.6"
2525
}
2626

0 commit comments

Comments
 (0)