From 5b6a96e8ffef50c81a0f419f38ac7650c86adf3b Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Wed, 11 Oct 2023 07:52:24 +0300 Subject: [PATCH] Update Context Propagation SNAPSHOT version for the CI build --- .github/workflows/check_reactor_core_3.6_snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_reactor_core_3.6_snapshots.yml b/.github/workflows/check_reactor_core_3.6_snapshots.yml index 9a66070a7b..f2e5444e08 100644 --- a/.github/workflows/check_reactor_core_3.6_snapshots.yml +++ b/.github/workflows/check_reactor_core_3.6_snapshots.yml @@ -17,4 +17,4 @@ jobs: distribution: 'temurin' java-version: '8' - name: Build with Gradle - run: ./gradlew clean check --no-daemon -PforceTransport=nio -PreactorCoreVersion='3.6.0-SNAPSHOT' -PforceContextPropagationVersion='1.0.5' \ No newline at end of file + run: ./gradlew clean check --no-daemon -PforceTransport=nio -PreactorCoreVersion='3.6.0-SNAPSHOT' -PforceContextPropagationVersion='1.1.0-SNAPSHOT' \ No newline at end of file