Skip to content

Commit

Permalink
Updated to hamcrest-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Aug 3, 2024
1 parent ab517d1 commit d35e9f5
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 @@ -310,11 +310,11 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
</dependency>
<!-- Test Transitive -->
<dependency>
<groupId>org.hamcrest</groupId><artifactId>hamcrest</artifactId><version>2.2</version>
<groupId>org.hamcrest</groupId><artifactId>hamcrest</artifactId><version>3.0</version>
</dependency>
<dependency>
<!-- Shim for junit 4.13.2 -->
<groupId>org.hamcrest</groupId><artifactId>hamcrest-core</artifactId><version>2.2</version>
<groupId>org.hamcrest</groupId><artifactId>hamcrest-core</artifactId><version>3.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d35e9f5

Please sign in to comment.