From 38c6196e1d02408b31f71502f78d26599a187826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:08:41 +0000 Subject: [PATCH 01/27] Bump org.graalvm.buildtools.native in /spring-boot-web-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.9.24. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index aefd336d..8bc99720 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -2,7 +2,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.2" - id("org.graalvm.buildtools.native") version "0.9.23" + id("org.graalvm.buildtools.native") version "0.9.24" id("org.hibernate.orm") } From dd3288b9ab41b0274fce00728d9ca83e2760f351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:40:06 +0000 Subject: [PATCH 02/27] Bump org.graalvm.buildtools.native in /spring-boot-reactive-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.9.24. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index e557d47c..c5ec0a5f 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '3.1.2' id 'io.spring.dependency-management' version '1.1.2' - id("org.graalvm.buildtools.native") version "0.9.23" + id("org.graalvm.buildtools.native") version "0.9.24" id 'java' } From 6d4d9fbe12a716b820d574f0ee4967d21dcbdf5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:16:51 +0000 Subject: [PATCH 03/27] Bump io.gatling.gradle from 3.9.5.1 to 3.9.5.3 in /gatling Bumps io.gatling.gradle from 3.9.5.1 to 3.9.5.3. --- updated-dependencies: - dependency-name: io.gatling.gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gatling/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatling/build.gradle b/gatling/build.gradle index 36118ed7..1793709a 100644 --- a/gatling/build.gradle +++ b/gatling/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "io.gatling.gradle" version "3.9.5.1" + id "io.gatling.gradle" version "3.9.5.3" } group 'by.vk' From a872b2d3e5a998ff2f0102e2a9d9e08ce1e9a244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:08:36 +0000 Subject: [PATCH 04/27] Bump io.spring.dependency-management in /spring-boot-web Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web/build.gradle b/spring-boot-web/build.gradle index f0332ef4..9227a530 100644 --- a/spring-boot-web/build.gradle +++ b/spring-boot-web/build.gradle @@ -1,7 +1,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.2" - id("io.spring.dependency-management") version "1.1.2" + id("io.spring.dependency-management") version "1.1.3" id("com.google.cloud.tools.jib") version "3.3.2" } From 0742d11165bc38d9546203fdd56c9157a333bcbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:21:32 +0000 Subject: [PATCH 05/27] Bump io.spring.dependency-management in /spring-boot-reactive Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle b/spring-boot-reactive/build.gradle index 66ee6134..82ee2a97 100644 --- a/spring-boot-reactive/build.gradle +++ b/spring-boot-reactive/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.2' - id 'io.spring.dependency-management' version '1.1.2' + id 'io.spring.dependency-management' version '1.1.3' id 'java' id("com.google.cloud.tools.jib") version "3.3.2" } From 32d35148cfb374d27bde3c9f24adeb1ae340f00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:39:12 +0000 Subject: [PATCH 06/27] Bump io.spring.dependency-management in /spring-boot-web-native Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index 8bc99720..2affd759 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -1,7 +1,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.2" - id("io.spring.dependency-management") version "1.1.2" + id("io.spring.dependency-management") version "1.1.3" id("org.graalvm.buildtools.native") version "0.9.24" id("org.hibernate.orm") } From c984bb5c9cebc7b8261a0142b363cdddee3f479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:40:19 +0000 Subject: [PATCH 07/27] Bump io.gatling.gradle from 3.9.5.3 to 3.9.5.5 in /gatling Bumps io.gatling.gradle from 3.9.5.3 to 3.9.5.5. --- updated-dependencies: - dependency-name: io.gatling.gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gatling/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatling/build.gradle b/gatling/build.gradle index 1793709a..2a9a2c50 100644 --- a/gatling/build.gradle +++ b/gatling/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "io.gatling.gradle" version "3.9.5.3" + id "io.gatling.gradle" version "3.9.5.5" } group 'by.vk' From 1ed9a4ef94935fe4dcf6d80e01237c4759648b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 03:01:55 +0000 Subject: [PATCH 08/27] Bump io.spring.dependency-management from 1.1.2 to 1.1.3 in /datagen Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- datagen/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datagen/build.gradle b/datagen/build.gradle index f502cfb3..04544d31 100644 --- a/datagen/build.gradle +++ b/datagen/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.2' - id 'io.spring.dependency-management' version '1.1.2' + id 'io.spring.dependency-management' version '1.1.3' id 'java' } From 75375caf5b2aa689ce65c442780dae8e1c90ff4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:15:28 +0000 Subject: [PATCH 09/27] Bump io.spring.dependency-management in /spring-boot-reactive-native Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index c5ec0a5f..779abc17 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.2' - id 'io.spring.dependency-management' version '1.1.2' + id 'io.spring.dependency-management' version '1.1.3' id("org.graalvm.buildtools.native") version "0.9.24" id 'java' } From 9875be6fbc94ce0f662861e387cf3b84dbb9a142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:15:49 +0000 Subject: [PATCH 10/27] Bump org.springframework.boot in /spring-boot-reactive-native Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index 779abc17..e119dd10 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.2' + id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' id("org.graalvm.buildtools.native") version "0.9.24" id 'java' From 5078266a2453f32f01989ec0320c59aba12d4385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:27:53 +0000 Subject: [PATCH 11/27] Bump org.springframework.boot from 3.1.2 to 3.1.3 in /datagen Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- datagen/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datagen/build.gradle b/datagen/build.gradle index 04544d31..326dc24a 100644 --- a/datagen/build.gradle +++ b/datagen/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.2' + id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' id 'java' } From 3d9bfaae857505e87d28f9ef5d4034cdf423d030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:29:12 +0000 Subject: [PATCH 12/27] Bump org.springframework.boot from 3.1.2 to 3.1.3 in /spring-boot-web Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web/build.gradle b/spring-boot-web/build.gradle index 9227a530..44fdc869 100644 --- a/spring-boot-web/build.gradle +++ b/spring-boot-web/build.gradle @@ -1,6 +1,6 @@ plugins { id("java") - id("org.springframework.boot") version "3.1.2" + id("org.springframework.boot") version "3.1.3" id("io.spring.dependency-management") version "1.1.3" id("com.google.cloud.tools.jib") version "3.3.2" } From afe0246ec099105369e8af1728cc4966dc49f0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:29:25 +0000 Subject: [PATCH 13/27] Bump org.springframework.boot in /spring-boot-web-native Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index 2affd759..441add1e 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -1,6 +1,6 @@ plugins { id("java") - id("org.springframework.boot") version "3.1.2" + id("org.springframework.boot") version "3.1.3" id("io.spring.dependency-management") version "1.1.3" id("org.graalvm.buildtools.native") version "0.9.24" id("org.hibernate.orm") From ca72561d0108248283359c1fb6eed100619ca67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:49:06 +0000 Subject: [PATCH 14/27] Bump org.springframework.boot in /spring-boot-reactive Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle b/spring-boot-reactive/build.gradle index 82ee2a97..332e7479 100644 --- a/spring-boot-reactive/build.gradle +++ b/spring-boot-reactive/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.2' + id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' id 'java' id("com.google.cloud.tools.jib") version "3.3.2" From c3cd908c11be2158ca1188c720e8deeff398203d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:22:29 +0000 Subject: [PATCH 15/27] Bump org.graalvm.buildtools.native in /spring-boot-reactive-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.24 to 0.9.25. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index 779abc17..661422a1 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '3.1.2' id 'io.spring.dependency-management' version '1.1.3' - id("org.graalvm.buildtools.native") version "0.9.24" + id("org.graalvm.buildtools.native") version "0.9.25" id 'java' } From 74b7f4f83a9699371f36d7f96aade1ad9382d897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:24:35 +0000 Subject: [PATCH 16/27] Bump org.graalvm.buildtools.native in /spring-boot-web-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.24 to 0.9.25. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index 2affd759..f193396d 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -2,7 +2,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.3" - id("org.graalvm.buildtools.native") version "0.9.24" + id("org.graalvm.buildtools.native") version "0.9.25" id("org.hibernate.orm") } From 9ffa42863704542fb30c0496599a5ddcc222fa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:18:26 +0000 Subject: [PATCH 17/27] Bump org.graalvm.buildtools.native in /spring-boot-web-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.25 to 0.9.26. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index d6cd1189..86f146b7 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -2,7 +2,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.3" id("io.spring.dependency-management") version "1.1.3" - id("org.graalvm.buildtools.native") version "0.9.25" + id("org.graalvm.buildtools.native") version "0.9.26" id("org.hibernate.orm") } From ea096b0e02cf2900f0965cd2728ffb1cc732061e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:00:18 +0000 Subject: [PATCH 18/27] Bump org.graalvm.buildtools.native in /spring-boot-reactive-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.25 to 0.9.26. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index 36ddc843..98d8ae4d 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' - id("org.graalvm.buildtools.native") version "0.9.25" + id("org.graalvm.buildtools.native") version "0.9.26" id 'java' } From 4717a3d2c567f16a154256d22d399ebd335e4bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:17:42 +0000 Subject: [PATCH 19/27] Bump org.graalvm.buildtools.native in /spring-boot-web-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.26 to 0.9.27. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index 86f146b7..7d685474 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -2,7 +2,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.3" id("io.spring.dependency-management") version "1.1.3" - id("org.graalvm.buildtools.native") version "0.9.26" + id("org.graalvm.buildtools.native") version "0.9.27" id("org.hibernate.orm") } From 8491640a166734fd8a52609905595ec24805f97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:33:24 +0000 Subject: [PATCH 20/27] Bump org.graalvm.buildtools.native in /spring-boot-reactive-native Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.26 to 0.9.27. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index 98d8ae4d..fe801b45 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,7 +1,7 @@ plugins { id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' - id("org.graalvm.buildtools.native") version "0.9.26" + id("org.graalvm.buildtools.native") version "0.9.27" id 'java' } From 5be2e0f2d5ea63a2d4f799680a9eb46d0acb9a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:05:12 +0000 Subject: [PATCH 21/27] Bump org.springframework.boot in /spring-boot-web-native Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web-native/build.gradle b/spring-boot-web-native/build.gradle index 7d685474..b2d16131 100644 --- a/spring-boot-web-native/build.gradle +++ b/spring-boot-web-native/build.gradle @@ -1,6 +1,6 @@ plugins { id("java") - id("org.springframework.boot") version "3.1.3" + id("org.springframework.boot") version "3.1.4" id("io.spring.dependency-management") version "1.1.3" id("org.graalvm.buildtools.native") version "0.9.27" id("org.hibernate.orm") From 8071d1c26ae10f2a86879e50a7f55e5335957629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:08:49 +0000 Subject: [PATCH 22/27] Bump org.springframework.boot from 3.1.3 to 3.1.4 in /datagen Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- datagen/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datagen/build.gradle b/datagen/build.gradle index 326dc24a..1a6127c0 100644 --- a/datagen/build.gradle +++ b/datagen/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.3' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.3' id 'java' } From aa19c5687fc17d93687b980bda85409fb0866948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:38:31 +0000 Subject: [PATCH 23/27] Bump org.springframework.boot in /spring-boot-reactive Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle b/spring-boot-reactive/build.gradle index 332e7479..444bf1d3 100644 --- a/spring-boot-reactive/build.gradle +++ b/spring-boot-reactive/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.3' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.3' id 'java' id("com.google.cloud.tools.jib") version "3.3.2" From 75234a3a8fe9ec5c4823d7faff8fb1254840ac70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:38:32 +0000 Subject: [PATCH 24/27] Bump com.google.cloud.tools.jib in /spring-boot-reactive Bumps com.google.cloud.tools.jib from 3.3.2 to 3.4.0. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-boot-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle b/spring-boot-reactive/build.gradle index 332e7479..5ecf6f27 100644 --- a/spring-boot-reactive/build.gradle +++ b/spring-boot-reactive/build.gradle @@ -2,7 +2,7 @@ plugins { id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' id 'java' - id("com.google.cloud.tools.jib") version "3.3.2" + id("com.google.cloud.tools.jib") version "3.4.0" } group = 'by.vk' From 2518743ef72e28bb92f15e92de51a71e4e4bbd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:45:03 +0000 Subject: [PATCH 25/27] Bump com.google.cloud.tools.jib from 3.3.2 to 3.4.0 in /spring-boot-web Bumps com.google.cloud.tools.jib from 3.3.2 to 3.4.0. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-boot-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web/build.gradle b/spring-boot-web/build.gradle index 44fdc869..db054e62 100644 --- a/spring-boot-web/build.gradle +++ b/spring-boot-web/build.gradle @@ -2,7 +2,7 @@ plugins { id("java") id("org.springframework.boot") version "3.1.3" id("io.spring.dependency-management") version "1.1.3" - id("com.google.cloud.tools.jib") version "3.3.2" + id("com.google.cloud.tools.jib") version "3.4.0" } group = 'by.vk' From 64546bb388c56146c885c5cf51eebf0b5ea6f078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:53:52 +0000 Subject: [PATCH 26/27] Bump org.springframework.boot in /spring-boot-reactive-native Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive-native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle b/spring-boot-reactive-native/build.gradle index fe801b45..96fc7bc8 100644 --- a/spring-boot-reactive-native/build.gradle +++ b/spring-boot-reactive-native/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.3' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.3' id("org.graalvm.buildtools.native") version "0.9.27" id 'java' From 616a6aaa33bd3d7eb5280d9e384c7ce1808176ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:22:12 +0000 Subject: [PATCH 27/27] Bump org.springframework.boot from 3.1.3 to 3.1.4 in /spring-boot-web Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-web/build.gradle b/spring-boot-web/build.gradle index 44fdc869..99d2160e 100644 --- a/spring-boot-web/build.gradle +++ b/spring-boot-web/build.gradle @@ -1,6 +1,6 @@ plugins { id("java") - id("org.springframework.boot") version "3.1.3" + id("org.springframework.boot") version "3.1.4" id("io.spring.dependency-management") version "1.1.3" id("com.google.cloud.tools.jib") version "3.3.2" }