Skip to content

Commit fd41593

Browse files
committed
0.9.80
1 parent f1d8a1e commit fd41593

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

project/buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
}
44

55
dependencies {
6-
api("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
7-
api("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
6+
api("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
7+
api("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
88
}

project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.babyfish.jimmer
2-
version=0.9.79
2+
version=0.9.80

project/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ javaxValidation = "2.0.1.Final"
1414
jetbrainsAnnotations = "24.0.0"
1515
jupiter = "5.10.2"
1616
kafka = "0.10.0.0"
17-
kotlinpoet = "1.14.2"
18-
ksp = "1.7.10-1.0.6"
17+
kotlinpoet = "2.1.0"
18+
ksp = "2.1.20-2.0.0"
1919
lombok = "1.18.30"
2020
mapstruct = "1.5.3.Final"
2121
mysql = "8.0.29"

0 commit comments

Comments
 (0)