Skip to content

Commit fa639fe

Browse files
authored
[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](redisson/redisson@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
1 parent e7bff36 commit fa639fe

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

maven-resolver-named-locks-redisson/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.redisson</groupId>
4747
<artifactId>redisson</artifactId>
48-
<version>3.43.0</version>
48+
<version>3.44.0</version>
4949
<exclusions>
5050
<exclusion>
5151
<groupId>org.slf4j</groupId>
@@ -71,10 +71,6 @@
7171
<groupId>io.reactivex.rxjava3</groupId>
7272
<artifactId>rxjava</artifactId>
7373
</exclusion>
74-
<exclusion>
75-
<groupId>io.netty</groupId>
76-
<artifactId>netty-transport-native-unix-common</artifactId>
77-
</exclusion>
7874
<exclusion>
7975
<groupId>org.reactivestreams</groupId>
8076
<artifactId>reactive-streams</artifactId>

maven-resolver-named-locks-redisson/src/assembly/bundle.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"
20+
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
2121
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
22+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
2323
<id>bundle</id>
2424
<formats>
2525
<format>zip</format>

0 commit comments

Comments
 (0)