Skip to content

Commit

Permalink
Bump Junit 5 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Mar 28, 2024
1 parent 57c81a9 commit 9bfe762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions junit5/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/en/latest/pa
<dependency>
<groupId>io.specto</groupId>
<artifactId>hoverfly-java-junit5</artifactId>
<version>0.14.0</version>
<version>0.17.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -74,6 +74,6 @@ Feel free to raise an issues on Github.

Apache License version 2.0.

(c) SpectoLabs 2018.
(c) [iOCO](https://ioco.uk/) 2024.


4 changes: 2 additions & 2 deletions junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repositories {
dependencies {

ext {
junitJupiterVersion = '5.8.2'
junitPlatformVersion = '1.8.2'
junitJupiterVersion = '5.10.2'
junitPlatformVersion = '1.10.2'
}

compileOnly "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
Expand Down

0 comments on commit 9bfe762

Please sign in to comment.