This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 956727685b Declared jspecify version explicitly
956727685b is described below
commit 956727685b727ef4c8d18d23d042e393a7895a27
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon Aug 31 15:49:59 2026 +0200
Declared jspecify version explicitly
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index d162101833..bec69620de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,7 @@
<wagon-ssh-external.version>3.5.3</wagon-ssh-external.version>
<weld.version>6.0.4.Final</weld.version>
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>
+ <jspecific.version>1.0.1</jspecific.version>
<!-- Maven plugins -->
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
@@ -588,6 +589,12 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>${jspecific.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>io.github.cdi-unit</groupId>
<artifactId>cdi-unit</artifactId>
<version>${cdi-unit.version}</version>