Skip to content

Commit ad467f9

Browse files
committed
Update google.guava dependency to fix the github dependabot alerts
1 parent 89fa5e8 commit ad467f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
<commons.logging.version>1.1.1</commons.logging.version>
3737
<hadoop.version>2.2.0</hadoop.version>
3838
<mockito.version>1.8.5</mockito.version>
39-
<lombok.version>1.16.18</lombok.version>
39+
<lombok.version>1.18.2</lombok.version>
4040
<docker.maven.version>0.4.13</docker.maven.version>
4141
<commonsio.version>2.3</commonsio.version>
42-
<guava.version>18.0</guava.version>
42+
<guava.version>29.0-jre</guava.version>
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4444
<maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>
4545
<include.category></include.category>
@@ -110,6 +110,12 @@
110110
<groupId>org.janusgraph</groupId>
111111
<artifactId>janusgraph-core</artifactId>
112112
<version>${janusgraph.version}</version>
113+
<exclusions>
114+
<exclusion>
115+
<groupId>com.google.code.findbugs</groupId>
116+
<artifactId>jsr305</artifactId>
117+
</exclusion>
118+
</exclusions>
113119
</dependency>
114120
<dependency>
115121
<groupId>org.janusgraph</groupId>

0 commit comments

Comments
 (0)