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 java-minor-patch group in /src with 4 updates #2597

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps the java-minor-patch group in /src with 4 updates: commons-codec:commons-codec, org.semver4j:semver4j, org.shredzone.acme4j:acme4j-client and org.openapi.generator.

Updates commons-codec:commons-codec from 1.17.2 to 1.18.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.18.0 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0.

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

New features

  •         Add Base32.Builder.setHexDecodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
    
  •         Add Base32.Builder.setHexEncodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
    

Changes

  •         Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • 5f76abb Update contributing file from user feedback
  • a38de95 Prepare for the next release candidate
  • 0689dc8 Prepare for the next release candidate
  • 4098222 Port from Doxia 1 to 2
  • ebb29e9 Make test fixture package private
  • 110a9f8 Don't need to end a paragraph with an extra line break
  • 6444237 Remove background color from site page
  • 9062af4 Merge branch 'master' of
  • 963ee73 Include more in the source assembly
  • 94b9c51 Add a file extension to TODO file
  • Additional commits viewable in compare view

Updates org.semver4j:semver4j from 5.5.0 to 5.6.0

Release notes

Sourced from org.semver4j:semver4j's releases.

v5.6.0

What's Changed

🚀 Features

📦 Dependency Updates

Commits

Updates org.shredzone.acme4j:acme4j-client from 3.4.0 to 3.5.0

Release notes

Sourced from org.shredzone.acme4j:acme4j-client's releases.

v3.5.0

Changelog

  • Added providers for Google CA and Buypass. See the documentation for their acme: connection URIs and further notes.
  • Added support for draft-aaron-acme-profiles-00 (thanks to @​jmcrawford45 for providing a patch)
  • Order.getCertificate() now also returns a STAR certificate, so there is no need to use different get methods depending on whether it is a standard or STAR certificate. Order.getAutoRenewalCertificate() is marked as deprecated, but is still working as before.
  • OrderBuilder will now check if auto-renewal GET is supported by the CA before ordering such a certificiate.
  • Update to draft-ietf-acme-ari-07. No changes to the code are required.

For further information, please see the migration guide.

Commits
  • 008ffc9 [maven-release-plugin] prepare release v3.5.0
  • 6b0b0e6 Add IT for Pebble profile
  • f6a3bd6 Fix Pebble IT after Pebble update
  • 0364ace Dependency updates
  • dec4a46 Update to draft-ietf-acme-ari-07
  • 786a2d2 Add documentation about profiles
  • 36363ad Add method to get available profiles
  • 83d6f38 Add method to return profile description
  • 43b6a7c Fix unit tests
  • c0fede3 Add support for draft-aaron-acme-profiles
  • Additional commits viewable in compare view

Updates org.openapi.generator from 7.9.0 to 7.11.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.openapi.generator [>= 7.10.0.a, < 7.10.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 Jan 31, 2025
@dependabot dependabot bot requested review from a team and mloitm and removed request for a team January 31, 2025 07:42
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.12 Build Scan not published

Bumps the java-minor-patch group in /src with 4 updates: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [org.semver4j:semver4j](https://github.com/semver4j/semver4j), [org.shredzone.acme4j:acme4j-client](https://github.com/shred/acme4j) and org.openapi.generator.


Updates `commons-codec:commons-codec` from 1.17.2 to 1.18.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.2...rel/commons-codec-1.18.0)

Updates `org.semver4j:semver4j` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/semver4j/semver4j/releases)
- [Commits](semver4j/semver4j@v5.5.0...v5.6.0)

Updates `org.shredzone.acme4j:acme4j-client` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/shred/acme4j/releases)
- [Commits](shred/acme4j@v3.4.0...v3.5.0)

Updates `org.openapi.generator` from 7.9.0 to 7.11.0

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.semver4j:semver4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.shredzone.acme4j:acme4j-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.openapi.generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-c192170614 branch from 7e16e22 to f7af773 Compare January 31, 2025 08:42
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.12 Build Scan not published

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/gradle/src/java-minor-patch-c192170614 branch February 3, 2025 05:37
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