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 c4f5ccf2530 chore(deps): Bump io.projectreactor.netty:reactor-netty
(#16526)
c4f5ccf2530 is described below
commit c4f5ccf2530d8bb62dbee2cd3efd98a4f51b97d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 11:15:07 2024 +0100
chore(deps): Bump io.projectreactor.netty:reactor-netty (#16526)
Bumps
[io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty)
from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
-
[Commits](https://github.com/reactor/reactor-netty/compare/v1.2.0...v1.2.1)
---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 98793e37ae3..517a3f08805 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -432,7 +432,7 @@
<quickfixj-version>2.3.1</quickfixj-version>
<reactive-streams-version>1.0.4</reactive-streams-version>
<reactor-version>3.7.0</reactor-version>
- <reactor-netty-version>1.2.0</reactor-netty-version>
+ <reactor-netty-version>1.2.1</reactor-netty-version>
<redisson-version>3.40.1</redisson-version>
<resilience4j-version>2.2.0</resilience4j-version>
<rest-assured-version>5.5.0</rest-assured-version>