This is an automated email from the ASF dual-hosted git repository. hong pushed a commit to branch release-1.19 in repository https://gitbox.apache.org/repos/asf/flink.git
commit a2d42b745b1b337bc92d4cd780b7126b4f2f7121 Author: Weijie Guo <[email protected]> AuthorDate: Wed Jun 19 12:28:11 2024 +0800 [hotfix][build] Update japicmp configuration for 1.19.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1941c0b676..e7f7b7e018f 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ under the License. <minikdc.version>3.2.4</minikdc.version> <hive.version>2.3.9</hive.version> <orc.version>1.5.6</orc.version> - <japicmp.referenceVersion>1.19.0</japicmp.referenceVersion> + <japicmp.referenceVersion>1.19.1</japicmp.referenceVersion> <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir> <spotless.version>2.27.1</spotless.version> <spotless.scalafmt.version>3.4.3</spotless.scalafmt.version>
