-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump rest-assured.version from 5.5.6 to 6.0.0 #51545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps `rest-assured.version` from 5.5.6 to 6.0.0. Updates `io.rest-assured:rest-assured` from 5.5.6 to 6.0.0 - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.6...rest-assured-6.0.0) Updates `io.rest-assured:json-schema-validator` from 5.5.6 to 6.0.0 Updates `io.rest-assured:kotlin-extensions` from 5.5.6 to 6.0.0 --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.rest-assured:json-schema-validator dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.rest-assured:kotlin-extensions dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ❌ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 21 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 25 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | JVM Integration Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 17 Windows | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
| ❌ | JVM Integration Tests - JDK 21 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | JVM Integration Tests - JDK 25 | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: extensions/vertx-http/deployment
! Skipped: devtools/bom-descriptor-json devtools/cli extensions/agroal/deployment and 147 more📦 extensions/vertx-http/deployment
❌ io.quarkus.vertx.http.management.ManagementWithJksTest.testSslWithJks line 82 - History - More details - Source on GitHub
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1719)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1518)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
at org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:570)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:554)
❌ io.quarkus.vertx.http.management.ManagementWithJksWithAliasAndTlsRegistryTest. - History - More details - Source on GitHub
java.lang.ExceptionInInitializerError
at io.quarkus.runtime.generated.StaticInitConfigCustomizer.configBuilder(Unknown Source)
at io.smallrye.config.SmallRyeConfigBuilder.build(SmallRyeConfigBuilder.java:772)
at io.quarkus.runtime.generated.Config.<clinit>(Unknown Source)
at io.quarkus.runner.ApplicationImpl.<clinit>(Unknown Source)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:469)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:333)
❌ io.quarkus.vertx.http.management.ManagementWithJksWithAliasTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithMainServerDisabledTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithP12AndTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithP12Test. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithP12WithAliasAndTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithP12WithAliasTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithPemAndNamedTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithPemAndTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.management.ManagementWithPemTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsRequestBasicAuthTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsRequestBasicAuthWithTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsRequestTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsRequestWithTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsRequiredTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsWithP12Test. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsWithP12WithTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsWithPemAndTlsRegistryTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.mtls.MtlsWithPemTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
❌ io.quarkus.vertx.http.proxy.DotDotSemicolonSegmentTest. - History - More details - Source on GitHub
java.lang.IllegalArgumentException: Self-suppression not permitted
at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1072)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:342)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:703)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.OutOfMemoryError: Metaspace
⚙️ JVM Tests - JDK 21 #
- Failing: extensions/vertx-http/deployment
! Skipped: devtools/bom-descriptor-json devtools/cli extensions/agroal/deployment and 147 more📦 extensions/vertx-http/deployment
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-vertx-http-deployment:
See /home/runner/_work/quarkus/quarkus/extensions/vertx-http/deployment/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
⚙️ JVM Tests - JDK 21 Semeru #
- Failing: extensions/vertx-http/deployment
! Skipped: devtools/bom-descriptor-json devtools/cli extensions/agroal/deployment and 147 more📦 extensions/vertx-http/deployment
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-vertx-http-deployment:
See /home/runner/_work/quarkus/quarkus/extensions/vertx-http/deployment/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
⚙️ JVM Tests - JDK 25 #
- Failing: extensions/vertx-http/deployment
! Skipped: devtools/bom-descriptor-json devtools/cli extensions/agroal/deployment and 147 more📦 extensions/vertx-http/deployment
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-vertx-http-deployment:
See /home/runner/_work/quarkus/quarkus/extensions/vertx-http/deployment/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
⚙️ JVM Tests - JDK 17 Windows #
- Failing: extensions/vertx-http/deployment
! Skipped: devtools/bom-descriptor-json devtools/cli extensions/agroal/deployment and 147 more📦 extensions/vertx-http/deployment
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-vertx-http-deployment:
See D:\a\quarkus\quarkus\extensions\vertx-http\deployment\target\surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
⚙️ JVM Integration Tests - JDK 21 Semeru #
- Failing: integration-tests/awt integration-tests/openapi integration-tests/opentelemetry and 2 more
📦 integration-tests/awt
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-awt:
See /home/runner/_work/quarkus/quarkus/integration-tests/awt/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
📦 integration-tests/openapi
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-openapi:
See /home/runner/_work/quarkus/quarkus/integration-tests/openapi/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
📦 integration-tests/opentelemetry
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-opentelemetry:
See /home/runner/_work/quarkus/quarkus/integration-tests/opentelemetry/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
📦 integration-tests/smallrye-graphql
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-smallrye-graphql:
See /home/runner/_work/quarkus/quarkus/integration-tests/smallrye-graphql/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
📦 integration-tests/spring-data-jpa
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-spring-data-jpa:
See /home/runner/_work/quarkus/quarkus/integration-tests/spring-data-jpa/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
Error occurred in starting fork, check output in log
Flaky tests - Develocity
⚙️ Maven Tests - JDK 17 Windows
📦 integration-tests/maven
❌ io.quarkus.maven.it.DevMojoIT.testTestProfilesAreHandled - History
Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes.-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:164)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:155)
❌ io.quarkus.maven.it.DevMojoIT.testTestProfilesAreHandled - History
Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes.-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:164)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:155)
|
The OOME failures are suspicious, so we’ll need to dig into this change carefully before moving it forward. |
Bumps
rest-assured.versionfrom 5.5.6 to 6.0.0.Updates
io.rest-assured:rest-assuredfrom 5.5.6 to 6.0.0Changelog
Sourced from io.rest-assured:rest-assured's changelog.
Commits
0b3a0d9[maven-release-plugin] prepare release rest-assured-6.0.0bd55281[ci skip] Add exclusions for jackson3-example and spring7-mvc-webapp in pom.xmleb141e2[maven-release-plugin] prepare for next development iteration4c1a241[maven-release-plugin] prepare release rest-assured-6.0.02f11520Using newer version of dokka and using stdlib for kotlin instead of jdk86d9362cAbility to exclude osgi-tests in release24380dbRevert osgi-tests back to JUnit 49c12601Upgraded Kotlin extension module to use Kotlin 2.2.214b1ff78[ci skip] Prepare and perform release in single step931f421[ci skip] Removed explicit javadoc path workaround for JDK 8Updates
io.rest-assured:json-schema-validatorfrom 5.5.6 to 6.0.0Updates
io.rest-assured:kotlin-extensionsfrom 5.5.6 to 6.0.0You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)