Skip to content

Commit

Permalink
Bump dubbo.version from 3.3.0-beta.2 to 3.3.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 9352a9f commit 814b1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dubbo-extensions-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<properties>
<revision>3.3.0</revision>
<dubbo.version>3.3.0-beta.2</dubbo.version>
<dubbo.version>3.3.2</dubbo.version>
<spring.version>5.3.39</spring.version>
<spring-boot.version>2.7.18</spring-boot.version>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-proxy-extensions/dubbo-proxy-bytebuddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bom</artifactId>
<version>3.2.14</version>
<version>3.3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 814b1fc

Please sign in to comment.