This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 258f21c97196c4f177d1106d0390a9517d3dbff2 Author: Andriy Redko <[email protected]> AuthorDate: Wed Aug 23 10:30:55 2023 -0400 Update RxJava3 to 3.1.7 --- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7b07b1efc1..79357d65bf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6,6 +6,7 @@ regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -204,7 +205,7 @@ <cxf.rhino.version>1.7.14</cxf.rhino.version> <cxf.rxjava.version>1.3.8</cxf.rxjava.version> <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version> - <cxf.rxjava3.version>3.1.6</cxf.rxjava3.version> + <cxf.rxjava3.version>3.1.7</cxf.rxjava3.version> <cxf.saaj-impl.version>2.0.1</cxf.saaj-impl.version> <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact> <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
