Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the patches group with 5 updates #43

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the patches group with 5 updates:

Package From To
com.fasterxml.jackson:jackson-bom 2.18.1 2.18.2
org.wiremock:wiremock 3.9.2 3.10.0
org.apache.maven.plugins:maven-javadoc-plugin 3.11.1 3.11.2
org.cyclonedx:cyclonedx-maven-plugin 2.9.0 2.9.1
io.telicent.smart-caches:jaxrs-base-server 0.24.1 0.24.2

Updates com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2

Commits
  • 55ff098 [maven-release-plugin] prepare release jackson-bom-2.18.2
  • 84a6fe4 Prep for 2.18.2 release
  • 88591c6 Merge branch '2.17' into 2.18
  • bc1206e Back to snapshot dep
  • 1021173 [maven-release-plugin] prepare for next development iteration
  • e3fd468 [maven-release-plugin] prepare release jackson-bom-2.17.3
  • ef13a7a Start 2.17.3 release
  • 1ed3d25 Back to snapshot deps
  • fac9a3b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.wiremock:wiremock from 3.9.2 to 3.10.0

Release notes

Sourced from org.wiremock:wiremock's releases.

3.10.0

🚀 New Features

🐛 Bug fixes

📦 Dependency updates

Commits
  • 7df345b Filter out class version 66 (java 22) from the shadowJar
  • 248cfdf Bump minor version
  • bb348b1 Merge pull request #2883 from wiremock/dependabot/gradle/org.apache.httpcompo...
  • 40e6e02 Back to filtering out the connection header and now the upgrade header
  • 764823d No longer filter out the connection header when proxying
  • 0b731eb Merge pull request #2909 from wiremock/support-extension-factories-as-classes
  • 96075b3 Added ability for extension factories to be declared as classes
  • a0df1e0 Merge pull request #2891 from wiremock/http-server-loading-refinement
  • 2cf90bb Apache now enforces UTF-8 encoding in BasicSchemeFactory as per RFC 7617
  • 0e98c90 Merge remote-tracking branch 'origin/dependabot/gradle/org.apache.httpcompone...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2

Release notes

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

