Update `org.jspecify:jspecify` to version `1.0.0` (#206)
diff --git a/pom.xml b/pom.xml
index 91f697b..22bc61a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     <org.eclipse.jgit.version>6.10.0.202406032230-r</org.eclipse.jgit.version>
     <!-- These are annotation with a retention of CLASS. They can be freely upgraded. -->
     <bnd.annotation.version>7.0.0</bnd.annotation.version>
-    <jspecify.version>0.3.0</jspecify.version>
+    <jspecify.version>1.0.0</jspecify.version>
     <node.version>21.7.1</node.version>
     <npm.version>10.5.0</npm.version>
     <osgi.annotation.version>8.1.0</osgi.annotation.version>
diff --git a/src/changelog/.11.x.x/update_org_jspecify_jspecify.xml b/src/changelog/.11.x.x/update_org_jspecify_jspecify.xml
new file mode 100644
index 0000000..9bc7d9f
--- /dev/null
+++ b/src/changelog/.11.x.x/update_org_jspecify_jspecify.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="https://logging.apache.org/xml/ns"
+       xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+       type="updated">
+  <issue id="206" link="https://github.com/apache/logging-parent/pull/206"/>
+  <description format="asciidoc">Update `org.jspecify:jspecify` to version `1.0.0`</description>
+</entry>