Skip to content

Commit

Permalink
Merge pull request #68 from jeffgbutler/dependabot/gradle/org.mybatis…
Browse files Browse the repository at this point in the history
…-mybatis-3.5.15

Bump org.mybatis:mybatis from 3.5.13 to 3.5.15
  • Loading branch information
jeffgbutler authored Jan 7, 2024
2 parents e3b6cab + be5597e commit e6917cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation ("org.mybatis:mybatis:3.5.13")
implementation ("org.mybatis:mybatis:3.5.15")
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:1.5.0")
testImplementation ("org.assertj:assertj-core:3.24.2")
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.10.1")
Expand Down

0 comments on commit e6917cd

Please sign in to comment.