This is an automated email from the ASF dual-hosted git repository.

mapohl pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7712d4b6651953334f3bfcf73846c757319b75d2
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Oct 7 15:38:22 2022 +0200

    [hotfix] Extract Jackson BOM version into a property
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aec451cdbec..f13c2cb2f50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,8 @@ under the License.
                <zookeeper.version>3.5.9</zookeeper.version>
                <curator.version>5.2.0</curator.version>
                <avro.version>1.10.0</avro.version>
+               <!-- Version for transitive Jackson dependencies that are not 
used within Flink itself.-->
+               <jackson-bom.version>2.13.4</jackson-bom.version>
                
<javax.activation.api.version>1.2.0</javax.activation.api.version>
                <jaxb.api.version>2.3.1</jaxb.api.version>
                <junit4.version>4.13.2</junit4.version>
@@ -578,9 +580,9 @@ under the License.
                                <artifactId>jackson-bom</artifactId>
                                <type>pom</type>
                                <scope>import</scope>
-                               <version>2.13.4</version>
+                               <version>${jackson-bom.version}</version>
                        </dependency>
-                       
+
                        <dependency>
                                <groupId>com.squareup.okhttp3</groupId>
                                <artifactId>okhttp</artifactId>

Reply via email to