Skip to content

Commit 5fa7bb2

Browse files
committed
dawd
1 parent 9ffae04 commit 5fa7bb2

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com-diffplug-spotless = "8.0.0"
88
com-fasterxml-jackson = "2.20.0"
99
com-flywaydb-flyway = "11.14.1"
1010
com-github-tschuchortdev-kotlin-compile-testing = "1.6.0"
11-
com-google-devtools-ksp = "2.2.20-2.0.4"
11+
com-google-devtools-ksp = "2.3.0"
1212
com-mapstruct = "1.6.3"
1313
com-querydsl = "5.1.0"
1414
com-squareup-kotlinpoet = "2.2.0"
@@ -30,12 +30,12 @@ org-apache-groovy = "5.0.2"
3030
org-apache-logging-log4j = "2.25.2"
3131
org-assertj = "4.0.0-M1"
3232
org-awaitility = "4.3.0"
33-
org-babyfish-jimmer = "0.9.112"
33+
org-babyfish-jimmer = "0.9.113"
3434
org-gradle = "9.2.0-rc-2"
3535
org-hibernate-orm = "7.2.0.CR1"
3636
org-jetbrains-dokka = "2.1.0"
37-
org-jetbrains-intellij-platform = "2.10.1"
38-
org-jetbrains-kotlin = "2.2.20"
37+
org-jetbrains-intellij-platform = "2.10.2"
38+
org-jetbrains-kotlin = "2.2.21"
3939
org-jetbrains-kotlinx-coroutines = "1.10.2"
4040
org-jetbrains-kotlinx-datetime = "0.7.1-0.6.x-compat"
4141
org-jetbrains-kotlinx-io = "0.8.0"
@@ -44,12 +44,12 @@ org-junit-jupiter = "6.0.0"
4444
org-liquibase = "5.0.1"
4545
org-slf4j = "2.1.0-alpha1"
4646
org-springframework-ai = "1.0.3"
47-
org-springframework-batch = "5.2.3"
48-
org-springframework-boot = "3.5.6"
47+
org-springframework-batch = "5.2.4"
48+
org-springframework-boot = "3.5.7"
4949
org-springframework-cloud = "2025.0.0"
5050
org-springframework-data = "3.5.5"
51-
org-springframework-framework = "6.2.10"
52-
org-springframework-integration = "6.5.2"
51+
org-springframework-framework = "6.2.12"
52+
org-springframework-integration = "6.5.3"
5353
org-springframework-modulith = "2.0.0-M1"
5454
org-springframework-security = "6.5.5"
5555
org-testcontainers = "1.21.3"
@@ -120,7 +120,7 @@ com-squareup-okio-okio-jvm = { module = "com.squareup.okio:okio-jvm", version.re
120120
com-squareup-retrofit2-retrofit = "com.squareup.retrofit2:retrofit:3.0.0"
121121
com-tencentcloudapi-tencentcloud-sdk-java-sms = "com.tencentcloudapi:tencentcloud-sdk-java-sms:3.1.1281"
122122
com-vanniktech-maven-publish-com-vanniktech-maven-publish-gradle-plugin = { module = "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin", version.ref = "com-vanniktech-maven-publish" }
123-
com-volcengine-ve-tos-java-sdk = "com.volcengine:ve-tos-java-sdk:2.9.4"
123+
com-volcengine-ve-tos-java-sdk = "com.volcengine:ve-tos-java-sdk:2.9.5"
124124
com-xuxueli-xxl-job-core = { module = "com.xuxueli:xxl-job-core", version.ref = "com-xuxueli-xxl-job" }
125125
com-yomahub-liteflow-spring-boot-starter = { module = "com.yomahub:liteflow-spring-boot-starter", version.ref = "com-yomahub-liteflow" }
126126
dev-langchain4j-langchain4j = "dev.langchain4j:langchain4j:1.7.1"
@@ -262,7 +262,7 @@ org-junit-jupiter-junit-jupiter-params = { module = "org.junit.jupiter:junit-jup
262262
org-junit-platform-junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "org-junit-jupiter" }
263263
org-junit-platform-junit-platform-suite = { module = "org.junit.platform:junit-platform-suite", version.ref = "org-junit-jupiter" }
264264
org-junit-vintage-junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "org-junit-jupiter" }
265-
org-lionsoul-ip2region = "org.lionsoul:ip2region:3.1.0"
265+
org-lionsoul-ip2region = "org.lionsoul:ip2region:3.1.1"
266266
org-liquibase-liquibase-core = { module = "org.liquibase:liquibase-core", version.ref = "org-liquibase" }
267267
org-mapstruct-mapstruct = { module = "org.mapstruct:mapstruct", version.ref = "com-mapstruct" }
268268
org-mapstruct-mapstruct-processor = { module = "org.mapstruct:mapstruct-processor", version.ref = "com-mapstruct" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-rc-1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-rc-2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)