We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26db4e1 commit 1721e07Copy full SHA for 1721e07
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
6
<artifactId>hooker</artifactId>
7
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>hooker</name>
@@ -144,7 +144,7 @@
144
<dependency>
145
<groupId>com.google.guava</groupId>
146
<artifactId>guava</artifactId>
147
- <version>33.4.0-jre</version>
+ <version>33.5.0-jre</version>
148
</dependency>
149
150
<groupId>io.micrometer</groupId>
@@ -218,7 +218,7 @@
218
219
<groupId>org.apache.maven.shared</groupId>
220
<artifactId>maven-filtering</artifactId>
221
- <version>3.4.0</version>
+ <version>3.5.0</version>
222
223
</dependencies>
224
<configuration>
0 commit comments