Skip to content

Commit 72f5f80

Browse files
committed
fix: resolve integration test infrastructure issues
1 parent f7cf845 commit 72f5f80

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

pom.xml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,6 @@
7474
<artifactId>maven-shared-utils</artifactId>
7575
<version>3.4.2</version>
7676
</dependency>
77-
<dependency>
78-
<groupId>com.fasterxml.jackson.core</groupId>
79-
<artifactId>jackson-databind</artifactId>
80-
<version>2.18.2</version>
81-
</dependency>
82-
<dependency>
83-
<groupId>com.fasterxml.jackson.core</groupId>
84-
<artifactId>jackson-core</artifactId>
85-
<version>2.18.2</version>
86-
</dependency>
8777
<dependency>
8878
<groupId>io.netty</groupId>
8979
<artifactId>netty-codec-http</artifactId>
@@ -182,6 +172,23 @@
182172
<version>1.1.2</version>
183173
</dependency>
184174

175+
<!--Jackson - Override transitive dependencies with secure versions-->
176+
<dependency>
177+
<groupId>com.fasterxml.jackson.core</groupId>
178+
<artifactId>jackson-databind</artifactId>
179+
<version>2.18.2</version>
180+
</dependency>
181+
<dependency>
182+
<groupId>com.fasterxml.jackson.core</groupId>
183+
<artifactId>jackson-core</artifactId>
184+
<version>2.18.2</version>
185+
</dependency>
186+
<dependency>
187+
<groupId>com.fasterxml.jackson.core</groupId>
188+
<artifactId>jackson-annotations</artifactId>
189+
<version>2.18.2</version>
190+
</dependency>
191+
185192
<!--Apache Commons-->
186193
<dependency>
187194
<groupId>org.apache.commons</groupId>
@@ -291,13 +298,9 @@
291298
<dependency>
292299
<groupId>org.mock-server</groupId>
293300
<artifactId>mockserver-netty</artifactId>
294-
<version>5.15.0</version>
301+
<version>5.14.0</version>
295302
<scope>test</scope>
296303
<exclusions>
297-
<exclusion>
298-
<groupId>com.fasterxml.jackson.core</groupId>
299-
<artifactId>jackson-databind</artifactId>
300-
</exclusion>
301304
<exclusion>
302305
<groupId>org.apache.commons</groupId>
303306
<artifactId>commons-text</artifactId>
@@ -325,7 +328,7 @@
325328
<dependency>
326329
<groupId>org.mozilla</groupId>
327330
<artifactId>rhino</artifactId>
328-
<version>1.8.0</version>
331+
<version>1.8.1</version>
329332
<scope>test</scope>
330333
</dependency>
331334
<dependency>

0 commit comments

Comments
 (0)