Skip to content

Commit 8a4b62e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update org.seasar.doma to v2.41.0
1 parent 60fc7c9 commit 8a4b62e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.h2.Driver
22
import org.seasar.doma.gradle.codegen.jdbc.SimpleDataSource
33

44
buildscript {
5-
ext.domaVersion = '2.36.0'
5+
ext.domaVersion = '2.41.0'
66
ext.h2Version= '1.4.200'
77
repositories {
88
mavenCentral()

codegen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repositories {
5858

5959
dependencies {
6060
implementation 'org.freemarker:freemarker:2.3.30'
61-
testImplementation "org.seasar.doma:doma-core:2.36.0"
61+
testImplementation "org.seasar.doma:doma-core:2.41.0"
6262
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
6363
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.1'
6464
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'

0 commit comments

Comments
 (0)