Skip to content

Commit

Permalink
Merge pull request #188 from domaframework/renovate/org.seasar.doma-doma
Browse files Browse the repository at this point in the history
Update org.seasar.doma:doma to v3.0.1
  • Loading branch information
nakamura-to authored Sep 29, 2024
2 parents b71cb5d + 640a4de commit be9b007
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 @@ -3,7 +3,7 @@ import org.seasar.doma.gradle.codegen.desc.LanguageType
import org.seasar.doma.gradle.codegen.jdbc.SimpleDataSource

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

dependencies {
implementation("org.freemarker:freemarker:2.3.33")
testImplementation("org.seasar.doma:doma-core:3.0.0")
testImplementation("org.seasar.doma:doma-core:3.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
Expand Down

0 comments on commit be9b007

Please sign in to comment.