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

Bump the gradle-dependencies group with 12 updates #68

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps the gradle-dependencies group with 12 updates:

Package From To
com.gradle.plugin-publish 1.2.0 1.2.1
com.fasterxml.jackson:jackson-bom 2.14.2 2.15.2
org.apache.httpcomponents.client5:httpclient5 5.1.2 5.2.1
commons-io:commons-io 2.11.0 2.13.0
org.spockframework:spock-core 2.0-groovy-3.0 2.3-groovy-4.0
org.spockframework:spock-junit4 2.0-groovy-3.0 2.3-groovy-4.0
org.junit.jupiter:junit-jupiter 5.8.2 5.10.0
org.codehaus.groovy:groovy-json 3.0.9 3.0.19
com.networknt:json-schema-validator 1.0.64 1.0.87
org.jetbrains:annotations 22.0.0 24.0.1
com.google.code.gson:gson 2.8.9 2.10.1
com.github.johnrengelman.shadow 8.1.0 8.1.1

Updates com.gradle.plugin-publish from 1.2.0 to 1.2.1

Updates com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.15.2

Commits
  • f630525 [maven-release-plugin] prepare release jackson-bom-2.15.2
  • cbb8d3c 2.15.2 release
  • 17e60d3 Back to snapshot dep
  • 2dfb8e3 [maven-release-plugin] prepare for next development iteration
  • eaff8b2 [maven-release-plugin] prepare release jackson-bom-2.15.1
  • 19ddbea Prepare for 2.15.1 release
  • 1c2c2fc Add version.plugin.moditect override to 1.0.0.Final
  • ccd5a3a Merge branch '2.14' into 2.15
  • 15b0965 Back to snapshot deps
  • 11c0403 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.1.2 to 5.2.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.2.1

This is a maintenance release that fixes several regressions found in release 5.2.

Change Log

  • Regression: Async execution runtimes set the negotiated protocol version in the execution context at the wrong point of request execution. Contributed by Oleg Kalnichevski

  • Cancel connection request on exception. Contributed by Bryan Keller

  • Replace deprecated use of LangUtils#equals() with Objects.equals(). Contributed by Gary Gregory

  • Regression: Multipart body builder and multipart formatters fail to escape special characters such as backslash and quote mark. Contributed by Oleg Kalnichevski

Release 5.2

This is the first GA release in the 5.2 release series. This release finalizes the 5.2 APIs and corrects a number of defects discovered since the previous release.

Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required).

Please note this is likely to be the last release series with support for SPNEGO and NTLM authentication. As of version 5.3 GSS-API-based authentication schemes (Kerberos, SPNEGO) and NTLM authentication schemes are going to be deprecated and disabled by default.

Notable changes and features included in the 5.2 series:

  • Upgrade to Java 8.

  • Improved support for TLS upgrade and HTTP protocol upgrade (async).

  • Support for H2 tunneling via HTTP/1.1 proxy.

  • Conformance to RFC 7617 (The 'Basic' HTTP Authentication Scheme).

  • Migration to Java 8 Time primitives in State Management and Cache APIs.

  • Connection and TLS configuration on a per route basis.

... (truncated)

Commits
  • d8f702f HttpClient 5.2.1 release
  • 8ca97f1 Updated release notes for HttpClient 5.2.1 release
  • bfd2bf1 Bump ehcache-api from 3.10.2 to 3.10.8
  • 1e879a2 Bump actions/dependency-review-action from 2 to 3
  • cb80c3c Disabled a test case that fails intermittently with GitHub Actions.
  • 2f87e4a Regression: async execution runtimes set the negotiated protocol version in t...
  • 9cde791 Cancel connection request on exception
  • 290ec22 Fix compiler warnings in tests
  • 230a2ca Replace deprecated use of LangUtils#equals() with Objects.equals()
  • 0ca5635 HTTPCLIENT-2247: Test cases to document present assumptions about the correct...
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.11.0 to 2.13.0

Updates org.spockframework:spock-core from 2.0-groovy-3.0 to 2.3-groovy-4.0

Updates org.spockframework:spock-junit4 from 2.0-groovy-3.0 to 2.3-groovy-4.0

Updates org.junit.jupiter:junit-jupiter from 5.8.2 to 5.10.0

Release notes

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

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.

