This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 2b10f7a Build(deps): Bump jakarta.validation:jakarta.validation-api
(#512)
2b10f7a is described below
commit 2b10f7af8e249f5909b937a293686cc34ccd3585
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:17:46 2026 +0200
Build(deps): Bump jakarta.validation:jakarta.validation-api (#512)
Bumps
[jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation)
from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](https://github.com/jakartaee/validation/compare/3.0.2...3.1.1)
---
updated-dependencies:
- dependency-name: jakarta.validation:jakarta.validation-api
dependency-version: 3.1.1
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f5eeb7..c40d734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
- <version>3.0.2</version>
+ <version>3.1.1</version>
</dependency>
<dependency>