diff --git a/pom.xml b/pom.xml
index 590ecf571..35c6c354e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1328,6 +1328,12 @@
${animal-sniffer.signature}
${commons.animal-sniffer.signature.version}
+
+
+ java.lang.invoke.MethodHandle
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 592aee142..6fd2e2177 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@ The type attribute can be add,update,fix,remove.
+ Ignore references to the signature-polymorphic java.lang.invoke.MethodHandle in the Animal Sniffer check: javac records ad-hoc call-site descriptors that no signature database lists.
Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.2 to 2.9.3.