Commits
  • 7f619ca Release 5.10
  • 9899de4 Update Gradle Enterprise plugin to 3.14
  • 45b970f Replace soon-to-be-deprecated usages of project.buildDir
  • 463ae36 Prune Release Notes for 5.10 GA
  • 893c64b Back to snapshots for further development
  • e6ff0c5 Release 5.10.0-RC2
  • b08a76b Add 5.10.0-RC2 release notes
  • 2c278c7 Revert "Prune Release Notes for 5.10 GA"
  • acb6e65 Provide access to source element annotations for TempDirFactory
  • 73818a1 Bump org.gradle.toolchains:foojay-resolver from 0.5.0 to 0.6.0
  • Additional commits viewable in compare view

Updates org.codehaus.groovy:groovy-json from 3.0.9 to 3.0.19

Commits

Updates com.networknt:json-schema-validator from 1.0.64 to 1.0.87

Release notes

Sourced from com.networknt:json-schema-validator's releases.

1.0.87 - 2023-09-08

Added

Changed

  • fixes #837 Use correct namespace URI to pass XML validation. Thanks @@​jbliznak

1.0.86 - 2023-07-05

Added

  • fixes #825 Adds support for $recursiveAnchor and $recursiveRef. Thanks @​fdutton

Changed

  • fixes #827 Stops unevaluatedProperties and unevaluatedItems being applied recursively. Thanks @​aznan2
  • fixes #834 Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. Thanks @​stacywsmith

1.0.85 - 2023-06-22

Added

Changed

1.0.84 - 2023-06-09

Added

Changed

  • fixes #816 Ignores fail-fast when evaluating a member of an applicator. Thanks @​fdutton
  • fixes #815 Corrects Java's failure to match an end anchor when immediately preceded by a quantifier. Thanks @​fdutton
  • fixes #812 Ensures context is reset after validating regardless of which method is used by the client. Thanks @​fdutton
  • fixes #809 Ignores siblings of $ref when dialect is Draft 4, 6 or 7. Thanks @​fdutton
  • fixes #807 Updates Jacoco configuration to ignore the embedded Apache code. Thanks @​fdutton
  • fixes #790 Simplifies how evaluated properties and array items are tracked. Thanks @​fdutton
  • fixes #806 Enables unit-tests for refRemote validation. Thanks @​fdutton
  • fixes #805 Corrects issue with deserializing JSON Schema Test Suite tests. Thanks @​fdutton
  • fixes #801 Support config param to disable custom messages from schema. Thanks @​anjnerajat
  • fixes #795 Supports fail-fast when a pattern does not match. Thanks @​fdutton

... (truncated)

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

1.0.87 - 2023-09-08

Added

Changed

  • fixes #837 Use correct namespace URI to pass XML validation. Thanks @@​jbliznak

1.0.86 - 2023-07-05

Added

  • fixes #825 Adds support for $recursiveAnchor and $recursiveRef. Thanks @​fdutton

Changed

  • fixes #827 Stops unevaluatedProperties and unevaluatedItems being applied recursively. Thanks @​aznan2
  • fixes #834 Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. Thanks @​stacywsmith

1.0.85 - 2023-06-22

Added

Changed

1.0.84 - 2023-06-09

Added

Changed

  • fixes #816 Ignores fail-fast when evaluating a member of an applicator. Thanks @​fdutton
  • fixes #815 Corrects Java's failure to match an end anchor when immediately preceded by a quantifier. Thanks @​fdutton
  • fixes #812 Ensures context is reset after validating regardless of which method is used by the client. Thanks @​fdutton
  • fixes #809 Ignores siblings of $ref when dialect is Draft 4, 6 or 7. Thanks @​fdutton
  • fixes #807 Updates Jacoco configuration to ignore the embedded Apache code. Thanks @​fdutton
  • fixes #790 Simplifies how evaluated properties and array items are tracked. Thanks @​fdutton
  • fixes #806 Enables unit-tests for refRemote validation. Thanks @​fdutton

... (truncated)