3.11.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Commits
  • 44cbab7 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.2
  • 3de45d8 use github for scm
  • 45ccf06 Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0
  • 530fa01 [MJAVADOC-823] legacyMode keeps using module-info.java (-sourcedirectory stil...
  • 3a16d92 Bump commons-io:commons-io from 2.17.0 to 2.18.0
  • 69c1ba7 Migrate from Plexus to Sisu Guice (#341)
  • 39857ea Remove usages of deprecated ReaderFactory class (#339)
  • 314203a [MJAVADOC-814] handle parameters such packages with multi lines (#337)
  • 3bb982d refactor: Replace Plexus AbstractLogEnabled with SLF4J (#338)
  • 76826c8 [MJAVADOC-822] skippedModules should be more scalable and support regex (#336)
  • Additional commits viewable in compare view

Updates org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1

Release notes

Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases.

2.9.1

🚀 New features and improvements

🐛 Bug Fixes

  • Fix incorrect component type in aggregated SBOM (Multi-module project) (#522) @​lonewalker0

📦 Dependency updates

🔧 Build

Commits
  • f5ac98a [maven-release-plugin] prepare release cyclonedx-maven-plugin-2.9.1
  • b8e2442 upgrade github-pages-deploy-action
  • 2c95cf2 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • f988a79 Bump actions/checkout from 4.2.1 to 4.2.2
  • db2a35b Make log output more easy to understand by sorting dependencies
  • 6429094 simplify code
  • 4450f3b Fix incorrect component type in aggregated SBOM
  • c02b50f share isBlank(String)
  • 0bef0d0 fixes CycloneDX/cyclonedx-maven-plugin#382
  • cf7d300 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
  • Additional commits viewable in compare view

Updates io.telicent.smart-caches:jaxrs-base-server from 0.24.1 to 0.24.2

Release notes

Sourced from io.telicent.smart-caches:jaxrs-base-server's releases.

0.24.2

Version 0.24.2

  • Projector improvements:
    • Added new CleanupSink to help with scenarios where a projection pipeline may require some Closeable resources that are not encapsulated in the pipeline itself, e.g. they're only used for initial setup/health probes. This new sink allows those to be encapsulated into a pipeline step so that however a pipeline exits it guarantees to close() those resources.
  • Live Reporter improvements:
    • LiveReporter now logs a warning if destination sink fails to accept a heartbeat rather than aborting unexpectedly.
    • LiveErrorReporter now logs a warning if destination sink fails to accept an error report rather than erroring unexpectedly.
  • Observability improvements:
    • RuntimeInfo.printRuntimeInfo() now includes available processors information.
  • CLI improvements:
    • LiveReporterOptions now offers safer teardown() method that handles any unexpected teardown errors such that they don't confuse/hide the actual causes of the application termination. Old teardown methods are marked as @Deprecated with pointers to use the new method.
Changelog

Sourced from io.telicent.smart-caches:jaxrs-base-server's changelog.

0.24.2

  • Projector improvements:
    • Added new CleanupSink to help with scenarios where a projection pipeline may require some Closeable resources that are not encapsulated in the pipeline itself, e.g. they're only used for initial setup/health probes. This new sink allows those to be encapsulated into a pipeline step so that however a pipeline exits it guarantees to close() those resources.
  • Live Reporter improvements:
    • LiveReporter now logs a warning if destination sink fails to accept a heartbeat rather than aborting unexpectedly.
    • LiveErrorReporter now logs a warning if destination sink fails to accept an error report rather than erroring unexpectedly.
  • Observability improvements:
    • RuntimeInfo.printRuntimeInfo() now includes available processors information.
  • CLI improvements:
    • LiveReporterOptions now offers safer teardown() method that handles any unexpected teardown errors such that they don't confuse/hide the actual causes of the application termination. Old teardown methods are marked as @Deprecated with pointers to use the new method.
Commits
  • ba60533 [maven-release-plugin] prepare release 0.24.2
  • 6a7af5a Merge pull request #67 from telicent-oss/sink-tweaks
  • 4f8047f Improved error handling around Live Reporter shutdown
  • d214869 Add new CleanupSink implementation
  • 5a4c748 Add CleanupSink
  • 5030ba2 Merge pull request #66 from telicent-oss/dependabot/maven/patches-c47d8fab28
  • e50c290 Bump the patches group with 2 updates
  • 965908f Merge pull request #65 from telicent-oss/release/0.24.1
  • 0ad0121 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 patches group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.1` | `2.18.2` |
| [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.9.2` | `3.10.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.1` | `3.11.2` |
| [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) | `2.9.0` | `2.9.1` |
| [io.telicent.smart-caches:jaxrs-base-server](https://github.com/telicent-oss/smart-caches-core) | `0.24.1` | `0.24.2` |


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

Updates `org.wiremock:wiremock` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.2...3.10.0)

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

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.9.0...cyclonedx-maven-plugin-2.9.1)

Updates `io.telicent.smart-caches:jaxrs-base-server` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/telicent-oss/smart-caches-core/releases)
- [Changelog](https://github.com/telicent-oss/smart-caches-core/blob/main/CHANGELOG.md)
- [Commits](telicent-oss/smart-caches-core@0.24.1...0.24.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: io.telicent.smart-caches:jaxrs-base-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

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 Dec 9, 2024
@TelicentPaul TelicentPaul merged commit 03eddee into main Dec 10, 2024
6 checks passed
@TelicentPaul TelicentPaul deleted the dependabot/maven/patches-bf5d232b61 branch December 10, 2024 08:05
# for free to join this conversation on GitHub. Already have an account? # 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