Skip to content

Commit ecf8620

Browse files
Update some dependencies (#368)
1 parent 0322580 commit ecf8620

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
<!-- Dependencies -->
2828
<json.schema.validator.version>2.2.14</json.schema.validator.version>
29-
<jackson.core.version>2.14.1</jackson.core.version>
30-
<jackson.databind.version>2.14.1</jackson.databind.version>
29+
<jackson.core.version>2.15.2</jackson.core.version>
30+
<jackson.databind.version>2.15.2</jackson.databind.version>
3131
<commons.io.version>2.11.0</commons.io.version>
3232
<commons.lang3.version>3.12.0</commons.lang3.version>
3333
<freemarker.version>2.3.31</freemarker.version>
@@ -40,6 +40,7 @@
4040
<jmh.version>1.33</jmh.version>
4141
<xmlunit.version>2.8.3</xmlunit.version>
4242
<lombok.version>1.18.22</lombok.version>
43+
<guava.version>32.1.2-jre</guava.version>
4344

4445
<!-- Maven Plugins -->
4546
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
@@ -152,13 +153,26 @@
152153
<groupId>org.mozilla</groupId>
153154
<artifactId>rhino</artifactId>
154155
</exclusion>
156+
<exclusion>
157+
<artifactId>guava</artifactId>
158+
<groupId>com.google.guava</groupId>
159+
</exclusion>
160+
<exclusion>
161+
<artifactId>jackson-databind</artifactId>
162+
<groupId>com.fasterxml.jackson.core</groupId>
163+
</exclusion>
155164
</exclusions>
156165
</dependency>
157166
<dependency>
158167
<groupId>org.mozilla</groupId>
159168
<artifactId>rhino</artifactId>
160169
<version>${mozilla.rhino.version}</version>
161170
</dependency>
171+
<dependency>
172+
<groupId>com.google.guava</groupId>
173+
<artifactId>guava</artifactId>
174+
<version>${guava.version}</version>
175+
</dependency>
162176
<dependency>
163177
<groupId>com.fasterxml.jackson.core</groupId>
164178
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)