Skip to content

Commit 0bef2d5

Browse files
committed
Merge pull request #1872 from kazuki43zoo
* pr/1872: Polish "Upgrade to MyBatis Spring Boot Starter 3.0.5" Upgrade to MyBatis Spring Boot Starter 3.0.5 Closes gh-1872
2 parents 2e44f31 + 8b0ea8d commit 0bef2d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

start-site/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,13 @@ initializr:
583583
description: R2DBC Homepage
584584
- name: MyBatis Framework
585585
id: mybatis
586-
compatibilityRange: "[3.4.0,3.5.0-M1)"
586+
compatibilityRange: "[3.4.0,4.0.0-M1)"
587587
description: Persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations.
588588
groupId: org.mybatis.spring.boot
589589
artifactId: mybatis-spring-boot-starter
590590
mappings:
591-
- compatibilityRange: "[3.4.0,3.5.0-M1)"
592-
version: 3.0.4
591+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
592+
version: 3.0.5
593593
links:
594594
- rel: guide
595595
href: https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start

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)