Skip to content

Commit

Permalink
Update org.seasar.doma to v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2020
1 parent 60fc7c9 commit 5aa0177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.h2.Driver
import org.seasar.doma.gradle.codegen.jdbc.SimpleDataSource

buildscript {
ext.domaVersion = '2.36.0'
ext.domaVersion = '2.41.0'
ext.h2Version= '1.4.200'
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repositories {

dependencies {
implementation 'org.freemarker:freemarker:2.3.30'
testImplementation "org.seasar.doma:doma-core:2.36.0"
testImplementation "org.seasar.doma:doma-core:2.41.0"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
Expand Down

0 comments on commit 5aa0177

Please sign in to comment.