From eca883701679d8a83f919377376b6c14ae88a59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:48:29 +0000 Subject: [PATCH 1/3] Bump io.spring.javaformat:spring-javaformat-checkstyle Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.25 to 0.0.41. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.25...v0.0.41) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9da8652..9efbe4e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ allprojects { apply plugin: 'io.spring.javaformat' dependencies { - checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.25" + checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.41" } // Ensure every test task has at least a single test From 8e3d4f014115833049343031495e41ef243d2e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:48:33 +0000 Subject: [PATCH 2/3] Bump org.springframework.data:spring-data-bom from 2023.1.0 to 2023.1.2 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.0 to 2023.1.2. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.0...2023.1.2) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19d31fb..06286b3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ org-springframework-boot = "3.2.2" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.1" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.1" -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.0" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.2" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1" [plugins] From 8b86fa98f2d5166da496f0a09bdbddfee3b1603d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:48:39 +0000 Subject: [PATCH 3/3] Bump org.springframework:spring-framework-bom from 6.1.1 to 6.1.3 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.1 to 6.1.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.3) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 06286b3..fe89953 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.2.2" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.1" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.3" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.1" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.2" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1"