Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: combine renovate upgrades #861

Merged
merged 7 commits into from
Aug 10, 2022
Prev Previous commit
Next Next commit
chore(deps): update junit5 monorepo
renovate[bot] authored Jul 26, 2022

Verified

This commit was signed with the committer’s verified signature.
sandy081 Sandeep Somavarapu
commit d9022dd281ad541674630211e8410754026ea0f3
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.2</version>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest -->