This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f917c4817883 chore(deps): Bump vavr-version from 0.10.7 to 0.11.0
(#20423)
f917c4817883 is described below
commit f917c48178838677ace10ccf279360ac19710f3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 09:20:30 2025 +0100
chore(deps): Bump vavr-version from 0.10.7 to 0.11.0 (#20423)
Bumps `vavr-version` from 0.10.7 to 0.11.0.
Updates `io.vavr:vavr` from 0.10.7 to 0.11.0
- [Release notes](https://github.com/vavr-io/vavr/releases)
- [Commits](https://github.com/vavr-io/vavr/compare/v0.10.7...v0.11.0)
Updates `io.vavr:vavr-match` from 0.10.7 to 0.11.0
- [Release notes](https://github.com/vavr-io/vavr-match/releases)
- [Commits](https://github.com/vavr-io/vavr-match/compare/v0.10.7...v0.11.0)
---
updated-dependencies:
- dependency-name: io.vavr:vavr
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.vavr:vavr-match
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 6dac2b7de58b..2cbdd7418da8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -530,7 +530,7 @@
<undertow-version>2.3.20.Final</undertow-version>
<univocity-parsers-version>2.10.2</univocity-parsers-version>
<validation-api-version>2.0.1.Final</validation-api-version>
- <vavr-version>0.10.7</vavr-version>
+ <vavr-version>0.11.0</vavr-version>
<velocity-tools-version>3.1</velocity-tools-version>
<velocity-version>2.4.1</velocity-version>
<vertx-version>4.5.22</vertx-version>