Skip to content

Commit 3c58913

Browse files
build(deps): Bump the maven group with 3 updates (#178)
Bumps the maven group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [org.redisson:redisson](https://github.com/redisson/redisson) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `org.junit:junit-bom` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2) Updates `org.redisson:redisson` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-4.0.0...redisson-4.1.0) Updates `ch.qos.logback:logback-classic` from 1.5.23 to 1.5.24 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.23...v_1.5.24) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.redisson:redisson dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78baa1f commit 3c58913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.junit</groupId>
6969
<artifactId>junit-bom</artifactId>
70-
<version>5.14.1</version>
70+
<version>5.14.2</version>
7171
<type>pom</type>
7272
<scope>import</scope>
7373
</dependency>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.redisson</groupId>
109109
<artifactId>redisson</artifactId>
110-
<version>4.0.0</version>
110+
<version>4.1.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.slf4j</groupId>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>ch.qos.logback</groupId>
142142
<artifactId>logback-classic</artifactId>
143-
<version>1.5.23</version>
143+
<version>1.5.24</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>

0 commit comments

Comments
 (0)