From d306339f2f201eca626848280859dd80fe1c7b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:09:29 +0000 Subject: [PATCH 1/8] Bump chronicle-bom from 2.24ea6 to 2.24ea7 Bumps [chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.24ea6 to 2.24ea7. - [Release notes](https://github.com/OpenHFT/OpenHFT/releases) - [Commits](https://github.com/OpenHFT/OpenHFT/commits) --- updated-dependencies: - dependency-name: net.openhft:chronicle-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b57ff42b96..566ec8c84aa 100644 --- a/build.gradle +++ b/build.gradle @@ -295,7 +295,7 @@ allprojects { runtimeOnly("com.beust:jcommander:1.82") runtimeOnly("org.antlr:antlr4:4.11.1") } - implementation platform('net.openhft:chronicle-bom:2.24ea6') + implementation platform('net.openhft:chronicle-bom:2.24ea7') } /* From d3e8d1e38758e2f2f3ed1c6b627e20ce869e2f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:19:50 +0000 Subject: [PATCH 2/8] Bump swagger-annotations from 2.2.4 to 2.2.6 Bumps swagger-annotations from 2.2.4 to 2.2.6. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 566ec8c84aa..92bdf88d20c 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ allprojects { springdataVersion = '2.7.5' springldapVersion = '2.4.1' springsecurityVersion = '5.7.5' - swaggerVersion = '2.2.4' + swaggerVersion = '2.2.6' testngVersion = '7.6.1' thriftVersion = '0.17.0' springwebVersion = '5.3.23' From a5f568b42416744619dbf397dc697b871185987b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:13:33 +0000 Subject: [PATCH 3/8] Bump elasticsearchVersion from 8.4.3 to 8.5.0 Bumps `elasticsearchVersion` from 8.4.3 to 8.5.0. Updates `elasticsearch` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.4.3...v8.5.0) Updates `elasticsearch-rest-client` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.4.3...v8.5.0) Updates `elasticsearch-java` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-java/compare/v8.4.3...v8.5.0) --- updated-dependencies: - dependency-name: org.elasticsearch:elasticsearch dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 92bdf88d20c..adce1c330f2 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ allprojects { commonsloggingVersion = '1.2' commonstextVersion = '1.10.0' commonscliVersion = '1.5.0' - elasticsearchVersion = '8.4.3' + elasticsearchVersion = '8.5.0' findbugsVersion = '3.0.2' glassfishVersion = '1.1.4' gremlinVersion = '3.5.2' From fe24d4a7cb1e6f1ccbae25617400f3b58c9f8480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:06:38 +0000 Subject: [PATCH 4/8] Bump chronicle-bom from 2.24ea6 to 2.24ea7 Bumps [chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.24ea6 to 2.24ea7. - [Release notes](https://github.com/OpenHFT/OpenHFT/releases) - [Commits](https://github.com/OpenHFT/OpenHFT/commits) --- updated-dependencies: - dependency-name: net.openhft:chronicle-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07d9ea978c7..0ac96315e46 100644 --- a/pom.xml +++ b/pom.xml @@ -3434,7 +3434,7 @@ net.openhft chronicle-bom - 2.24ea6 + 2.24ea7 pom import From 169f1e1156a9a374ebae006f1664ebab7bc037bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:45:46 +0000 Subject: [PATCH 5/8] Bump elasticsearch.version from 8.4.3 to 8.5.0 Bumps `elasticsearch.version` from 8.4.3 to 8.5.0. Updates `elasticsearch-rest-client` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.4.3...v8.5.0) Updates `elasticsearch-java` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-java/compare/v8.4.3...v8.5.0) Updates `elasticsearch` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.4.3...v8.5.0) Updates `elasticsearch-x-content` from 8.4.3 to 8.5.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.4.3...v8.5.0) --- updated-dependencies: - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.elasticsearch:elasticsearch dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.elasticsearch:elasticsearch-x-content dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ac96315e46..12fb53b4bc3 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ 1.18.20.0 4.0.1 0.17.0 - 8.4.3 + 8.5.0 8.0.0.Final 2.10.1 From 6f41d72aef97d25f26af77d803c77d4c51fdfde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:40:39 +0000 Subject: [PATCH 6/8] Bump swagger.version from 2.2.4 to 2.2.6 Bumps `swagger.version` from 2.2.4 to 2.2.6. Updates `swagger-annotations` from 2.2.4 to 2.2.6 Updates `swagger-models` from 2.2.4 to 2.2.6 --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.swagger.core.v3:swagger-models dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12fb53b4bc3..7a6049b142d 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ 4.3.4 1.1.8.4 1.33 - 2.2.4 + 2.2.6 1.9.5 4.8.149 3.0.13 From 0bdd16c2fa67dc959007db8d49f56dbf6d3c0424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:34:29 +0000 Subject: [PATCH 7/8] Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- .github/workflows/merge-gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-gradle.yml b/.github/workflows/merge-gradle.yml index 1d8f6d39a04..1edddabe059 100644 --- a/.github/workflows/merge-gradle.yml +++ b/.github/workflows/merge-gradle.yml @@ -39,7 +39,7 @@ jobs: run: './gradlew aggregateJavadoc' - name: publish if: ${{ github.repository == 'odpi/egeria' && github.ref == 'refs/heads/main'}} - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: build/docs/javadoc From cd97e577fbf50177702b2b11d22d38ce0f0edb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:34:30 +0000 Subject: [PATCH 8/8] Bump actions/cache from 3.0.9 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Nigel Jones --- .github/workflows/pr-gradle.yml | 2 +- .github/workflows/pr-maven-latest.yml | 2 +- .github/workflows/pr-maven-prod.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-gradle.yml b/.github/workflows/pr-gradle.yml index cc0e1fc818b..b97d0cb5c09 100644 --- a/.github/workflows/pr-gradle.yml +++ b/.github/workflows/pr-gradle.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Cache Gradle packages - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.github/workflows/pr-maven-latest.yml b/.github/workflows/pr-maven-latest.yml index 600a6b7d886..98809174636 100644 --- a/.github/workflows/pr-maven-latest.yml +++ b/.github/workflows/pr-maven-latest.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Cache Maven packages - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 with: path: ~/.m2 key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr-maven-prod.yml b/.github/workflows/pr-maven-prod.yml index be082df2b02..b97f9f08457 100644 --- a/.github/workflows/pr-maven-prod.yml +++ b/.github/workflows/pr-maven-prod.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Cache Maven packages - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.11 with: path: ~/.m2 key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}