This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 61f76b42fdabf097ad1f07573caea134b22d0337 Author: Martijn Visser <[email protected]> AuthorDate: Tue Apr 4 16:18:08 2023 +0200 [hotfix] Set japicmp to latest released version for this connector --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bba9285..58a6dc2 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ under the License. <hamcrest.version>1.3</hamcrest.version> <japicmp.skip>false</japicmp.skip> - <japicmp.referenceVersion>1.16.0</japicmp.referenceVersion> + <japicmp.referenceVersion>3.0.0-1.16.0</japicmp.referenceVersion> <slf4j.version>1.7.36</slf4j.version> <log4j.version>2.17.2</log4j.version>
