Skip to content

Commit

Permalink
fix vulnerability CVE-2023-24998
Browse files Browse the repository at this point in the history
  • Loading branch information
tbischoff2 committed Oct 25, 2023
1 parent a55b2ea commit e2b7ec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@
<artifactId>commons-lang3</artifactId>
<version>${commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
<version>${jena.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-shacl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<classgraph.version>4.8.163</classgraph.version>
<commons.codec.version>1.16.0</commons.codec.version>
<commons.compress.version>1.24.0</commons.compress.version>
<commons.fileupload.version>1.4</commons.fileupload.version>
<commons.fileupload.version>1.5</commons.fileupload.version>
<commons.io.version>2.14.0</commons.io.version>
<commons.lang3.version>3.13.0</commons.lang3.version>
<container.image.name>fraunhoferiosb/faaast-service</container.image.name>
Expand Down

0 comments on commit e2b7ec9

Please sign in to comment.