Skip to content

Commit 989ed4c

Browse files
chore(deps): bump org.mybatis.spring.boot:mybatis-spring-boot-starter from 4.0.0 to 4.0.1 (#383)
Bumps [org.mybatis.spring.boot:mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 4.0.0 to 4.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/bb8bac144e4677cf1bab5a6d27ced2521972adfc"><code>bb8bac1</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-4.0.1</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1b024b1ed8dd5515accd19fd43ae7778e1788d42"><code>1b024b1</code></a> Merge pull request <a href="https://redirect.github.com/mybatis/spring-boot-starter/issues/1172">#1172</a> from kazuki43zoo/<a href="https://redirect.github.com/mybatis/spring-boot-starter/issues/1158">gh-1158</a>_support-annotation-processi...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/ddd4f4046a6ecf24120d8cd50e06ba5f06a037d6"><code>ddd4f40</code></a> Support annotation processing using newer JDK</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/e5c74c73839d492f2cb676dd2b49b322b3ac08eb"><code>e5c74c7</code></a> Update license year</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1c8c0b7f82f886e529bf8d8ebbca4ed25dcabee3"><code>1c8c0b7</code></a> Merge pull request <a href="https://redirect.github.com/mybatis/spring-boot-starter/issues/1171">#1171</a> from hazendaz/master</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/dcc7034479d964f472fb9fd528186cdddc40248f"><code>dcc7034</code></a> [site] UPdate site_zh.xml to site_zh_CN.xml</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/4d596c7aeb5a321a76fe72467ac7cbcc70f2f21a"><code>4d596c7</code></a> Merge pull request <a href="https://redirect.github.com/mybatis/spring-boot-starter/issues/1170">#1170</a> from hazendaz/master</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1d3159f32d114a2acc3b71caeec41bddf5ba8d58"><code>1d3159f</code></a> [pom] For cargo, use central url instead for tomcat</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/a9529e9e37d21aaf8796ea3df7153b2f9b66de11"><code>a9529e9</code></a> Merge pull request <a href="https://redirect.github.com/mybatis/spring-boot-starter/issues/1168">#1168</a> from hazendaz/master</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/ee63a318cb0297feccbb55d4c70c1930d9686222"><code>ee63a31</code></a> Revert &quot;chore(deps): update kotlin monorepo to v2.3.0&quot;</li> <li>Additional commits viewable in <a href="https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-4.0.0...mybatis-spring-boot-4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mybatis.spring.boot:mybatis-spring-boot-starter&package-manager=maven&previous-version=4.0.0&new-version=4.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0c5a26 commit 989ed4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agentscope-examples/boba-tea-shop

agentscope-examples/boba-tea-shop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.mybatis.spring.boot</groupId>
106106
<artifactId>mybatis-spring-boot-starter</artifactId>
107-
<version>4.0.0</version>
107+
<version>4.0.1</version>
108108
</dependency>
109109
</dependencies>
110110
</dependencyManagement>

0 commit comments

Comments
 (0)