...
 
Commits (2)
    https://gitcode.net/xuxiaowei-com-cn/spring-boot-starter-idempotent/-/commit/e38e034ac53831291d81f50143c3ed29fe8631aa :arrow_up: Bump org.springframework.boot:spring-boot-starter-parent 2023-07-20T21:42:56+00:00 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com Bumps [org.springframework.boot:spring-boot-starter-parent](<a href="https://github.com/spring-projects/spring-boot" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-projects/spring-boot</a>) from 3.1.1 to 3.1.2. - [Release notes](<a href="https://github.com/spring-projects/spring-boot/releases" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-projects/spring-boot/releases</a>) - [Commits](<a href="https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2</a>) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: <span data-trailer="Signed-off-by:"><a href="mailto:support@github.com" title="support@github.com"></a><a href="javascript:void(0)" class="avatar s16 avatar-inline identicon bg4" style="text-decoration: none">N</a><a href="mailto:support@github.com" title="support@github.com">dependabot[bot]</a> &lt;<a href="mailto:support@github.com" title="support@github.com">support@github.com</a>&gt;</span> https://gitcode.net/xuxiaowei-com-cn/spring-boot-starter-idempotent/-/commit/192748571163de2541cf5a120d80e1744a557f21 Merge pull request #33 from... 2023-07-20T21:44:03+00:00 github-actions[bot] 41898282+github-actions[bot]@users.noreply.github.com Merge pull request #33 from xuxiaowei-com-cn/dependabot/maven/next/org.springframework.boot-spring-boot-starter-parent-3.1.2 <gl-emoji title="upwards black arrow" data-name="arrow_up" data-unicode-version="4.0">⬆</gl-emoji>️ Bump org.springframework.boot:spring-boot-starter-parent from 3.1.1 to 3.1.2
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.com.xuxiaowei.boot.next</groupId>
......