Skip to content

Commit baa53cc

Browse files
Update org.seasar.doma:doma to v3.5.1 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51219cd commit baa53cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compile-java-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("org.domaframework.doma.compile")
1717
}
1818

19-
val domaVersion = "3.5.0"
19+
val domaVersion = "3.5.1"
2020

2121
java {
2222
toolchain.languageVersion.set(JavaLanguageVersion.of(17))

compile-kotlin-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.jetbrains.kotlin.kapt") version "2.1.10"
1919
}
2020

21-
val domaVersion = "3.5.0"
21+
val domaVersion = "3.5.1"
2222

2323
kapt {
2424
includeCompileClasspath = false

compile-mix-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.jetbrains.kotlin.kapt") version "2.1.10"
1919
}
2020

21-
val domaVersion = "3.5.0"
21+
val domaVersion = "3.5.1"
2222

2323
kapt {
2424
includeCompileClasspath = false

0 commit comments

Comments
 (0)