mirror of https://github.com/apache/nifi.git
NIFI-7253 Upgraded Jackson to 2.13.2 using jackson-bom
This closes #5904 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
dd612a861a
commit
d78c65996e
|
@ -54,8 +54,6 @@ language governing permissions and limitations under the License. -->
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.12.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -108,7 +108,7 @@
|
|||
<org.slf4j.version>1.7.36</org.slf4j.version>
|
||||
<ranger.version>2.1.0</ranger.version>
|
||||
<jetty.version>9.4.46.v20220331</jetty.version>
|
||||
<jackson.version>2.13.1</jackson.version>
|
||||
<jackson.version>2.13.2</jackson.version>
|
||||
<jaxb.runtime.version>2.3.5</jaxb.runtime.version>
|
||||
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
|
||||
<nifi.groovy.version>3.0.8</nifi.groovy.version>
|
||||
|
@ -510,6 +510,13 @@
|
|||
<artifactId>aspectjweaver</artifactId>
|
||||
<version>${aspectj.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson</groupId>
|
||||
<artifactId>jackson-bom</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<!-- Set snappy-java version for compatibility across multiple Java versions -->
|
||||
<dependency>
|
||||
<groupId>org.xerial.snappy</groupId>
|
||||
|
|
Loading…
Reference in New Issue