Skip to content

Commit

Permalink
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
Browse files Browse the repository at this point in the history
…12.0

| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| maven      | org.junit.jupiter:junit-jupiter | 5.11.4 | 5.12.0 |
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 6fdf579 commit 1f1eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ test {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
}

0 comments on commit 1f1eef0

Please sign in to comment.