Skip to content

Commit 779b36c

Browse files
Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1
Bumps [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/jakartaee/validation/releases) - [Commits](jakartaee/validation@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: jakarta.validation:jakarta.validation-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02ecf38 commit 779b36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payment/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>jakarta.validation</groupId>
232232
<artifactId>jakarta.validation-api</artifactId>
233-
<version>3.1.0</version>
233+
<version>3.1.1</version>
234234
<scope>test</scope>
235235
</dependency>
236236

@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>jakarta.validation</groupId>
275275
<artifactId>jakarta.validation-api</artifactId>
276-
<version>3.1.0</version>
276+
<version>3.1.1</version>
277277
<scope>compile</scope>
278278
</dependency>
279279

0 commit comments

Comments
 (0)