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(java-deps): bump the all group with 6 updates #771

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the all group with 6 updates:

Package From To
io.airlift:airbase 167 168
org.jdbi:jdbi3-bom 3.45.3 3.45.4
io.opentelemetry.semconv:opentelemetry-semconv 1.26.0-alpha 1.27.0-alpha
net.bytebuddy:byte-buddy 1.14.19 1.15.0
org.postgresql:postgresql 42.7.3 42.7.4
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 3.8.0

Updates io.airlift:airbase from 167 to 168

Release notes

Sourced from io.airlift:airbase's releases.

Release 168

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@167...168

Commits

Updates org.jdbi:jdbi3-bom from 3.45.3 to 3.45.4

Release notes

Sourced from org.jdbi:jdbi3-bom's releases.

3.45.4

  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @​mhib !)
Changelog

Sourced from org.jdbi:jdbi3-bom's changelog.

3.45.4

  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @​mhib !)
Commits
  • eb158ad [maven-release-plugin] prepare release v3.45.4
  • 36240e0 release 3.45.4
  • c88238b Use Lock instead of synchronized block in MemoizingSupplier to prevent pinning
  • 7649c21 Virtual threads: show limited pool test not working
  • 5ac5c31 Introduce java21 artifact with initial test showing Virtual Threads at least ...
  • 49ae34f PMD 7 fixups
  • 4a65630 PMD 7
  • 68490f2 fix release notes
  • 921090a Remove inactive project maintainers
  • f6b4a2e update release notes
  • Additional commits viewable in compare view

Updates io.opentelemetry.semconv:opentelemetry-semconv from 1.26.0-alpha to 1.27.0-alpha

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's releases.

Version 1.26.0

  • Update to semantic-conventions 1.26.0 (#73)
  • Add additional Android requirements to README (#68)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​bidetofevil @​crossoverJie @​jack-berg @​jkwatson @​laurit @​lmolkova @​trask

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's changelog.

Changelog

Unreleased

Version 1.27.0 (2024-08-20)

  • Update to semantic-conventions 1.27.0 (#81)

Version 1.26.0 (2024-07-08)

  • Update to semantic-conventions 1.26.0 (#73)
  • Add additional Android requirements to README (#68)

Version 1.25.0 (2024-04-08)

  • Restore and deprecate the SemanticAttributes and ResourceAttributes classes removed in 1.23.1 for easier upgrades. These will be removed prior to a stable release of io.opentelemetry.semconv:opentelemetry-semconv. (#62)
  • Update to semantic-conventions 1.25.0 (#61)

Version 1.24.0 (2024-03-27)

NOTICE: This release contains a significant restructuring of this repository and the generated classes as we evolve it towards a first stable artifact (although there is no stable artifact as of this release). Please read the notes carefully and refer to the PRs and associated issues for more details. Additionally, the README contains useful information that should be reviewed.

  • BREAKING: Split out incubating artifact. This repo now publishes io.opentelemetry.semconv:opentelemetry-semconv:{{version}} for semantic conventions which are stable (the artifact itself is not yet stable but we aim to stabilize eventually), and io.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}} for semantic conventions which are incubating (experimental) (this artifact will always have the -alpha designation). As a part of this restructuring, old attributes which were removed from semantic-conventions (without being deprecated there) have been removed. (#41)
  • BREAKING: Generate classes by root namespace. Where previously all attributes were contained in two classes, ResourceAttributes and SemanticAttributes, they are now organized by their root namespace. For example, the http.request.header attribute lives in HttpAttributes. (#45)
  • Fix typo in readme (#42)
  • Encode semconv version in build dir to fix build cache (#51)
  • Cleanup enum generation

... (truncated)

Commits

Updates net.bytebuddy:byte-buddy from 1.14.19 to 1.15.0

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

23. August 2024: version 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Commits
  • 7047adb [maven-release-plugin] prepare release byte-buddy-1.15.0
  • 6d05733 [release] Release new version
  • 28472f9 Add missing javadoc.
  • 16a83a4 Remove use of raw type.
  • d94182e Removing one raw type warning from ByteBuddyAndroidPlugin (#1702)
  • 98bb6cd Make build work again.
  • 7e87eca Use reflection and translation to piggy back Android task on top of regular G...
  • c5507cc Avoid duplication og Gradle plugin logic.
  • d11652d Merge branch 'master' into android-extension
  • c274e42 Allow explicit specification of the experimental property.
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0

Commits
  • 75814c7 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.0
  • 50397c4 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack
  • 1115ecb Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
  • 5288cec Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • ea4d8e2 Bump jettyVersion from 9.4.54.v20240208 to 9.4.55.v20240627
  • 2d0b82a Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0
  • 86b7772 (doc) Remove repeated word
  • 94e1caf Bump org.jsoup:jsoup from 1.17.2 to 1.18.1
  • 06b4273 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 71cee33 Remove outdated invoker conditions
  • 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 all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `167` | `168` |
| [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) | `3.45.3` | `3.45.4` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.26.0-alpha` | `1.27.0-alpha` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.19` | `1.15.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.7.1` | `3.8.0` |


Updates `io.airlift:airbase` from 167 to 168
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

Updates `org.jdbi:jdbi3-bom` from 3.45.3 to 3.45.4
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.3...v3.45.4)

Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.26.0-alpha to 1.27.0-alpha
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.19 to 1.15.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.19...byte-buddy-1.15.0)

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

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

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.jdbi:jdbi3-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code v1-engine-changed labels Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

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

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-5d43845789 branch September 2, 2024 19:00
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 v1-engine-changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants