Skip to content

Commit

Permalink
Update org.seasar.doma:doma to v2.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 2, 2023
1 parent 307d23b commit 82e8182
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 = '2.54.1'
ext.domaVersion = '2.54.2'
ext.h2Version= '1.4.200'
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 @@ -56,7 +56,7 @@ repositories {

dependencies {
implementation("org.freemarker:freemarker:2.3.32")
testImplementation("org.seasar.doma:doma-core:2.54.1")
testImplementation("org.seasar.doma:doma-core:2.54.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
Expand Down

0 comments on commit 82e8182

Please sign in to comment.