Skip to content

Commit

Permalink
Merge pull request #40 from w3stling/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-5.9.3

Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3
  • Loading branch information
w3stling authored May 4, 2023
2 parents d8d3767 + 444b25d commit d572690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.2')
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.14.1')
}

Expand Down

0 comments on commit d572690

Please sign in to comment.