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 dubbo.version from 3.3.0-beta.2 to 3.3.2 #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps dubbo.version from 3.3.0-beta.2 to 3.3.2.
Updates org.apache.dubbo:dubbo-core-spi from 3.3.0-beta.2 to 3.3.2

Updates org.apache.dubbo:dubbo-bom from 3.2.14 to 3.3.2

Release notes

Sourced from org.apache.dubbo:dubbo-bom's releases.

dubbo-3.3.2

What's Changed

Feature

Bugfix

Code Enhancement

Releates PRs: #14810, #14801, #14817, #14815, #14840, #14839

Dependency Upgrade

  • Update byte-buddy_version: 1.15.1 -> 1.15.7 #14775, #14806, #14828
  • Update ch.qos.logback:logback-core: 1.5.8 -> 1.5.11 #14774, #14802
  • Update com.alibaba:fastjson: 1.2.83 -> 1.2.83_noneautotype #14751
  • Update com.alibaba.nacos:nacos-client: 2.4.2 -> 2.4.3 #14777
  • Update curator5_version: 5.7.0 -> 5.7.1 #14804, #14773
  • Update io.micrometer:micrometer-bom: 1.13.4 -> 1.13.5 #14755
  • Update io.micrometer:micrometer-core: 1.13.4 -> 1.13.6 #14756, #14807
  • Update io.micrometer:micrometer-tracing-bom: 1.3.4 -> 1.3.5 #14803
  • Update io.opentelemetry:opentelemetry-bom: 1.42.0 -> 1.43.0 #14737, #14776
  • Update io.projectreactor:reactor-core: 3.6.10 -> 3.6.11 #14808
  • Update netty4_version: 4.1.113.Final -> 4.1.114.Final #14753
  • Update org.springframework.security:spring-security-bom: 5.8.14 -> 5.8.15 #14827
  • Update ch.qos.logback:logback-core: 1.5.11 -> 1.5.12 #14829

New Contributors

Full Changelog: apache/dubbo@dubbo-3.3.1...dubbo-3.3.2

dubbo-3.3.1

What's Changed

Feature

... (truncated)

Commits
  • 3438707 Merge branch 'refs/heads/apache-3.3' into 3.3.2-release
  • b7fcd9a Check jaxrs 2 class (#14840)
  • bc9eaf6 Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#14833)
  • 0a22894 Fix Radix Test case on jdk 8~17 (#14839)
  • 729a693 Bump org.apache.maven.plugins:maven-dependency-plugin (#14834)
  • 6310168 Bump byte-buddy_version from 1.15.1 to 1.15.7 (#14828)
  • cdc1ad0 Bump ch.qos.logback:logback-core from 1.5.11 to 1.5.12 (#14829)
  • 7e3e616 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.0 to 3.15.1 (#14826)
  • d491242 Bump junit_jupiter_version from 5.11.2 to 5.11.3 (#14825)
  • 3bd6c85 Fix input stream unable to being deserialized (#14837)
  • Additional commits viewable in compare view

Updates org.apache.dubbo:dubbo-dependencies-zookeeper-curator5 from 3.3.0-beta.2 to 3.3.2

Commits

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 `dubbo.version` from 3.3.0-beta.2 to 3.3.2.

Updates `org.apache.dubbo:dubbo-core-spi` from 3.3.0-beta.2 to 3.3.2

Updates `org.apache.dubbo:dubbo-bom` from 3.2.14 to 3.3.2
- [Release notes](https://github.com/apache/dubbo/releases)
- [Changelog](https://github.com/apache/dubbo/blob/3.3/CHANGES.md)
- [Commits](apache/dubbo@dubbo-3.2.14...dubbo-3.3.2)

Updates `org.apache.dubbo:dubbo-dependencies-zookeeper-curator5` from 3.3.0-beta.2 to 3.3.2
- [Release notes](https://github.com/apache/maven-apache-parent/releases)
- [Commits](https://github.com/apache/maven-apache-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo-core-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.dubbo:dubbo-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.dubbo:dubbo-dependencies-zookeeper-curator5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants