Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent e331581 commit 190b251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/apex-ast-serializer/parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ run {
}

ext {
junitVersion = '5.10.2'
junitVersion = '5.10.3'
}

dependencies {
Expand All @@ -68,7 +68,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${junitVersion}"
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: "${junitVersion}"
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.3'

// https://mvnrepository.com/artifact/org.json/json
testFixturesImplementation group: 'org.json', name: 'json', version: '20240303'
Expand Down
4 changes: 2 additions & 2 deletions packages/apex-ast-serializer/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ext {
slf4jVersion = '2.0.13'
jettyVersion = '11.0.21'
jerseyVersion = '3.1.7'
junitVersion = '5.10.2'
junitVersion = '5.10.3'
}

dependencies {
Expand Down Expand Up @@ -152,7 +152,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${junitVersion}"
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: "${junitVersion}"
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.3'

// https://mvnrepository.com/artifact/cz.habarta.typescript-generator/typescript-generator-core
compileOnly group: 'cz.habarta.typescript-generator', name: 'typescript-generator-core', version: '3.2.1263'
Expand Down

0 comments on commit 190b251

Please sign in to comment.