Skip to content

Commit

Permalink
Merge pull request #54 from momosetkn/renovate/komapperversion
Browse files Browse the repository at this point in the history
Update komapperVersion to v3.1.0
  • Loading branch information
momosetkn authored Oct 5, 2024
2 parents ac4f4e3 + afd96ef commit aec6dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-komapper-jdbc-change/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val liquibaseVersion = rootProject.properties["liquibaseVersion"] as String
val kotestVersion = rootProject.properties["kotestVersion"] as String
val liquibaseKotlinVersion = rootProject.properties["liquibaseKotlinVersion"] as String
val kotlinVersion = rootProject.properties["kotlinVersion"] as String
val komapperVersion = "3.0.0"
val komapperVersion = "3.1.0"

dependencies {
implementation(project(":dsl"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlinVersion=2.0.20
liquibaseVersion=4.29.2
artifactIdPrefix=liquibase-kotlin
slf4jVersion=2.0.16
komapperVersion=3.0.0
komapperVersion=3.1.0

liquibaseKotlinVersion=0.6.0

Expand Down

0 comments on commit aec6dbf

Please sign in to comment.