This is an automated email from the ASF dual-hosted git repository. fcsaky pushed a commit to branch release-1.20 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push: new 24a61a48e11 [FLINK-38091][release] Bump japicmp configuration post 1.20.2 24a61a48e11 is described below commit 24a61a48e1175770a277373e3bbab4bff388a2e9 Author: Ferenc Csaky <fcs...@apache.org> AuthorDate: Tue Jul 15 13:48:51 2025 +0200 [FLINK-38091][release] Bump japicmp configuration post 1.20.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 18c857bd6b2..d425541f1bd 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ under the License. <minikdc.version>3.2.4</minikdc.version> <hive.version>2.3.10</hive.version> <orc.version>1.5.6</orc.version> - <japicmp.referenceVersion>1.20.1</japicmp.referenceVersion> + <japicmp.referenceVersion>1.20.2</japicmp.referenceVersion> <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir> <checkstyle.version>9.3</checkstyle.version> <!-- can be removed with maven-spotless-plugin:2.38+ -->