From 678e3cdbf361b2c840e4b873f272b30d21dc6bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 10:21:50 -0400 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates (#160) Bumps the development-dependencies group with 2 updates in the / directory: [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) and [io.spring.javaformat](https://github.com/spring-io/spring-javaformat). Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.43 to 0.0.44 - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.43...v0.0.44) Updates `io.spring.javaformat` from 0.0.43 to 0.0.44 - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.43...v0.0.44) Updates `io.spring.javaformat` from 0.0.43 to 0.0.44 - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.43...v0.0.44) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-version: 0.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.javaformat dependency-version: 0.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.javaformat dependency-version: 0.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad53a9f2..266cf853 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext.isCI = System.getenv('GITHUB_ACTION') - ext.javaFormatVersion = '0.0.43' + ext.javaFormatVersion = '0.0.44' } plugins {