Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 0c201b6 commit ad1117d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ repositories {
}

def versions = [
junit : '5.9.2',
junitPlatform : '1.9.2',
junit : '5.11.0',
junitPlatform : '1.11.0',
reformLogging : '6.0.1',
springBoot : springBoot.class.package.implementationVersion,
springfoxSwagger: '2.9.2',
Expand Down Expand Up @@ -277,10 +277,10 @@ dependencies {
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '10.1.16'
implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.0.1'
implementation group: 'org.camunda.bpm', name: 'camunda-external-task-client', version: versions.camunda
implementation 'org.junit.jupiter:junit-jupiter:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter:5.11.0'
implementation 'junit:junit:4.13.1'
implementation 'org.testng:testng:7.1.0'

Expand Down

0 comments on commit ad1117d

Please sign in to comment.