Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): update junit5 monorepo to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 27, 2022
1 parent eea5a9e commit 107ba56
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 @@ -120,8 +120,8 @@ dependencies {
compileOnly group: 'cz.habarta.typescript-generator', name: 'typescript-generator-core', version: '2.36.1070'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.0'

// https://mvnrepository.com/artifact/org.json/json
testImplementation group: 'org.json', name: 'json', version: '20220320'
Expand Down

0 comments on commit 107ba56

Please sign in to comment.