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 across 1 directory with 9 updates #2632

Merged
merged 3 commits into from
Feb 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the java-minor-patch group with 9 updates in the /src directory:

Package From To
jakarta.validation:jakarta.validation-api 3.1.0 3.1.1
org.apache.tika:tika-core 3.0.0 3.1.0
org.apache.httpcomponents.client5:httpclient5 5.4.1 5.4.2
commons-codec:commons-codec 1.17.2 1.18.0
org.wiremock:wiremock-standalone 3.10.0 3.12.0
org.semver4j:semver4j 5.5.0 5.6.0
org.shredzone.acme4j:acme4j-client 3.4.0 3.5.0
org.openapi.generator 7.9.0 7.11.0
com.gradleup.shadow 8.3.5 8.3.6

Updates jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1

Release notes

Sourced from jakarta.validation:jakarta.validation-api's releases.

3.1.1

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.1.0...3.1.1

Commits

Updates org.apache.tika:tika-core from 3.0.0 to 3.1.0

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 4.0.0-BETA1 - ??? BREAKING CHANGES

  • Headers are no longer injected into the body/content of MSG files (TIKA-4345). Please open a ticket if you need this behavior across email formats.

Release 3.1.0 - ??

  • Allow users to turn off the injection of some headers into the content stream of MSG files (TIKA-4345).

  • Add a wrapper for Google's magika detector (TIKA-4344).

  • Add support for MachO via Alexey Pelykh (TIKA-4309).

  • Add logic to inject spaces in XPS files based on font widths via Ruairidh Williamson (TIKA-4315).

  • Mime type "application/json" is now a sub class of "text/javascript" not "application/javascript" (TIKA-4336)

  • Remove tagsoup from the project entirely. Note that some of the tags produced by the SourceCodeParser are slightly different (TIKA-4338)

Release 3.0.0 - 10/15/2024

  • Fix regression in TextAndCSVParser (TIKA-4278).

Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

  • Updated PST parser to use standard Message metadata keys and improved handling of embedded files (TIKA-4248).

  • Convenience methods for XML readers were moved from ParseContext to XMLReaderUtils (TIKA-4259).

Other Changes

  • Add GRPC server (TIKA-4181).

  • Improved configurability in tika-pipes (TIKA-4243).

  • Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

... (truncated)

