Skip to content

Commit

Permalink
chore(deps): update io.projectreactor to v3.6.7 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 1225249 commit b23f834
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cid-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions handler-reactor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit b23f834

Please sign in to comment.