-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the gradle-minor-patch group across 1 directory with 4 updates #14
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
Bump the gradle-minor-patch group across 1 directory with 4 updates #14
Conversation
Bumps the gradle-minor-patch group with 4 updates in the / directory: io.swagger:swagger-annotations, [com.google.code.gson:gson](https://github.com/google/gson), [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `io.swagger:swagger-annotations` from 1.6.14 to 1.6.16 Updates `com.google.code.gson:gson` from 2.11.0 to 2.13.2 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.13.2) Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.8 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.8) Updates `org.mockito:mockito-core` from 5.14.2 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.21.0) --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-version: 1.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
- Remove --global-property apiTests=false,modelTests=false to re-enable test generation - Update Makefile cleanup steps to handle both src/main/java and src/test/java - Add error suppression (2>/dev/null || true) to prevent failures when directories don't exist - All tests now compile and run successfully with useJakartaEe=true - API tests are skipped (stub tests without actual API calls) - Model tests pass successfully
- Add cache: 'gradle' to setup-java step for faster builds - Add --no-daemon flag to prevent daemon processes in CI
- io.swagger:swagger-annotations: 1.6.14 → 1.6.16 - com.google.code.gson:gson: 2.11.0 → 2.13.2 - org.openapitools:jackson-databind-nullable: 0.2.6 → 0.2.8 - org.mockito:mockito-core: 5.14.2 → 5.21.0 - Sync pom.xml dependency versions with build.gradle
|
Manually merged to master |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
- maven-compiler-plugin: 3.8.1 → 3.14.1 - maven-enforcer-plugin: 3.4.1 → 3.6.2 - maven-dependency-plugin: 3.6.1 → 3.9.0 - maven-jar-plugin: 3.3.0 → 3.5.0 - build-helper-maven-plugin: 3.5.0 → 3.6.1 - maven-javadoc-plugin: 3.6.3 → 3.12.0 - maven-source-plugin: 3.3.0 → 3.4.0 - maven-gpg-plugin: 3.2.1 → 3.2.8 - junit-platform-runner: 1.11.4 → 1.14.2 - gson: 2.11.0 → 2.13.2 (from PR #14) - jackson-databind-nullable: 0.2.6 → 0.2.8 (from PR #14)
Bumps the gradle-minor-patch group with 4 updates in the / directory: io.swagger:swagger-annotations, com.google.code.gson:gson, org.openapitools:jackson-databind-nullable and org.mockito:mockito-core.
Updates
io.swagger:swagger-annotationsfrom 1.6.14 to 1.6.16Updates
com.google.code.gson:gsonfrom 2.11.0 to 2.13.2Release notes
Sourced from com.google.code.gson:gson's releases.
... (truncated)
Commits
686fad7[maven-release-plugin] prepare release gson-parent-2.13.2c2d252aSwitch to using central-publishing-maven-plugin. (#2900)69cb755Bump the github-actions group with 5 updates (#2894)ea552c2Bump the maven group across 1 directory with 3 updates (#2898)fdc616dSet top-level permissions for CodeQL workflow (#2889)9334715Create scorecard.yml (#2888)f7de5c2Bump the maven group with 8 updates (#2885)8c23cd3Update sources to satisfy a new Error Prone check. (#2887)5eab3edBump the github-actions group with 2 updates (#2886)5f5c200Bump the maven group across 1 directory with 10 updates (#2872)Updates
org.openapitools:jackson-databind-nullablefrom 0.2.6 to 0.2.8Release notes
Sourced from org.openapitools:jackson-databind-nullable's releases.
Commits
108f5bdv0.2.8 release (#92)b2ca809Update to move away from deprecated methods (#91)377e8c4Change the maven compile execution for Java 8 to override the default compile...5b73076Fix typos and linguistic errors in documentation (#88)85e68d4Bump org.junit:junit-bom from 5.13.4 to 5.14.0 (#87)9dd4094Build as multi release jar (#62)6712288Ignore semver-major Mockito and JUnit updates until Java 17+ is used for buil...f377edaadding the following methods to JsonNullable, based on methods (#68)09ee5fcIgnore Hibernate Validator updates until Java 17+ is used for builds (#83)338ccf8Update GitHub actions to use commit sha instead of tags to avoid supply chain...Updates
org.mockito:mockito-corefrom 5.14.2 to 5.21.0Release notes
Sourced from org.mockito:mockito-core's releases.
... (truncated)
Commits
09d2230Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)df3e0ccBump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)04a6e9fBump actions/checkout from 5 to 6 (#3765)756a3cfAdd description of matchers to potential mismatch (#3760)58ba445Forbid mocking WeakReference with inline mock maker (#3759)966d600Bump actions/upload-artifact from 4 to 5 (#3756)632bf7bBump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)8564b43Fix primitives support in GenericArrayReturnType for Android (#3753)bf3a809Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)cffddd4Bump gradle/actions from 4 to 5 (#3743)Dependabot 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 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 <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 conditions