Commits
  • 2561927 [maven-release-plugin] prepare release tika-3.1.0-rc1
  • f371a7d update CHANGES.txt for rc1
  • 5120b21 TIKA-4337 -- check for empty string in array index 1 (#2109)
  • 91ba3d6 TIKA-4361 -- follow on fix (#2108)
  • 14e652a TIKA-4372: fix org.apache.commons.io osgi metadata (#2107)
  • 77772c7 TIKA-4326: update puppycrawl, google cloud, commons codec
  • 9ddb3d4 remove errant debugging println from RTF parser
  • 00fddf2 TIKA-4303: Handle OneNotePropertyEnum.CachedTitleString as RichEditTextUnicod...
  • e3fcf9a TIKA-4371 -- exclude (hopefully) unneeded provided dependencies from xmlbeans...
  • 3d2d974 TIKA-4326: update protobuf
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2

Changelog

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

Release 5.4.2

This is a maintenance release that upgrades HttpCore to version 5.3.3 and fixes several regressions reported since the last release. One of the regressions could cause connection leaks and eventual connection pool exhaustion in case of proxy authentication failure when establishing a tunnel via the proxy.

Change Log

  • Upgraded HttpCore to version 5.3.3 Contributed by Oleg Kalnichevski

  • Improved internal state representation of the internal async execution runtime in order to prevent potential race conditions. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2357, regression: Classic HttpClient fails to release connection in case of a proxy authentication failure. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2355, regression: Reset protocol version in the execution context on a 200 response to CONNECT request. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2354: ResponseCachingPolicy to allow caching of responses with "must-revalidate" in shared caches with Authorization headers. The change aligns with RFC 9111 Section 5.2.2.2 (#609). Contributed by Arturo Bernal

  • Do not add Upgrade header if Connection header already present (the caller manually manages connection state). Contributed by Oleg Kalnichevski

  • Avoid logging HTTP message version where it can be a hint, not an actual protocol version Contributed by Oleg Kalnichevski

  • IDN encode hostnames with Unicode characters prior to DNS resolution (#608). Contributed by Arturo Bernal

  • HTTPCLIENT-2353: Fixed rejection of certificates with IDN encoded identities. (#607) Contributed by Arturo Bernal

Commits
  • 34f1b02 HttpClient 5.4.2 release
  • 2145d2c Updated release notes for HttpClient 5.4.2 release
  • 7e48abb Upgraded HttpCore to version 5.3.3
  • 1119d49 Disabled a test case that fails intermittently with GitHub Actions, pending r...
  • 9433bca Improved internal state representation of the internal async execution runtim...
  • 7f56b8e HTTPCLIENT-2357, regression: Classic HttpClient fails to release connect in c...
  • 8958b36 HTTPCLIENT-2355, regression: Reset protocol version in the execution context ...
  • f7f8069 Upgraded HttpCore to version 5.3.2
  • d048550 Fix HTTPCLIENT-2354 by updating ResponseCachingPolicy to allow caching of res...
  • 5ab09ea Do not add Upgrade header if Connection header already present (the calle...
  • Additional commits viewable in compare view

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.wiremock:wiremock-standalone from 3.10.0 to 3.12.0

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.12.0

🚀 New Features

📦 Dependency updates

✍ Other changes

3.11.0

🚀 New Features

🐞 Bug fixes

📦 Dependency updates

✍ Other changes

Commits
  • f208518 bump minor version to 3.12.0
  • ec2e9fa Merge pull request #2962 from wiremock/dependabot/gradle/net.minidev-json-sma...
  • 81a2d8c Bump net.minidev:json-smart from 2.5.1 to 2.5.2
  • ea72722 Support optional removal of null-valued attributes in jsonMerge helper (#2957)
  • 5c220de feat: add namespace parameter to equalToXml. (#2954)
  • c31c9b2 Merge pull request #2950 from wiremock/dependabot/gradle/me.champeau.jmh-0.7.3
  • 658d13f Bump me.champeau.jmh from 0.7.2 to 0.7.3
  • 1859573 Merge pull request #2955 from wiremock/drop-spotless-version
  • d0caac8 Drop to the version of spotless where we didn't have any issues
  • 32a0c00 Merge pull request #2952 from wiremock/dependabot/gradle/org.apache.httpcompo...
  • 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

Updates com.gradleup.shadow from 8.3.5 to 8.3.6

Release notes

Sourced from com.gradleup.shadow's releases.

8.3.6

Added

  • Support Java 24. (#1222)
Commits

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 Feb 13, 2025
@dependabot dependabot bot requested review from a team and ricardas-buc and removed request for a team February 13, 2025 09:00
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 jacocoTestReport 8.12 Build Scan not published

@ovidijusnortal
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-d2fa4e1bb2 branch from a2eafd3 to 6caa045 Compare February 13, 2025 10:09
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 jacocoTestReport 8.12 Build Scan not published

…9 updates

Bumps the java-minor-patch group with 9 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.1.0` | `3.1.1` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `3.0.0` | `3.1.0` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4.1` | `5.4.2` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.2` | `1.18.0` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.10.0` | `3.12.0` |
| [org.semver4j:semver4j](https://github.com/semver4j/semver4j) | `5.5.0` | `5.6.0` |
| [org.shredzone.acme4j:acme4j-client](https://github.com/shred/acme4j) | `3.4.0` | `3.5.0` |
| org.openapi.generator | `7.9.0` | `7.11.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.5` | `8.3.6` |



Updates `jakarta.validation:jakarta.validation-api` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.1.0...3.1.1)

Updates `org.apache.tika:tika-core` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@3.0.0...3.1.0)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.1 to 5.4.2
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.4.1...rel/v5.4.2)

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.wiremock:wiremock-standalone` from 3.10.0 to 3.12.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.10.0...3.12.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

Updates `com.gradleup.shadow` from 8.3.5 to 8.3.6
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.5...8.3.6)

---
updated-dependencies:
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.wiremock:wiremock-standalone
  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
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-d2fa4e1bb2 branch from 6caa045 to b4f90c4 Compare February 13, 2025 11:47
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 jacocoTestReport 8.12 Build Scan not published

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 jacocoTestReport 8.12 Build Scan not published

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 jacocoTestReport 8.12 Build Scan not published

@enelir
Copy link
Contributor

enelir commented Feb 14, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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 jacocoTestReport 8.12 Build Scan not published

@enelir
Copy link
Contributor

enelir commented Feb 14, 2025

@dependabot squash and merge

@dependabot dependabot bot merged commit 71c6c8e into develop Feb 14, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/src/java-minor-patch-d2fa4e1bb2 branch February 14, 2025 14: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.

2 participants