Skip to content

Commit 107c989

Browse files
authored
updating latest mybatis version 3.3.11 (#603)
1 parent bc47901 commit 107c989

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/scala/io/sdkman/changelogs/MyBatisMigrations.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ class MyBatisMigrations {
2323
).insert()
2424
}
2525
@ChangeSet(
26-
order = "004",
27-
id = "004-add_latest_mybatis_migrations",
26+
order = "005",
27+
id = "005-add_latest_mybatis_migrations",
2828
author = "xshyamx"
2929
)
30-
def migration004(implicit db: MongoDatabase): Unit = {
31-
val version = "3.3.10"
30+
def migration005(implicit db: MongoDatabase): Unit = {
31+
val version = "3.3.11"
3232
Version(
3333
candidate = CandidateName,
3434
version = version,

0 commit comments

Comments
 (0)