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.1 #542

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

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

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

Release notes

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

dubbo-3.3.1

What's Changed

Feature

Bugfix

Code Enhancement

Releates PRs: #14671, #14705

Dependency Upgrade

  • Update bytebuddy.version: 1.15.0 -> 1.15.3 #14736 #14648
  • Update ch.qos.logback:logback-core: 1.5.7 -> 1.5.8 #14653
  • Update com.alibaba.fastjson2:fastjson2: 2.0.52 -> 2.0.53 #14707
  • Update com.alibaba.nacos:nacos-client: 2.4.1 -> 2.4.2 #14655
  • Update com.github.spullara.mustache.java:compiler: 0.9.10 -> 0.9.14 #14693
  • Update com.google.protobuf:protobuf-java: 3.25.4 -> 3.25.5 #14704
  • Update commons-codec:commons-codec: 1.16.0 -> 1.17.1 #14711
  • Update commons-io:commons-io: 2.16.1 -> 2.17.0 #14713
  • Update grpc.version: 1.66.0 -> 1.68.0 #14706
  • Update io.micrometer:micrometer-bom: 1.13.3 -> 1.13.4 #14681
  • Update io.micrometer:micrometer-core: 1.13.3 -> 1.13.4 #14679
  • Update io.micrometer:micrometer-tracing-bom: 1.3.3 -> 1.3.4 #14682, #14739
  • Update io.opentelemetry:opentelemetry-bom: 1.41.0 -> 1.42.1 #14651, #14676
  • Update io.projectreactor:reactor-core: 3.6.9 -> 3.6.10 #14680
  • Update io.zipkin.reporter2:zipkin-reporter-bom: 3.4.0 -> 3.4.2 #14678, #14710, #14734
  • Update jackson_version: 2.17.2 -> 2.18.0 #14738
  • Update jakarta.xml.bind:jakarta.xml.bind-api: 4.0.1 -> 4.0.2 #14690
  • Update jetty_version: 9.4.55.v20240627 -> 9.4.56.v20240826 #14650
  • Update log4j2_version: 2.23.1 -> 2.24.1 #14649, #14735
  • Update netty4_version: 4.1.112.Final -> 4.1.113.Final #14652
  • Update org.apache.groovy:groovy: 4.0.21 -> 4.0.23 #14709
  • Update org.awaitility:awaitility: 4.2.0 -> 4.2.2 #14708
  • Update org.glassfish.jaxb:jaxb-runtime: 2.3.3-b02 -> 2.4.0-b180830.0438 #14689
  • Update org.springframework.cloud:spring-cloud-openfeign-core: 3.1.5 -> 3.1.9 #14687
  • Update org.xerial.snappy:snappy-java: 1.1.10.6 -> 1.1.10.7 #14683

... (truncated)

Commits
  • 8a01c60 Prepare 3.3.1 release
  • a6610c6 Fix SpringRestToolKit getBean param mistake (#14742)
  • b9a2f19 Fix memory leak in HttpPostRequestDecoder (#14741)
  • 6982695 feat(actuator):Adding Support for Spring Boot Actuator (#14596)
  • 93fa6c3 Bump io.micrometer:micrometer-tracing-bom from 1.3.3 to 1.3.4 (#14739)
  • 175b108 Bump jackson_version from 2.17.2 to 2.18.0 (#14738)
  • fa333e2 Bump byte-buddy_version from 1.15.1 to 1.15.3 (#14736)
  • fe03ff5 Bump log4j2_version from 2.24.0 to 2.24.1 (#14735)
  • e15b8ff Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.4.0 to 3.4.2 (#14734)
  • a13f17f Merge branch 'refs/heads/apache-3.2' into apache-3.3
  • Additional commits viewable in compare view

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

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.1.

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

Updates `org.apache.dubbo:dubbo-bom` from 3.2.14 to 3.3.1
- [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.1)

Updates `org.apache.dubbo:dubbo-dependencies-zookeeper-curator5` from 3.3.0-beta.2 to 3.3.1
- [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 Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #561.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/maven/dubbo.version-3.3.1 branch November 11, 2024 08:49
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