Skip to content

Commit

Permalink
Small change to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Feb 18, 2025
1 parent 2ffc5db commit 36b980a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.

<properties>
<!-- Test -->
<testng.version>7.10.2</testng.version>
<testng.version>7.11.0</testng.version>

<!-- System-wide properties -->
<maven.version>3.6.3</maven.version>
Expand Down Expand Up @@ -182,7 +182,7 @@ under the License.
<configuration>
<rules>
<requireJavaVersion>
<version>${java.version}</version>
<version>${java.version},</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.version},4.0.0)</version>
Expand Down

0 comments on commit 36b980a

Please sign in to comment.