This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new 455ce93f Bump org.apache.dubbo:dubbo (#10)
455ce93f is described below
commit 455ce93f568f9966d71d992d68727cc49974c3e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 11 15:13:58 2024 +0800
Bump org.apache.dubbo:dubbo (#10)
Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo) from 3.1.5
to 3.1.11.
- [Release notes](https://github.com/apache/dubbo/releases)
- [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md)
-
[Commits](https://github.com/apache/dubbo/compare/dubbo-3.1.5...dubbo-3.1.11)
---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../dubbo-samples-prefer-serialization-test-31x-consumer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/99-integration/dubbo-samples-prefer-serialization-test-31x/dubbo-samples-prefer-serialization-test-31x-consumer/pom.xml
b/99-integration/dubbo-samples-prefer-serialization-test-31x/dubbo-samples-prefer-serialization-test-31x-consumer/pom.xml
index 3577adf4..e9f0d65f 100644
---
a/99-integration/dubbo-samples-prefer-serialization-test-31x/dubbo-samples-prefer-serialization-test-31x-consumer/pom.xml
+++
b/99-integration/dubbo-samples-prefer-serialization-test-31x/dubbo-samples-prefer-serialization-test-31x-consumer/pom.xml
@@ -36,7 +36,7 @@
<log4j2.version>2.20.0</log4j2.version>
<!-- Test compatibility with 3.1.x, should not upgrade this version!
-->
- <dubbo_31x.version>3.1.5</dubbo_31x.version>
+ <dubbo_31x.version>3.1.11</dubbo_31x.version>
</properties>
<dependencies>