From 7c2842626165082efd21ddc85cdf194b21155774 Mon Sep 17 00:00:00 2001 From: abitmore Date: Tue, 5 Sep 2023 20:12:06 +0000 Subject: [PATCH] Update dependency versions used in Github Actions - ElasticSearch 7: 7.17.10 -> 7.17.12 - ElasticSearch 8: 8.8.1 -> 8.9.1 - OpenSSL: 1.1.1u -> 1.1.1v - CURL: 8.1.2 -> 8.2.1 - zlib: 1.2.13 -> 1.3 --- .github/workflows/build-and-test.ubuntu-debug.yml | 4 ++-- .github/workflows/build-and-test.ubuntu-release.yml | 4 ++-- .github/workflows/build-and-test.win.yml | 6 +++--- .github/workflows/sonar-scan.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-test.ubuntu-debug.yml b/.github/workflows/build-and-test.ubuntu-debug.yml index 5e44e8ee8..da26a8f6c 100644 --- a/.github/workflows/build-and-test.ubuntu-debug.yml +++ b/.github/workflows/build-and-test.ubuntu-debug.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} services: elasticsearch8: - image: elastic/elasticsearch:8.8.1 + image: elastic/elasticsearch:8.9.1 options: >- --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env discovery.type=single-node @@ -22,7 +22,7 @@ jobs: --env cluster.routing.allocation.disk.threshold_enabled=false --publish 9200:9200 elasticsearch7: - image: elastic/elasticsearch:7.17.10 + image: elastic/elasticsearch:7.17.12 options: >- --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env discovery.type=single-node diff --git a/.github/workflows/build-and-test.ubuntu-release.yml b/.github/workflows/build-and-test.ubuntu-release.yml index 5fff3893d..1575f408c 100644 --- a/.github/workflows/build-and-test.ubuntu-release.yml +++ b/.github/workflows/build-and-test.ubuntu-release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} services: elasticsearch8: - image: elastic/elasticsearch:8.8.1 + image: elastic/elasticsearch:8.9.1 options: >- --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env discovery.type=single-node @@ -22,7 +22,7 @@ jobs: --env cluster.routing.allocation.disk.threshold_enabled=false --publish 9200:9200 elasticsearch7: - image: elastic/elasticsearch:7.17.10 + image: elastic/elasticsearch:7.17.12 options: >- --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env discovery.type=single-node diff --git a/.github/workflows/build-and-test.win.yml b/.github/workflows/build-and-test.win.yml index 4151aa8ec..ad8bea77a 100644 --- a/.github/workflows/build-and-test.win.yml +++ b/.github/workflows/build-and-test.win.yml @@ -6,9 +6,9 @@ env: # The following are for windows cross-build only: BOOST_VERSION: 1_69_0 BOOST_DOTTED_VERSION: 1.69.0 - CURL_VERSION: 8.1.2 - OPENSSL_VERSION: 1.1.1u - ZLIB_VERSION: 1.2.13 + CURL_VERSION: 8.2.1 + OPENSSL_VERSION: 1.1.1v + ZLIB_VERSION: 1.3 jobs: prepare-mingw64-libs: name: Build required 3rd-party libraries diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 820de552d..923bf5668 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} services: elasticsearch8: - image: elastic/elasticsearch:8.8.1 + image: elastic/elasticsearch:8.9.1 options: >- --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env discovery.type=single-node