This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push: new fa639fe1 [MRESOLVER-664] Bump org.redisson:redisson from 3.43.0 to 3.44.0 (#646) fa639fe1 is described below commit fa639fe1e76abc774d5ffd298c3dfa501cf305fc Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Jan 29 21:45:40 2025 +0100 [MRESOLVER-664] Bump org.redisson:redisson from 3.43.0 to 3.44.0 (#646) Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.43.0 to 3.44.0. - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](https://github.com/redisson/redisson/compare/redisson-3.43.0...redisson-3.44.0) --- updated-dependencies: - dependency-name: org.redisson:redisson dependency-type: direct:production update-type: version-update:semver-minor ... --- https://issues.apache.org/jira/browse/MRESOLVER-664 --- maven-resolver-named-locks-redisson/pom.xml | 6 +----- maven-resolver-named-locks-redisson/src/assembly/bundle.xml | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/maven-resolver-named-locks-redisson/pom.xml b/maven-resolver-named-locks-redisson/pom.xml index eeaa11c3..c769fa24 100644 --- a/maven-resolver-named-locks-redisson/pom.xml +++ b/maven-resolver-named-locks-redisson/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> - <version>3.43.0</version> + <version>3.44.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -71,10 +71,6 @@ <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> </exclusion> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty-transport-native-unix-common</artifactId> - </exclusion> <exclusion> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> diff --git a/maven-resolver-named-locks-redisson/src/assembly/bundle.xml b/maven-resolver-named-locks-redisson/src/assembly/bundle.xml index af0323ce..7fb5c64c 100644 --- a/maven-resolver-named-locks-redisson/src/assembly/bundle.xml +++ b/maven-resolver-named-locks-redisson/src/assembly/bundle.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> -<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1" +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>bundle</id> <formats> <format>zip</format>