Skip to content

Commit c257c92

Browse files
authored
Merge pull request #679 from kazuki43zoo/update-mybatis-3.5.10
Bump mybatis from 3.5.9 to 3.5.10
2 parents 219e4a2 + 0810c8c commit c257c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
106106
<osgi.dynamicImport>*</osgi.dynamicImport>
107107

108-
<mybatis.version>3.5.9</mybatis.version>
108+
<mybatis.version>3.5.10</mybatis.version>
109109
<spring.version>5.3.20</spring.version>
110110
<spring-batch.version>4.3.6</spring-batch.version>
111111
<module.name>org.mybatis.spring</module.name>

src/test/java/org/mybatis/spring/SqlSessionFactoryBeanTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 the original author or authors.
2+
* Copyright 2010-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -360,7 +360,7 @@ void testSearchATypeAliasPackage() throws Exception {
360360

361361
TypeAliasRegistry typeAliasRegistry = factoryBean.getObject().getConfiguration().getTypeAliasRegistry();
362362
System.out.println(typeAliasRegistry.getTypeAliases().keySet());
363-
assertThat(typeAliasRegistry.getTypeAliases().size()).isEqualTo(81);
363+
assertThat(typeAliasRegistry.getTypeAliases().size()).isEqualTo(89);
364364
typeAliasRegistry.resolveAlias("testAlias");
365365
typeAliasRegistry.resolveAlias("testAlias2");
366366
typeAliasRegistry.resolveAlias("dummyTypeHandler");

0 commit comments

Comments
 (0)