This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 21d0dd367d Bump org.netbeans.tools:sigtest-maven-plugin from 1.5 to
1.7 (#2352)
21d0dd367d is described below
commit 21d0dd367da6a082140b0358e7f7158f1b5a869b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 20:14:58 2025 +0100
Bump org.netbeans.tools:sigtest-maven-plugin from 1.5 to 1.7 (#2352)
Bumps
[org.netbeans.tools:sigtest-maven-plugin](https://github.com/jtulach/netbeans-apitest)
from 1.5 to 1.7.
-
[Commits](https://github.com/jtulach/netbeans-apitest/compare/release-1.5...release-1.7)
---
updated-dependencies:
- dependency-name: org.netbeans.tools:sigtest-maven-plugin
dependency-version: '1.7'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tck/bval-signature-test/pom.xml | 2 +-
tck/cdi-signature-test/pom.xml | 2 +-
tck/jsonb-signature-test/pom.xml | 2 +-
tck/jsonp-signature-test/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tck/bval-signature-test/pom.xml b/tck/bval-signature-test/pom.xml
index 0ed0d4f9a9..a253411a06 100644
--- a/tck/bval-signature-test/pom.xml
+++ b/tck/bval-signature-test/pom.xml
@@ -112,7 +112,7 @@
<plugin>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
- <version>1.5</version>
+ <version>1.7</version>
<executions>
<execution>
<goals>
diff --git a/tck/cdi-signature-test/pom.xml b/tck/cdi-signature-test/pom.xml
index a61c2a39c7..182fa0bfe6 100644
--- a/tck/cdi-signature-test/pom.xml
+++ b/tck/cdi-signature-test/pom.xml
@@ -110,7 +110,7 @@
<plugin>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
- <version>1.5</version>
+ <version>1.7</version>
<executions>
<execution>
<id>sigtest</id>
diff --git a/tck/jsonb-signature-test/pom.xml b/tck/jsonb-signature-test/pom.xml
index 7d6a4addff..8fcb05e0ac 100644
--- a/tck/jsonb-signature-test/pom.xml
+++ b/tck/jsonb-signature-test/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/tck/jsonp-signature-test/pom.xml b/tck/jsonp-signature-test/pom.xml
index c44fc5dbdc..2b94b4732b 100644
--- a/tck/jsonp-signature-test/pom.xml
+++ b/tck/jsonp-signature-test/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<scope>test</scope>
</dependency>
</dependencies>