Skip to content

Commit 8b0ea8d

Browse files
committed
Polish "Upgrade to MyBatis Spring Boot Starter 3.0.5"
See gh-1872
1 parent f9b248d commit 8b0ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-site/src/test/java/io/spring/start/site/extension/dependency/mybatis/MyBatisTestBuildCustomizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
class MyBatisTestBuildCustomizerTests extends AbstractExtensionTests {
3333

34-
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_4;
34+
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();
3535

3636
@Test
3737
void mybatisIsAddedWithSecurity() {

0 commit comments

Comments
 (0)