mirror of
https://github.com/apache/nifi.git
synced 2025-03-09 14:33:32 +00:00
NIFI-12926 Upgraded Jackson from 2.16.2 to 2.17.0
This closes #8538 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
d370b470b8
commit
6b061452e6
@ -16,7 +16,6 @@
|
||||
*/
|
||||
package org.apache.nifi.web.api.config;
|
||||
|
||||
import com.fasterxml.jackson.core.JsonLocation;
|
||||
import com.fasterxml.jackson.core.JsonParser;
|
||||
import com.fasterxml.jackson.databind.JsonMappingException;
|
||||
import com.fasterxml.jackson.databind.exc.InvalidFormatException;
|
||||
@ -32,7 +31,6 @@ import java.util.regex.Pattern;
|
||||
import static com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
public class JsonContentConversionExceptionMapperTest {
|
||||
@ -43,7 +41,6 @@ public class JsonContentConversionExceptionMapperTest {
|
||||
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
when(mockParser.getTokenLocation()).thenReturn(new JsonLocation(null, 100, 1, 1));
|
||||
jsonCCEM = new JsonContentConversionExceptionMapper();
|
||||
}
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -130,7 +130,7 @@
|
||||
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
|
||||
<derby.version>10.17.1.0</derby.version>
|
||||
<jetty.version>12.0.6</jetty.version>
|
||||
<jackson.bom.version>2.16.2</jackson.bom.version>
|
||||
<jackson.bom.version>2.17.0</jackson.bom.version>
|
||||
<avro.version>1.11.3</avro.version>
|
||||
<jaxb.runtime.version>4.0.4</jaxb.runtime.version>
|
||||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user