Skip to content

Commit

Permalink
Fix vulnerable dependency lib jackson-databind (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbragin authored Apr 24, 2024
1 parent b8c7723 commit 9efe349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-bamboo</artifactId>
<version>1.18.0-SNAPSHOT</version>
<version>1.18.1-SNAPSHOT</version>
<name>Allure for Bamboo</name>
<description>Allure reports right in deployment plans in Bamboo</description>
<packaging>atlassian-plugin</packaging>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.3</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.atlassian.bamboo</groupId>
Expand Down

0 comments on commit 9efe349

Please sign in to comment.