From 24a2ec9db9090b406c642f82410c2ae257989452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 12:46:58 +0000 Subject: [PATCH 1/7] Bump r2dbc-mariadb from 1.0.0 to 1.0.1 in /modules/mariadb Bumps [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.0.0...1.0.1) Signed-off-by: dependabot[bot] --- modules/mariadb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mariadb/build.gradle b/modules/mariadb/build.gradle index 1424d032020..ae55575d421 100644 --- a/modules/mariadb/build.gradle +++ b/modules/mariadb/build.gradle @@ -7,7 +7,7 @@ dependencies { compile project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'org.mariadb:r2dbc-mariadb:1.0.0' + compileOnly 'org.mariadb:r2dbc-mariadb:1.0.1' testCompile project(':jdbc-test') testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.3' From c06520dbdb45bf51bc1ff7f3ac5c5adc360d4b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 14:30:13 +0000 Subject: [PATCH 2/7] Bump kafka-clients from 2.6.0 to 2.8.0 in /modules/kafka Bumps kafka-clients from 2.6.0 to 2.8.0. Signed-off-by: dependabot[bot] --- modules/kafka/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kafka/build.gradle b/modules/kafka/build.gradle index 4454823bda4..db400c0b557 100644 --- a/modules/kafka/build.gradle +++ b/modules/kafka/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka" dependencies { compile project(':testcontainers') - testCompile 'org.apache.kafka:kafka-clients:2.6.0' + testCompile 'org.apache.kafka:kafka-clients:2.8.0' testCompile 'org.assertj:assertj-core:3.18.1' testCompile 'com.google.guava:guava:23.0' } From 0b8b301893532c10ec75d9e408260f9d7bfbdd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 14:30:35 +0000 Subject: [PATCH 3/7] Bump okhttp from 4.9.0 to 4.9.1 in /examples Bumps [okhttp](https://github.com/square/okhttp) from 4.9.0 to 4.9.1. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.0...parent-4.9.1) Signed-off-by: dependabot[bot] --- examples/linked-container/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linked-container/build.gradle b/examples/linked-container/build.gradle index d3055dd3aa8..b3d339d4db8 100644 --- a/examples/linked-container/build.gradle +++ b/examples/linked-container/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { compileOnly 'org.slf4j:slf4j-api:1.7.30' - implementation 'com.squareup.okhttp3:okhttp:4.9.0' + implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'org.json:json:20210307' testImplementation 'org.postgresql:postgresql:42.2.18' testImplementation 'ch.qos.logback:logback-classic:1.2.3' From ae2d57934e635df1ed8e20a5d89a02a521dd1fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:11:42 +0000 Subject: [PATCH 4/7] Bump elasticsearch-rest-client in /modules/elasticsearch Bumps [elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](https://github.com/elastic/elasticsearch/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot[bot] --- modules/elasticsearch/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/elasticsearch/build.gradle b/modules/elasticsearch/build.gradle index b7fbda347a1..21db8e69545 100644 --- a/modules/elasticsearch/build.gradle +++ b/modules/elasticsearch/build.gradle @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch" dependencies { compile project(':testcontainers') - testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.12.1" + testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.13.0" testCompile "org.elasticsearch.client:transport:7.12.1" testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2' } From 371125469210d1de9d3e602dced904350ce8df35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:30:06 +0000 Subject: [PATCH 5/7] Bump actions/setup-java from 1 to 2.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1...v2.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci-examples.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index cea7180566d..e3f540065e3 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -15,7 +15,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' - name: Cache Gradle Home files @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' - name: Cache Gradle Home files diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49b6426a2e..727c89f22f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' - name: Cache Gradle Home files @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' - name: Cache Gradle Home files From 3844712431165501f9238cc30a6c6d7c34fb64fa Mon Sep 17 00:00:00 2001 From: Richard North Date: Tue, 8 Jun 2021 14:31:27 +0100 Subject: [PATCH 6/7] Add `distribution` config to fix build --- .github/workflows/ci-examples.yml | 2 ++ .github/workflows/ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index e3f540065e3..cd696de7edd 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' + distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 continue-on-error: true @@ -45,6 +46,7 @@ jobs: - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' + distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 continue-on-error: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 727c89f22f4..0bc9d517322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' + distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 with: @@ -43,6 +44,7 @@ jobs: - uses: actions/setup-java@v2.1.0 with: java-version: '1.8' + distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 continue-on-error: true From 669cc53419c30b7d211f44fb93802a34729b8c20 Mon Sep 17 00:00:00 2001 From: Richard North Date: Tue, 8 Jun 2021 16:55:01 +0100 Subject: [PATCH 7/7] Change java-version format --- .github/workflows/ci-examples.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index cd696de7edd..83c74833563 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2.1.0 with: - java-version: '1.8' + java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2.1.0 with: - java-version: '1.8' + java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc9d517322..a84b9fa6723 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2.1.0 with: - java-version: '1.8' + java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3 @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2.1.0 with: - java-version: '1.8' + java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files uses: actions/cache@v2.1.3