Skip to content

Commit

Permalink
Update pom-central.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 15, 2024
1 parent bfb0bfb commit 53dbc81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -126,19 +126,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.3,)</version>
<version>[1.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>[4.2.0,)</version>
<version>[4.2.2,)</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 53dbc81

Please sign in to comment.