From 51db687835e4593b59751d2a1ea4307123bad18d Mon Sep 17 00:00:00 2001 From: Vikentiy Fesunov Date: Wed, 12 Aug 2026 18:07:33 +0200 Subject: [PATCH] Bump javadoc plugin to latest version This fixes an issue where javadoc was supplying incorrect module-related options to the java compiler when processing core module, which were incompatible with --release 7, breaking the release process. --- dogstatsd-http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogstatsd-http/pom.xml b/dogstatsd-http/pom.xml index f20963be..c066ea62 100644 --- a/dogstatsd-http/pom.xml +++ b/dogstatsd-http/pom.xml @@ -142,7 +142,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.0 + 3.12.0 attach-javadocs