Skip to content

Commit 80a620d

Browse files
authored
Merge pull request #17 from opsgenie/update-vulnerable-dependencies
update vulnerable dependencies
2 parents 14b2589 + 52b04c2 commit 80a620d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.opsgenie.plugin.graylog</groupId>
88
<artifactId>opsgenie-graylog-alarmcallback</artifactId>
9-
<version>1.3.9-RELEASE</version>
9+
<version>1.3.10-RELEASE</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.artifactId}</name>
@@ -46,6 +46,18 @@
4646
<artifactId>xstream</artifactId>
4747
<groupId>com.thoughtworks.xstream</groupId>
4848
</exclusion>
49+
<exclusion>
50+
<artifactId>zookeeper</artifactId>
51+
<groupId>org.apache.zookeeper</groupId>
52+
</exclusion>
53+
<exclusion>
54+
<artifactId>commons-beanutils</artifactId>
55+
<groupId>commons-beanutils</groupId>
56+
</exclusion>
57+
<exclusion>
58+
<artifactId>*</artifactId>
59+
<groupId>io.netty</groupId>
60+
</exclusion>
4961
</exclusions>
5062
</dependency>
5163
<dependency>

src/main/java/com/opsgenie/plugin/graylog/OpsGenieAlarmCallbackMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public URI getURL() {
3131

3232
@Override
3333
public Version getVersion() {
34-
return new Version(1, 3, 9, "RELEASE");
34+
return new Version(1, 3, 10, "RELEASE");
3535
}
3636

3737
@Override

0 commit comments

Comments
 (0)