Skip to content

Commit

Permalink
Merge pull request #20 from opsgenie/update-vulnerable-libraries
Browse files Browse the repository at this point in the history
update jackson-databind version
  • Loading branch information
emelkomurcu authored Dec 30, 2020
2 parents 0a20b53 + 0daa49a commit a683225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.opsgenie.plugin.graylog</groupId>
<artifactId>opsgenie-graylog-alarmcallback</artifactId>
<version>1.3.10-RELEASE</version>
<version>1.3.11-RELEASE</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -58,12 +58,16 @@
<artifactId>*</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>snakeyaml</artifactId>
<groupId>org.yaml</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
<version>2.10.5.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 3, 10, "RELEASE");
return new Version(1, 3, 11, "RELEASE");
}

@Override
Expand Down

0 comments on commit a683225

Please sign in to comment.