We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5728d commit 8d4a561Copy full SHA for 8d4a561
2 files changed
java-storage/google-cloud-storage/pom.xml
@@ -310,13 +310,13 @@
310
<dependency>
311
<groupId>net.jqwik</groupId>
312
<artifactId>jqwik</artifactId>
313
- <version>1.9.0</version>
+ <version>1.9.1</version>
314
<scope>test</scope>
315
</dependency>
316
317
<groupId>io.github.classgraph</groupId>
318
<artifactId>classgraph</artifactId>
319
- <version>4.8.176</version>
+ <version>4.8.177</version>
320
321
322
</dependencies>
java-storage/pom.xml
@@ -69,7 +69,7 @@
69
70
<groupId>org.junit</groupId>
71
<artifactId>junit-bom</artifactId>
72
- <version>5.11.1</version>
+ <version>5.11.2</version>
73
<type>pom</type>
74
<scope>import</scope>
75
0 commit comments