build(deps): bump the gradle group across 1 directory with 8 updates - #1229
Merged
Merged
Conversation
Bumps the gradle group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.google.auth:google-auth-library-oauth2-http | `1.51.0` | `1.52.0` | | org.flywaydb:flyway-mysql | `13.4.0` | `13.5.0` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `3.1.0` | `3.1.1` | | [com.h2database:h2](https://github.com/h2database/h2database) | `2.4.240` | `2.5.250` | | [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `1.1.11` | `1.1.12` | | [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.34.7` | `7.34.8` | | [io.cucumber:cucumber-picocontainer](https://github.com/cucumber/cucumber-jvm) | `7.34.7` | `7.34.8` | | [io.cucumber:cucumber-junit-platform-engine](https://github.com/cucumber/cucumber-jvm) | `7.34.7` | `7.34.8` | Updates `com.google.auth:google-auth-library-oauth2-http` from 1.51.0 to 1.52.0 Updates `org.flywaydb:flyway-mysql` from 13.4.0 to 13.5.0 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v3.1.0...v3.1.1) Updates `com.h2database:h2` from 2.4.240 to 2.5.250 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.4.240...version-2.5.250) Updates `org.graalvm.buildtools.native` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@1.1.11...1.1.12) Updates `io.cucumber:cucumber-java` from 7.34.7 to 7.34.8 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.34.7...v7.34.8) Updates `io.cucumber:cucumber-picocontainer` from 7.34.7 to 7.34.8 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.34.7...v7.34.8) Updates `io.cucumber:cucumber-junit-platform-engine` from 7.34.7 to 7.34.8 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.34.7...v7.34.8) Updates `io.cucumber:cucumber-picocontainer` from 7.34.7 to 7.34.8 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.34.7...v7.34.8) Updates `io.cucumber:cucumber-junit-platform-engine` from 7.34.7 to 7.34.8 - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.34.7...v7.34.8) --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.flywaydb:flyway-mysql dependency-version: 13.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.h2database:h2 dependency-version: 2.5.250 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.cucumber:cucumber-java dependency-version: 7.34.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.cucumber:cucumber-picocontainer dependency-version: 7.34.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.cucumber:cucumber-junit-platform-engine dependency-version: 7.34.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.cucumber:cucumber-picocontainer dependency-version: 7.34.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.cucumber:cucumber-junit-platform-engine dependency-version: 7.34.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
springdoc 3.1.1 emits `exclusiveMinimum: 0` where 3.1.0 emitted `minimum: 0` for a `@Positive` field, which is what the annotation means and what OpenAPI 3.1 asks for. Sixteen properties move. The generated TypeScript client is unchanged: it carries no numeric bounds. Without this the spec-sync check fails, because it regenerates the spec with the bumped springdoc and compares it against the committed one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gradle group with 8 updates in the / directory:
1.51.01.52.013.4.013.5.03.1.03.1.12.4.2402.5.2501.1.111.1.127.34.77.34.87.34.77.34.87.34.77.34.8Updates
com.google.auth:google-auth-library-oauth2-httpfrom 1.51.0 to 1.52.0Updates
org.flywaydb:flyway-mysqlfrom 13.4.0 to 13.5.0Updates
org.springdoc:springdoc-openapi-starter-webmvc-uifrom 3.1.0 to 3.1.1Release notes
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
... (truncated)
Changelog
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
Commits
1cc87a7[maven-release-plugin] prepare release v3.1.14e8ac26docs: record the swagger-ui 5.32.14 upgrade as a security fix for 3.1.1958c79aMerge swagger-core 2.2.55 upgradecf7d7c7Upgrade swagger-core to 2.2.55186adb3Record the swagger-core 2.2.54 upgrade in the changelog2498ffbMerge pull request #3351 from Mattias-Sehlstedt/update-swagger-cored78abd9upgrade swagger-core from 2.2.53 to 2.2.549f7f099Rewrite a copy of a Spring Data REST association propertyf47060eRecord #3321 in the changelog and align the buildRequestBody indentccb2fc0Merge pull request #3323 from Mattias-Sehlstedt/feature/3321-login-example-va...Updates
com.h2database:h2from 2.4.240 to 2.5.250Release notes
Sourced from com.h2database:h2's releases.
Commits
bba342din preparation for a release2763e82in preparation for a release7a267bcMerge pull request #4375 from excaliware/patch-1297ff8eMerge pull request #4379 from jjh75607/fix/comment-on-view-column46b0823Reject COMMENT ON COLUMN for views and other tables that cannot be altered9a8af38Merge pull request #4363 from mayank1008-tech/Stop-server-everytime-db-instan...3f68b6bMerge pull request #4374 from brettwooldridge/patch-1c436bf6Merge pull request #4378 from momonari8/fix-getcostrangeindex-partial-sort-match66a9786MVStore: fix data race causing spurious "Position 0" during chunk rewriting8d37836Add regression test for the sort discount fixUpdates
org.graalvm.buildtools.nativefrom 1.1.11 to 1.1.12Release notes
Sourced from org.graalvm.buildtools.native's releases.
Commits
b043a90Release 1.1.12aeed1abMerge pull request #1041 from graalvm/update-metadata-to-1.0.134d9fbd2Update reachability metadata to 1.0.13976c054Merge pull request #1040 from graalvm/bump-version-to-1.1.12-SNAPSHOT5025505Bump version to 1.1.12-SNAPSHOTa3f832dImprove native-image executable discovery with explicit/convention launcher d...510dbf4Merge pull request #1037 from graalvm/release/1.1.11Updates
io.cucumber:cucumber-javafrom 7.34.7 to 7.34.8Release notes
Sourced from io.cucumber:cucumber-java's releases.
Changelog
Sourced from io.cucumber:cucumber-java's changelog.
Commits
6916f20Prepare release v7.34.855c383d[TestNG] AbstractTestNGCucumberTests.scenarios() throws without setup (#3235)ed6d9bePrepare for the next development iterationUpdates
io.cucumber:cucumber-picocontainerfrom 7.34.7 to 7.34.8Release notes
Sourced from io.cucumber:cucumber-picocontainer's releases.
Changelog
Sourced from io.cucumber:cucumber-picocontainer's changelog.
Commits
6916f20Prepare release v7.34.855c383d[TestNG] AbstractTestNGCucumberTests.scenarios() throws without setup (#3235)ed6d9bePrepare for the next development iterationUpdates
io.cucumber:cucumber-junit-platform-enginefrom 7.34.7 to 7.34.8Release notes
Sourced from io.cucumber:cucumber-junit-platform-engine's releases.
Changelog
Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.
Commits
6916f20Prepare release v7.34.855c383d[TestNG] AbstractTestNGCucumberTests.scenarios() throws without setup (#3235)ed6d9bePrepare for the next development iterationUpdates
io.cucumber:cucumber-picocontainerfrom 7.34.7 to 7.34.8Release notes
Sourced from io.cucumber:cucumber-picocontainer's releases.
Changelog
Sourced from io.cucumber:cucumber-picocontainer's changelog.
Commits
6916f20Prepare release v7.34.855c383d[TestNG] AbstractTestNGCucumberTests.scenarios() throws without setup (#3235)ed6d9bePrepare for the next development iterationUpdates
io.cucumber:cucumber-junit-platform-enginefrom 7.34.7 to 7.34.8Release notes
Sourced from io.cucumber:cucumber-junit-platform-engine's releases.
Changelog
Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.
Commits
6916f20Prepare release v7.34.855c383d[TestNG] AbstractTestNGCucumberTests.scenarios() throws without setup (#3235)ed6d9bePrepare for the next development iterationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsDiff breakdown —
█added░removed, scaled to the largest row.