diff --git a/.github/workflows/cid-pullrequest.yml b/.github/workflows/cid-pullrequest.yml index 29621fc..6986f04 100644 --- a/.github/workflows/cid-pullrequest.yml +++ b/.github/workflows/cid-pullrequest.yml @@ -79,9 +79,10 @@ env: EGRESS_POLICY_ALLOWED_ENDPOINTS_BUILD: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_TEST: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_SCAN: >- - scanner.sonarcloud.io:443 semgrep.dev:443 sonarcloud.io:443 + api.sonarcloud.io:443 + scanner.sonarcloud.io:443 EGRESS_POLICY_ALLOWED_ENDPOINTS_PACKAGE: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_PUBLISH: >- maven.pkg.github.com diff --git a/.github/workflows/cid.yml b/.github/workflows/cid.yml index e21c340..7272fce 100644 --- a/.github/workflows/cid.yml +++ b/.github/workflows/cid.yml @@ -81,9 +81,10 @@ env: EGRESS_POLICY_ALLOWED_ENDPOINTS_BUILD: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_TEST: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_SCAN: >- - scanner.sonarcloud.io:443 semgrep.dev:443 sonarcloud.io:443 + api.sonarcloud.io:443 + scanner.sonarcloud.io:443 EGRESS_POLICY_ALLOWED_ENDPOINTS_PACKAGE: "" EGRESS_POLICY_ALLOWED_ENDPOINTS_PUBLISH: >- maven.pkg.github.com diff --git a/handler-reactor/build.gradle.kts b/handler-reactor/build.gradle.kts index 4df90eb..e152684 100644 --- a/handler-reactor/build.gradle.kts +++ b/handler-reactor/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { testImplementation(project(":core")) // Reactor - see https://repo1.maven.org/maven2/io/projectreactor/reactor-bom/Dysprosium-SR12/reactor-bom-Dysprosium-SR12.pom - api("io.projectreactor:reactor-core:3.6.6") + api("io.projectreactor:reactor-core:3.6.7") api("io.projectreactor.addons:reactor-extra:3.5.1") - testImplementation("io.projectreactor:reactor-test:3.6.6") + testImplementation("io.projectreactor:reactor-test:3.6.7") }