Skip to content

Commit 20094b4

Browse files
authored
fix: bump open-vulnerability-clients to resolve NVD timestamp parsing errors (#8427)
1 parent 7a99b47 commit 20094b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Copyright (c) 2012 - Jeremy Long
128128

129129
<!-- upgrading slf4j and logback can cause issues ;) https://github.com/dependency-check/DependencyCheck/issues/4846 -->
130130
<slf4j.version>2.0.17</slf4j.version>
131-
<logback.version>1.5.25</logback.version>
131+
<logback.version>1.5.32</logback.version>
132132

133133
<apache.lucene.version>9.12.3</apache.lucene.version>
134134
<!-- Driver versions as properties for ease of extraction for reuse in Docker builds -->
@@ -912,7 +912,7 @@ Copyright (c) 2012 - Jeremy Long
912912
<dependency>
913913
<groupId>io.github.jeremylong</groupId>
914914
<artifactId>open-vulnerability-clients</artifactId>
915-
<version>9.0.4</version>
915+
<version>9.0.5</version>
916916
</dependency>
917917
<dependency>
918918
<groupId>org.anarres.jdiagnostics</groupId>

0 commit comments

Comments
 (0)