Skip to content

Commit

Permalink
Bump jUnitVersion from 5.10.2 to 5.11.2
Browse files Browse the repository at this point in the history
Bumps `jUnitVersion` from 5.10.2 to 5.11.2.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 2a352ec commit f089b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

ext {
jlineVersion = '3.26.1'
jUnitVersion = '5.10.2'
jUnitVersion = '5.11.2'
}

java {
Expand Down
6 changes: 3 additions & 3 deletions jsr223/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies {
testImplementation project(path: ':lua53', configuration: 'desktopNatives')
testImplementation project(path: ':lua54', configuration: 'desktopNatives')
testImplementation project(path: ':luajit', configuration: 'desktopNatives')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit f089b20

Please sign in to comment.