Skip to content

Commit 9520b42

Browse files
authored
Prepare for the 3.1.0-M2 release (#210)
Signed-off-by: Scott M Stark <[email protected]>
1 parent 30da76e commit 9520b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>jakarta.validation</groupId>
1717
<artifactId>jakarta.validation-api</artifactId>
18-
<version>3.1.0-M1</version>
18+
<version>3.1.0-M2</version>
1919
<packaging>jar</packaging>
2020
<name>Jakarta Validation API</name>
2121
<url>https://beanvalidation.org</url>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.testng</groupId>
9393
<artifactId>testng</artifactId>
94-
<version>7.7.0</version>
94+
<version>7.9.0</version>
9595
<scope>test</scope>
9696
</dependency>
9797
</dependencies>

0 commit comments

Comments
 (0)