Commits
  • b634de7 upgrade to 1.0.87 and update changelog
  • 185b456 java doc update
  • 21a6143 New resource bundle languages added for issue #844 (#852)
  • 3ff32ee Use correct namespace URI to pass XML validation (#837)
  • 520d997 upgrade to 1.0.86 and update changelog
  • 5703036 Adds support for $recursiveAnchor and $recursiveRef (#835)
  • 4d51a58 Stops unevaluatedProperties and unevaluatedItems being applied recursively (#...
  • b1572db Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read a...
  • 84a7137 fixes the version for 1.0.85
  • a4c5135 upgrade 1.0.85 and update changelog
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 22.0.0 to 24.0.1

Release notes

Sourced from org.jetbrains:annotations's releases.

24.0.1

  • Added @Documented annotation where it would be useful.

24.0.0

  • Added new annotation: @CheckReturnValue

23.1.0

  • Added new annotation: @ApiStatus.Obsolete

23.0.0

  • Added new annotations: @BlockingExecutor and @NonBlockingExecutor.
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 24.0.1

  • Added @Documented annotation where it would be useful.

Version 24.0.0

  • Added new annotation: @CheckReturnValue.

Version 23.1.0

  • Added new annotation: @ApiStatus.Obsolete.

Version 23.0.0

  • Added new annotations: @BlockingExecutor and @NonBlockingExecutor.
Commits

Updates com.google.code.gson:gson from 2.8.9 to 2.10.1

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.10.1

This is technically a minor release rather than a patch release because there is one small API change: a new JsonObject.isEmpty() method.

What's Changed: User-Visible Changes

Site Documentation and Maintenance Changes (these were already visible)

Other Changes

New Contributors (thanks!)

Full Changelog: google/gson@gson-parent-2.10...gson-parent-2.10.1

Gson 2.10

Most important changes

  • Support for serializing and deserializing Java records, on Java ≥ 16. (#2201)

  • Add JsonArray.asList and JsonObject.asMap view methods (#2225)

  • Fix TypeAdapterRuntimeTypeWrapper not detecting reflective TreeTypeAdapter and FutureTypeAdapter (#1787)

... (truncated)

Changelog

Sourced from com.google.code.gson:gson's changelog.

Change Log

The change log for versions newer than 2.10 is available only on the GitHub Releases page.

Version 2.10

Version 2.9.1

Also many small improvements to javadoc.

Version 2.9.0

The minimum supported Java version changes from 6 to 7.

... (truncated)

Commits

Updates com.github.johnrengelman.shadow from 8.1.0 to 8.1.1

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 11, 2023
Bumps the gradle-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| com.gradle.plugin-publish | `1.2.0` | `1.2.1` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.14.2` | `2.15.2` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.1.2` | `5.2.1` |
| commons-io:commons-io | `2.11.0` | `2.13.0` |
| org.spockframework:spock-core | `2.0-groovy-3.0` | `2.3-groovy-3.0` |
| org.spockframework:spock-junit4 | `2.0-groovy-3.0` | `2.3-groovy-3.0` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.8.2` | `5.10.0` |
| [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy) | `3.0.9` | `3.0.19` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.0.64` | `1.0.87` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `22.0.0` | `24.0.1` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.9` | `2.10.1` |
| com.github.johnrengelman.shadow | `8.1.0` | `8.1.1` |

Updates `com.gradle.plugin-publish` from 1.2.0 to 1.2.1

Updates `com.fasterxml.jackson:jackson-bom` from 2.14.2 to 2.15.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.2)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.1.2 to 5.2.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.1.2...rel/v5.2.1)

Updates `commons-io:commons-io` from 2.11.0 to 2.13.0

Updates `org.spockframework:spock-core` from 2.0-groovy-3.0 to 2.3-groovy-3.0

Updates `org.spockframework:spock-junit4` from 2.0-groovy-3.0 to 2.3-groovy-3.0

Updates `org.junit.jupiter:junit-jupiter` from 5.8.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

Updates `org.codehaus.groovy:groovy-json` from 3.0.9 to 3.0.19
- [Commits](https://github.com/apache/groovy/commits)

Updates `com.networknt:json-schema-validator` from 1.0.64 to 1.0.87
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.0.64...1.0.87)

Updates `org.jetbrains:annotations` from 22.0.0 to 24.0.1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@22.0.0...24.0.1)

Updates `com.google.code.gson:gson` from 2.8.9 to 2.10.1
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.10.1)

Updates `com.github.johnrengelman.shadow` from 8.1.0 to 8.1.1

---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-core
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-junit4
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.codehaus.groovy:groovy-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@bigdaz bigdaz force-pushed the dependabot/gradle/gradle-dependencies-31baac1e39 branch from 617931a to f7c49db Compare September 11, 2023 21:22
@bigdaz bigdaz closed this Sep 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/gradle/gradle-dependencies-31baac1e39 branch September 26, 2023 02:58
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