Skip to content
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

chore(deps): bump the dependencies group with 8 updates #35

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps the dependencies group with 8 updates:

Package From To
com.fasterxml.jackson.core:jackson-core 2.14.1 2.16.0
com.fasterxml.jackson.core:jackson-annotations 2.14.1 2.16.0
com.fasterxml.jackson.core:jackson-databind 2.14.1 2.16.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.14.1 2.16.0
org.openapitools:jackson-databind-nullable 0.2.1 0.2.6
org.junit.jupiter:junit-jupiter 5.7.1 5.10.1
org.mockito:mockito-core 3.+ 5.8.0
com.diffplug.spotless 6.20.0 6.23.3

Updates com.fasterxml.jackson.core:jackson-core from 2.14.1 to 2.16.0

Commits
  • 2af46f1 [maven-release-plugin] prepare release jackson-core-2.16.0
  • 6f337da Prepare for 2.16.0 release
  • 1cfb490 Make JacksonFeatureSet java.io.Serializable
  • f878f33 Update release notes wrt #1136
  • a0c853a Change error mesage to mention -INF (#1136)
  • 2d137d8 Bump the github-actions group with 2 updates (#1134)
  • ce0e92e Add missing name-length check in a test
  • 97030b9 Merge branch '2.16' of github.com:FasterXML/jackson-core into 2.16
  • 3e1cbb9 Unit test cleanup
  • 69712d8 Maximum Property name length affects input/read (#1130)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.14.1 to 2.16.0

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.14.1 to 2.16.0

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.1 to 2.16.0

Updates org.openapitools:jackson-databind-nullable from 0.2.1 to 0.2.6

Release notes

Sourced from org.openapitools:jackson-databind-nullable's releases.

v0.2.6 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.5...v0.2.6

v0.2.5 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.4...v0.2.5

v0.2.4 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.3...v0.2.4

v0.2.3 released

What's Changed

v0.2.2 released

Security fix: #22

Commits
  • 8861f83 prepare 0.2.6 snapshot, update readme
  • 3f9974f Fix broken unwrap bean validation and adapt tests (#50)
  • 7812ac5 Add "Automatic-Module-Name" to manifest, fix usage as java 9+ module (#41)
  • 51ea164 Add "Automatic-Module-Name" to manifest, fix usage as java 9+ module (#41)
  • f70a463 Add support for jakarta-validation (#42)
  • 4485fd1 minor optimizations and simplifications to JsonNullable (#43)
  • 8bab929 #34 adds support for Collection<JsonNullable> in the JsonNullableValueExtr...
  • 74c0a2b set to 0.2.5-SNAPSHOT version
  • d9870f7 set version to 0.2.4
  • 9c725ff update hibernate-validator to 6.2.5.Final
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.7.1 to 5.10.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2

See Release Notes.

JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1

See Release Notes.

JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0

See Release Notes.

JUnit 5.9.0-RC1 = Platform 1.9.0-RC1 + Jupiter 5.9.0-RC1 + Vintage 5.9.0-RC1

See Release Notes.

JUnit 5.9.0-M1 = Platform 1.9.0-M1 + Jupiter 5.9.0-M1 + Vintage 5.9.0-M1

See Release Notes.

JUnit 5.8.2 = Platform 1.8.2 + Jupiter 5.8.2 + Vintage 5.8.2

... (truncated)

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 3.+ to 5.8.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.8.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.8.0

v5.7.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.7.0

v5.6.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.6.0

... (truncated)

Commits

Updates com.diffplug.spotless from 6.20.0 to 6.23.3

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.14.1` | `2.16.0` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.14.1` | `2.16.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.14.1` | `2.16.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.14.1` | `2.16.0` |
| [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.1` | `0.2.6` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.7.1` | `5.10.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `3.+` | `5.8.0` |
| com.diffplug.spotless | `6.20.0` | `6.23.3` |


Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.1 to 2.16.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.14.1...jackson-core-2.16.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.1 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.1 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.14.1 to 2.16.0

Updates `org.openapitools:jackson-databind-nullable` from 0.2.1 to 0.2.6
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@jackson-databind-nullable-0.2.1...v0.2.6)

Updates `org.junit.jupiter:junit-jupiter` from 5.7.1 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.1...r5.10.1)

Updates `org.mockito:mockito-core` from 3.+ to 5.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits/v5.8.0)

Updates `com.diffplug.spotless` from 6.20.0 to 6.23.3

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2023 18:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 8, 2023
@rhamzeh rhamzeh added this pull request to the merge queue Dec 8, 2023
Merged via the queue into main with commit fba91e6 Dec 8, 2023
17 checks passed
@rhamzeh rhamzeh deleted the dependabot/gradle/dependencies-b4d1cb6060 branch December 8, 2023 18:10
booniepepper added a commit to openfga/sdk-generator that referenced this pull request Dec 11, 2023
booniepepper added a commit to openfga/sdk-generator that referenced this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant