This is an automated email from the ASF dual-hosted git repository.
sxnan 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 a88ed3995fb [FLINK-38490][release] Update japicmp configuration for
1.20.3 (#27094)
a88ed3995fb is described below
commit a88ed3995fb7a4ad98cd6662ed531a2b807ccf04
Author: Xuannan <[email protected]>
AuthorDate: Thu Oct 9 17:07:13 2025 +0800
[FLINK-38490][release] Update japicmp configuration for 1.20.3 (#27094)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d425541f1bd..a9c5e839a90 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.2</japicmp.referenceVersion>
+ <japicmp.referenceVersion>1.20.3</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<checkstyle.version>9.3</checkstyle.version>
<!-- can be removed with maven-spotless-plugin:2.38+ -->