Skip to content

Commit

Permalink
bumps junit
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Dec 18, 2024
1 parent 0d2cf5a commit 778b21b
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 @@ -108,7 +108,7 @@ dependencies {
implementation group: 'org.tinylog', name: 'tinylog-impl', version: tinyLogVersion

// JUnit test framework.
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.4'

// Mocking libraries
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
Expand Down

0 comments on commit 778b21b

Please sign in to comment.