We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6991cf7 commit 9aba6b6Copy full SHA for 9aba6b6
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>dark-api</artifactId>
13
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
16
<name>dark-api</name>
@@ -173,7 +173,7 @@
173
<dependency>
174
<groupId>com.github.ben-manes.caffeine</groupId>
175
<artifactId>caffeine</artifactId>
176
- <version>2.8.1</version>
+ <version>3.2.2</version>
177
</dependency>
178
179
<groupId>javax.validation</groupId>
0 commit comments