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
…11.4

| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| maven      | org.junit.jupiter:junit-jupiter | 5.11.3 | 5.11.4 |
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent cf1037f commit e8b4403
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.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

0 comments on commit e8b4403

Please sign in to comment.