...
 
Commits (2)
    https://gitcode.net/xuxiaowei-com-cn/spring-boot-starter-idempotent/-/commit/117ae0aa686ab50954a111d36f7e6614ac1ca31b :arrow_up: Bump io.spring.javaformat:spring-javaformat-maven-plugin 2023-11-16T21:31:09+00:00 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com Bumps [io.spring.javaformat:spring-javaformat-maven-plugin](<a href="https://github.com/spring-io/spring-javaformat" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-io/spring-javaformat</a>) from 0.0.39 to 0.0.40. - [Release notes](<a href="https://github.com/spring-io/spring-javaformat/releases" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-io/spring-javaformat/releases</a>) - [Commits](<a href="https://github.com/spring-io/spring-javaformat/compare/v0.0.39...v0.0.40" rel="nofollow noreferrer noopener" target="_blank">https://github.com/spring-io/spring-javaformat/compare/v0.0.39...v0.0.40</a>) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-maven-plugin 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 bg2" 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/4fab5e5bb8ec248b20d8c113a3fc412ed86a9852 Merge pull request #51 from... 2023-11-16T21:32:03+00:00 github-actions[bot] 41898282+github-actions[bot]@users.noreply.github.com Merge pull request #51 from xuxiaowei-com-cn/dependabot/maven/next/io.spring.javaformat-spring-javaformat-maven-plugin-0.0.40 <gl-emoji title="upwards black arrow" data-name="arrow_up" data-unicode-version="4.0">⬆</gl-emoji>️ Bump io.spring.javaformat:spring-javaformat-maven-plugin from 0.0.39 to 0.0.40
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<!-- https://mvnrepository.com/artifact/io.spring.javaformat/spring-javaformat-maven-plugin --> <!-- https://mvnrepository.com/artifact/io.spring.javaformat/spring-javaformat-maven-plugin -->
<!-- https://github.com/spring-io/spring-javaformat/ --> <!-- https://github.com/spring-io/spring-javaformat/ -->
<!-- 高版本支持 JDK 8:https://github.com/spring-io/spring-javaformat/#java-8-support --> <!-- 高版本支持 JDK 8:https://github.com/spring-io/spring-javaformat/#java-8-support -->
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version> <spring-javaformat-maven-plugin.version>0.0.40</spring-javaformat-maven-plugin.version>
<!-- 打包时跳过单元测试 --> <!-- 打包时跳过单元测试 -->
<skipTests>true</skipTests> <skipTests>true</skipTests>
......