...
 
Commits (2)
    https://gitcode.net/xuxiaowei-com-cn/spring-boot-starter-idempotent/-/commit/25ec86598da57c731f67701a244a069a676c9c24 :arrow_up: Bump org.springframework.boot:spring-boot-starter-parent 2023-11-23T21:24:01+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.5 to 3.2.0. - [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.5...v3.2.0" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0</a>) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... 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 bg1" 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/4778cdedf9fa9493c7c9ea63194352f8c27ca353 Merge pull request #53 from... 2023-11-23T21:25:00+00:00 github-actions[bot] 41898282+github-actions[bot]@users.noreply.github.com Merge pull request #53 from xuxiaowei-com-cn/dependabot/maven/next/org.springframework.boot-spring-boot-starter-parent-3.2.0 <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.5 to 3.2.0
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version> <version>3.2.0</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>cn.com.xuxiaowei.boot.next</groupId> <groupId>cn.com.xuxiaowei.boot.next</groupId>
......