From e364b036009e486fb19d59d88480fbff20fc0bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 01:57:15 +0000 Subject: [PATCH 01/15] Bump elasticsearch from 1.18.0 to 1.18.1 Bumps [elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.0...1.18.1) --- updated-dependencies: - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 1187a706..9e599c00 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 7.5.2 0.9.12 - 1.18.0 + 1.18.1 1.18.26 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 45442202..17d6018e 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index a54dd264..e0b3385f 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 8eec2568..f74b5309 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index 1ec230a3..e856d14e 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index f2b8d2ed..4e54e9d7 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index db418261..d36d7593 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index d34ecc8c..1af4c941 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index a508ff8a..d4f3fba5 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.11.0 7.5.2 - 1.18.0 + 1.18.1 From 8c84ef6a8293af1e99627e1763acdd2931390b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 01:57:24 +0000 Subject: [PATCH 02/15] Bump commons-io from 2.11.0 to 2.12.0 Bumps commons-io from 2.11.0 to 2.12.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 9e599c00..ecb949e5 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.6.13 - 2.11.0 + 2.12.0 7.5.2 0.9.12 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 17d6018e..c1a51d5f 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index e0b3385f..14a07fa1 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index f74b5309..88564253 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index e856d14e..fd099eb0 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index 4e54e9d7..dfda5105 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index d36d7593..f308a5fc 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 1af4c941..ea1d2e76 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.11.0 + 2.12.0 7.5.2 1.18.1 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index d4f3fba5..dee24ee3 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 17 - 2.11.0 + 2.12.0 7.5.2 1.18.1 From 39cc34bd893cd8a7a62045db881d7b455ebaec57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:57:40 +0000 Subject: [PATCH 03/15] Bump elasticsearch from 1.18.1 to 1.18.3 Bumps [elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.18.1 to 1.18.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.1...1.18.3) --- updated-dependencies: - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index ecb949e5..1979b18e 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 7.5.2 0.9.12 - 1.18.1 + 1.18.3 1.18.26 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index c1a51d5f..c7a59cf7 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index 14a07fa1..02132d87 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 88564253..3a2ca1c2 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index fd099eb0..71911d1c 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index dfda5105..08801557 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index f308a5fc..40aa9aa2 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index ea1d2e76..19913cdc 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index dee24ee3..e6301e43 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.12.0 7.5.2 - 1.18.1 + 1.18.3 From 4ba8a389512d83e6a2ae4ce4d023bec9c813a331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:31:03 +0000 Subject: [PATCH 04/15] Bump lombok from 1.18.26 to 1.18.28 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.26 to 1.18.28. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.26...v1.18.28) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1979b18e..cd97e2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 7.5.2 0.9.12 1.18.3 - 1.18.26 + 1.18.28 From ab1b71f95b1690ab6b034d1086271452ceaa13a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 01:57:17 +0000 Subject: [PATCH 05/15] Bump commons-io from 2.12.0 to 2.13.0 Bumps commons-io from 2.12.0 to 2.13.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index cd97e2c3..eb5ab588 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.6.13 - 2.12.0 + 2.13.0 7.5.2 0.9.12 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index c7a59cf7..94ddb04c 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index 02132d87..a5de85aa 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 3a2ca1c2..9bc821d4 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index 71911d1c..138b1f83 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index 08801557..325bbc88 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index 40aa9aa2..777bf3fd 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 19913cdc..4764b0e6 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.12.0 + 2.13.0 7.5.2 1.18.3 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index e6301e43..2ed8b0b5 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 17 - 2.12.0 + 2.13.0 7.5.2 1.18.3 From 758578206319c9b825712c950e87093298963012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 01:48:03 +0000 Subject: [PATCH 06/15] Bump org.testcontainers:elasticsearch from 1.18.3 to 1.19.0 Bumps [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.3...1.19.0) --- updated-dependencies: - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index eb5ab588..82a4b5b7 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 7.5.2 0.9.12 - 1.18.3 + 1.19.0 1.18.28 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 94ddb04c..599267f5 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index a5de85aa..202cf74b 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 9bc821d4..3096a3e0 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index 138b1f83..eddcd003 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index 325bbc88..de1d36ef 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index 777bf3fd..f744d636 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 4764b0e6..db263852 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index 2ed8b0b5..2f1ebb30 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.13.0 7.5.2 - 1.18.3 + 1.19.0 From c1f00c6f7ffb7f8b9165cfe8a94b36fe7bf7b13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:36:24 +0000 Subject: [PATCH 07/15] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-matrix.yml | 12 ++++++------ .github/workflows/quality.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven-matrix.yml b/.github/workflows/maven-matrix.yml index 6f383ff1..b6b63e7b 100644 --- a/.github/workflows/maven-matrix.yml +++ b/.github/workflows/maven-matrix.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v3 with: @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -65,7 +65,7 @@ jobs: # runs-on: windows-latest # steps: # - name: Checkout -# uses: actions/checkout@v3 +# uses: actions/checkout@v4 # - name: Set up JDK 8 # uses: actions/setup-java@v3 # with: @@ -81,7 +81,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 8 uses: actions/setup-java@v3 with: @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Import GPG key to sign maven build artifacts uses: crazy-max/ghaction-import-gpg@v5 with: @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Import GPG key to sign maven build artifacts uses: crazy-max/ghaction-import-gpg@v5 with: diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index a66e5f9b..87ca1d67 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -23,7 +23,7 @@ jobs: COVERALLS_REPO_TOKEN_EXISTS: ${{ secrets.COVERALLS_REPO_TOKEN != '' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 8 # build with JDK 8 because of issue https://github.com/trautonen/coveralls-maven-plugin/issues/112 uses: actions/setup-java@v3 From 5060b62b79032c57d4500c3e8d865f55a62a61c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:53:35 +0000 Subject: [PATCH 08/15] Bump crazy-max/ghaction-import-gpg from 5 to 6 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-matrix.yml b/.github/workflows/maven-matrix.yml index b6b63e7b..83fb194d 100644 --- a/.github/workflows/maven-matrix.yml +++ b/.github/workflows/maven-matrix.yml @@ -102,7 +102,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Import GPG key to sign maven build artifacts - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }} passphrase: ${{ secrets.GPG_PASSPHRASE }} @@ -133,7 +133,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Import GPG key to sign maven build artifacts - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }} passphrase: ${{ secrets.GPG_PASSPHRASE }} From 4d77e96cbee9dabfd35593f32dfb42d71c265014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:16:15 +0000 Subject: [PATCH 09/15] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82a4b5b7..8c8081a6 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ 4.3.0 0.8.8 3.0.1 - 3.5.0 + 3.6.0 1.6.13 From 76c2bf859fb1bf05bb95b1c2b146ccf70ac58392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 01:34:07 +0000 Subject: [PATCH 10/15] Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.30) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c8081a6..7d141b35 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 7.5.2 0.9.12 1.19.0 - 1.18.28 + 1.18.30 From ab820df4c1fb2241abaa9061164d5ed26b11a7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:53:03 +0000 Subject: [PATCH 11/15] Bump commons-io:commons-io from 2.13.0 to 2.14.0 Bumps commons-io:commons-io from 2.13.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 7d141b35..7d6351b0 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.6.13 - 2.13.0 + 2.14.0 7.5.2 0.9.12 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 599267f5..3d1c3608 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index 202cf74b..510ff7d0 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 3096a3e0..f92ba6fd 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index eddcd003..6a561ce7 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index de1d36ef..d8247b2d 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index f744d636..ac4c8a02 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index db263852..7669b626 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.13.0 + 2.14.0 7.5.2 1.19.0 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index 2f1ebb30..21423f40 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 17 - 2.13.0 + 2.14.0 7.5.2 1.19.0 From 383858590cca3a08debc34559254da0bc3dd0f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:18:12 +0000 Subject: [PATCH 12/15] Bump org.testcontainers:elasticsearch from 1.19.0 to 1.19.1 Bumps [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.0...1.19.1) --- updated-dependencies: - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 7d6351b0..d7040b55 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 7.5.2 0.9.12 - 1.19.0 + 1.19.1 1.18.30 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 3d1c3608..9fc03b84 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index 510ff7d0..1a0534eb 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index f92ba6fd..0ef85851 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index 6a561ce7..4ab2ce92 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index d8247b2d..2484f099 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index ac4c8a02..87ecf203 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 7669b626..2d26a9a2 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index 21423f40..c8f0d019 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -18,7 +18,7 @@ 2.14.0 7.5.2 - 1.19.0 + 1.19.1 From df1c90c0b4d2a18a82928ac9c6ce1aff99ebf4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:39:55 +0000 Subject: [PATCH 13/15] Bump commons-io:commons-io from 2.14.0 to 2.15.0 Bumps commons-io:commons-io from 2.14.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.2/pom.xml | 2 +- tests/test-spring-boot-2.3/pom.xml | 2 +- tests/test-spring-boot-2.4/pom.xml | 2 +- tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml | 2 +- tests/test-spring-boot-2.6/pom.xml | 2 +- tests/test-spring-boot-2.7/pom.xml | 2 +- tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d7040b55..2d9f82c7 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.6.13 - 2.14.0 + 2.15.0 7.5.2 0.9.12 diff --git a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml index 9fc03b84..3e89c2e1 100644 --- a/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.2/pom.xml b/tests/test-spring-boot-2.2/pom.xml index 1a0534eb..d4381110 100644 --- a/tests/test-spring-boot-2.2/pom.xml +++ b/tests/test-spring-boot-2.2/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.3/pom.xml b/tests/test-spring-boot-2.3/pom.xml index 0ef85851..4559ec54 100644 --- a/tests/test-spring-boot-2.3/pom.xml +++ b/tests/test-spring-boot-2.3/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.4/pom.xml b/tests/test-spring-boot-2.4/pom.xml index 4ab2ce92..6b38135e 100644 --- a/tests/test-spring-boot-2.4/pom.xml +++ b/tests/test-spring-boot-2.4/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml index 2484f099..33d1e34d 100644 --- a/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.6/pom.xml b/tests/test-spring-boot-2.6/pom.xml index 87ecf203..f29d39d4 100644 --- a/tests/test-spring-boot-2.6/pom.xml +++ b/tests/test-spring-boot-2.6/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-2.7/pom.xml b/tests/test-spring-boot-2.7/pom.xml index 2d26a9a2..f49f874b 100644 --- a/tests/test-spring-boot-2.7/pom.xml +++ b/tests/test-spring-boot-2.7/pom.xml @@ -16,7 +16,7 @@ 1.8 - 2.14.0 + 2.15.0 7.5.2 1.19.1 diff --git a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml index c8f0d019..77ad261b 100644 --- a/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml +++ b/tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml @@ -16,7 +16,7 @@ 17 - 2.14.0 + 2.15.0 7.5.2 1.19.1 From 0bc7789319bd4cc65eaf85a2408e3cf5efae540d Mon Sep 17 00:00:00 2001 From: RiVogel <132348137+RiVogel@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:02:50 +0100 Subject: [PATCH 14/15] Migrate org.reflections.reflections from 0.9.12 to 0.10.2 (#233) * Migrate org.reflections.reflections from 0.9.12 to 0.10.2 --------- Co-authored-by: RiVogel --- .../migration/input/MigrationScriptReaderImpl.java | 10 +++++++--- pom.xml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/elasticsearch-evolution-core/src/main/java/com/senacor/elasticsearch/evolution/core/internal/migration/input/MigrationScriptReaderImpl.java b/elasticsearch-evolution-core/src/main/java/com/senacor/elasticsearch/evolution/core/internal/migration/input/MigrationScriptReaderImpl.java index 1e09899f..acbf6e8e 100644 --- a/elasticsearch-evolution-core/src/main/java/com/senacor/elasticsearch/evolution/core/internal/migration/input/MigrationScriptReaderImpl.java +++ b/elasticsearch-evolution-core/src/main/java/com/senacor/elasticsearch/evolution/core/internal/migration/input/MigrationScriptReaderImpl.java @@ -3,8 +3,9 @@ import com.senacor.elasticsearch.evolution.core.api.MigrationException; import com.senacor.elasticsearch.evolution.core.api.migration.MigrationScriptReader; import com.senacor.elasticsearch.evolution.core.internal.model.migration.RawMigrationScript; +import java.util.regex.Pattern; import org.reflections.Reflections; -import org.reflections.scanners.ResourcesScanner; +import org.reflections.scanners.Scanners; import org.reflections.util.ClasspathHelper; import org.reflections.util.ConfigurationBuilder; import org.reflections.util.FilterBuilder; @@ -147,10 +148,13 @@ private Stream readScriptsFromClassPath(String location) { resources = emptySet(); } else { Reflections reflections = new Reflections(new ConfigurationBuilder() - .setScanners(new ResourcesScanner()) + .setScanners(Scanners.Resources) .filterInputsBy(new FilterBuilder().includePackage(locationWithoutPrefixAsPackageNotation)) .setUrls(urls)); - resources = reflections.getResources(this::isValidFilename); + resources = reflections.getResources(Pattern.compile(esMigrationPrefix + ".*")) + .stream() + .filter(path -> isValidFilename(Paths.get(path).getFileName().toString())) + .collect(Collectors.toSet()); } return resources.stream().flatMap(resource -> { diff --git a/pom.xml b/pom.xml index 2d9f82c7..15352884 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ 2.15.0 7.5.2 - 0.9.12 + 0.10.2 1.19.1 1.18.30 From 29b84307e0d9b5cef24818c8957755ef478cdc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:17:13 +0100 Subject: [PATCH 15/15] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#234) Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15352884..a1677b42 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ 4.3.0 0.8.8 3.0.1 - 3.6.0 + 3.6.2 1.6.13