Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcdowall committed Mar 24, 2022
1 parent 3d39c8d commit 738c6d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ repositories {

dependencies {
api 'io.github.lsd-consulting:lsd-core:1.2.4'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.j2html:j2html:1.5.0'

testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'com.approvaltests:approvaltests:12.1.1'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'com.approvaltests:approvaltests:14.0.0'
testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
}

jacocoTestReport {
Expand Down

0 comments on commit 738c6d6

Please sign in to comment.