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 smallrye-common.version from 2.3.0 to 2.4.0 #2560

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps smallrye-common.version from 2.3.0 to 2.4.0.
Updates io.smallrye.common:smallrye-common-annotation from 2.3.0 to 2.4.0

Release notes

Sourced from io.smallrye.common:smallrye-common-annotation's releases.

2.4.0

  • #301 Release 2.4.0
  • #299 Do not cache PID or process name
  • #298 Bump version.vertx from 4.5.6 to 4.5.7
  • #296 Bump version.vertx from 4.5.5 to 4.5.6
  • #295 Bump org.ow2.asm:asm from 9.6 to 9.7
  • #294 Discontinue dependabot grouping
  • #293 Support multiple nesting of JAR files
  • #291 Avoid NPE if the class loader is null
  • #286 Bump the maven-dependencies group with 2 updates
  • #285 Test with JDK 21
  • #284 Bump the maven-dependencies group with 2 updates
  • #283 Bump the maven-dependencies group with 2 updates
Commits
  • 19c70b0 [maven-release-plugin] prepare release 2.4.0
  • 3e0c7c7 Merge pull request #301 from smallrye/release-2.4.0
  • e6923b0 Release 2.4.0
  • 97c00f3 Merge pull request #299 from dmlloyd/pid
  • 016ad93 Do not cache PID or process name
  • 9a34989 Merge pull request #293 from dmlloyd/jar
  • fb9f6de Merge pull request #298 from smallrye/dependabot/maven/version.vertx-4.5.7
  • 6f6620c Bump version.vertx from 4.5.6 to 4.5.7
  • 0cbda4d Merge pull request #296 from smallrye/dependabot/maven/version.vertx-4.5.6
  • 0658a06 Merge pull request #295 from smallrye/dependabot/maven/org.ow2.asm-asm-9.7
  • Additional commits viewable in compare view

Updates io.smallrye.common:smallrye-common-vertx-context from 2.3.0 to 2.4.0

Release notes

Sourced from io.smallrye.common:smallrye-common-vertx-context's releases.

2.4.0

  • #301 Release 2.4.0
  • #299 Do not cache PID or process name
  • #298 Bump version.vertx from 4.5.6 to 4.5.7
  • #296 Bump version.vertx from 4.5.5 to 4.5.6
  • #295 Bump org.ow2.asm:asm from 9.6 to 9.7
  • #294 Discontinue dependabot grouping
  • #293 Support multiple nesting of JAR files
  • #291 Avoid NPE if the class loader is null
  • #286 Bump the maven-dependencies group with 2 updates
  • #285 Test with JDK 21
  • #284 Bump the maven-dependencies group with 2 updates
  • #283 Bump the maven-dependencies group with 2 updates
Commits
  • 19c70b0 [maven-release-plugin] prepare release 2.4.0
  • 3e0c7c7 Merge pull request #301 from smallrye/release-2.4.0
  • e6923b0 Release 2.4.0
  • 97c00f3 Merge pull request #299 from dmlloyd/pid
  • 016ad93 Do not cache PID or process name
  • 9a34989 Merge pull request #293 from dmlloyd/jar
  • fb9f6de Merge pull request #298 from smallrye/dependabot/maven/version.vertx-4.5.7
  • 6f6620c Bump version.vertx from 4.5.6 to 4.5.7
  • 0cbda4d Merge pull request #296 from smallrye/dependabot/maven/version.vertx-4.5.6
  • 0658a06 Merge pull request #295 from smallrye/dependabot/maven/org.ow2.asm-asm-9.7
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `smallrye-common.version` from 2.3.0 to 2.4.0.

Updates `io.smallrye.common:smallrye-common-annotation` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/smallrye/smallrye-common/releases)
- [Commits](smallrye/smallrye-common@2.3.0...2.4.0)

Updates `io.smallrye.common:smallrye-common-vertx-context` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/smallrye/smallrye-common/releases)
- [Commits](smallrye/smallrye-common@2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: io.smallrye.common:smallrye-common-annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.common:smallrye-common-vertx-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 3, 2024
@cescoffier cescoffier merged commit ce7d8a8 into main Apr 4, 2024
3 of 4 checks passed
@cescoffier cescoffier deleted the dependabot/maven/main/smallrye-common.version-2.4.0 branch April 4, 2024 06:59
@ozangunalp ozangunalp added this to the 4.21.0 milestone Apr 5, 2024
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