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 maven-dependencies group across 1 directory with 2 updates #103

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the maven-dependencies group with 2 updates in the / directory: com.konghq:unirest-java-bom and org.apache.maven.plugins:maven-pmd-plugin.

Updates com.konghq:unirest-java-bom from 4.3.1 to 4.4.0

Release notes

Sourced from com.konghq:unirest-java-bom's releases.

Release v4.4.0

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v4.3.2

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Changelog

Sourced from com.konghq:unirest-java-bom's changelog.

4.4.0

  • Issue #526 split connection timeout from request timeout. The request no longer has a connection timeout setting, and instead has a request timeout setting as a replacement. Previously these two settings had been conflated. The overall config also has a default request timeout that will be applied to all requests if the request setting is not set. The default setting is null which indicates a infinite timeout.

4.3.2

  • Issue #523 when paging create a new copy of the request for each page rather than reusing the original
  • Issue #524 support the Partitioned flag on cookies for CHIPs (Cookies Having Independent Partitioned State)
  • Make Path public. Because its handy
Commits
  • 0595041 [maven-release-plugin] prepare release v4.4.0
  • 54add72 update docs
  • ea4973b rm connection timeout exception
  • 5419425 bump minor for small breaking change
  • d7efdd2 dont hide fields
  • faf2c3f allow setting the Partitioned flag on cookies
  • 4c53737 request timeout can be null but not negative
  • 06af301 update docs
  • 6eadf15 issue #526 split connection timeout and request timeout
  • 386e94a update docs
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0

Release notes

Sourced from org.apache.maven.plugins:maven-pmd-plugin's releases.

3.22.0

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Commits
  • a9dfc30 [maven-release-plugin] prepare release maven-pmd-plugin-3.22.0
  • 4bc08a9 (doc) Update release notes for upcoming 3.22.0
  • 2823fa0 Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#148)
  • 89a7cdb [MPMD-379] Upgrade to use PMD 7.0.0 by default (#144)
  • f884af3 Fixups from review (#144)
  • a3ac53c Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#147)
  • 4aaf0da Fixups from review (#144)
  • 1528f30 [MPMD-379] Fix build for Java8
  • 193c037 [MPMD-379] Add IT for Java 21
  • 73b4010 [MPMD-379] Improve upgrading notes
  • Additional commits viewable in compare view

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 maven-dependencies group with 2 updates in the / directory: [com.konghq:unirest-java-bom](https://github.com/Kong/unirest-java) and [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin).


Updates `com.konghq:unirest-java-bom` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v4.3.1...v4.4.0)

Updates `org.apache.maven.plugins:maven-pmd-plugin` from 3.21.2 to 3.22.0
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this May 15, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-76b5f334b4 branch May 15, 2024 13:36
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.

0 participants