We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdb67f commit 8a7dce6Copy full SHA for 8a7dce6
pom.xml
@@ -95,7 +95,7 @@
95
<dependency>
96
<groupId>org.redisson</groupId>
97
<artifactId>redisson</artifactId>
98
- <version>3.48.0</version>
+ <version>3.49.0</version>
99
<exclusions>
100
<exclusion>
101
<groupId>ch.qos.logback</groupId>
@@ -126,7 +126,7 @@
126
127
<groupId>org.xerial</groupId>
128
<artifactId>sqlite-jdbc</artifactId>
129
- <version>3.49.1.0</version>
+ <version>3.50.1.0</version>
130
</dependency>
131
132
<groupId>io.minio</groupId>
@@ -146,7 +146,7 @@
146
147
<groupId>org.junit.jupiter</groupId>
148
<artifactId>junit-jupiter</artifactId>
149
- <version>5.13.0</version>
+ <version>5.13.1</version>
150
<scope>test</scope>
151
152
</dependencies>
0 commit comments