Skip to content

Commit

Permalink
Merge pull request #155 from CVEDetect/master
Browse files Browse the repository at this point in the history
Fix CVE dependency issue
  • Loading branch information
anbo-de authored Mar 19, 2023
2 parents ad6c8a6 + cdcc421 commit e5a170e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qanary_pipeline-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>qa.pipeline</artifactId>
<groupId>eu.wdaqua.qanary</groupId>
<version>3.7.4</version>
<version>3.7.5</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -57,6 +57,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit e5a170e

Please sign in to comment.