Skip to content

Commit

Permalink
Bump junit-jupiter-api from 5.7.2 to 5.8.2
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent 63dfc64 commit 921c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ dependencies {
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-psd', version: '3.7.0' // https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-psd
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-tiff', version: '3.7.0'
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-batik', version: '3.7.0'
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-tga', version: '3.7.0'
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-tga', version: '3.8.2'
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-bmp', version: '3.7.0'

implementation 'org.apache.xmlgraphics:batik-all:1.14' // For Twelvemonkey SVG
Expand Down Expand Up @@ -401,7 +401,7 @@ dependencies {
// testimplementation dependency to testimplementation 'org.testng:testng:6.8.1' and add
// 'test.useTestNG()' to your build script.
//testCompile 'junit:junit:4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'

// For mocking features during unit tests
Expand Down

0 comments on commit 921c745

Please sign in to comment.