From d57bd79c3ef14962e80ba1b798e2082105857d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:59:17 +0000 Subject: [PATCH 1/4] Bump io.freefair.settings.plugin-versions from 8.0.1 to 8.1.0 Bumps [io.freefair.settings.plugin-versions](https://github.com/freefair/gradle-plugins) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.0.1...8.1.0) --- updated-dependencies: - dependency-name: io.freefair.settings.plugin-versions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 8155eeb..db981e6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "io.freefair.settings.plugin-versions" version "8.0.1" + id "io.freefair.settings.plugin-versions" version "8.1.0" } dependencyResolutionManagement { From bec17e8ceffb111c112d3679f2cb7c78117235b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 02:07:48 +0000 Subject: [PATCH 2/4] Bump org.springframework.boot from 2.7.13 to 2.7.14 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.13 to 2.7.14. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.13...v2.7.14) --- updated-dependencies: - dependency-name: org.springframework.boot 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 8d84b41..d940002 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.springframework.boot" version "2.7.13" apply false + id "org.springframework.boot" version "2.7.14" apply false id "io.github.gradle-nexus.publish-plugin" version "1.3.0" id "io.freefair.git-version" id "io.freefair.okhttp" From 86591a75416356d85f81ece258dd4abe358d3bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 02:58:18 +0000 Subject: [PATCH 3/4] Bump org.springframework.boot from 3.0.8 to 3.0.9 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: org.springframework.boot 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 4d9f3cb..ddf2291 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.springframework.boot" version "3.0.8" apply false + id "org.springframework.boot" version "3.0.9" apply false id "io.github.gradle-nexus.publish-plugin" version "1.3.0" id "io.freefair.git-version" id "io.freefair.okhttp" From fd2a98e826aac26a6586eabb5bed48e8b8d51b23 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Thu, 27 Jul 2023 01:06:41 +0200 Subject: [PATCH 4/4] Update to Gradle 8.2.1 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bf01c4d..c747538 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME