Skip to content

Commit

Permalink
fix(deps): update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Mar 13, 2024
1 parent 9a225ba commit a9201ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
implementation 'jline:jline:2.14.6'

// Testing
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.stefanbirkner:system-rules:1.19.0'
}

Expand Down

0 comments on commit a9201ad

Please sign in to comment.