Skip to content

Commit

Permalink
Merge pull request #73 from cip4/dependabot/gradle/org.junit.jupiter-…
Browse files Browse the repository at this point in the history
…junit-jupiter-api-5.11.2

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2
  • Loading branch information
rainer-prosi authored Oct 9, 2024
2 parents 6a7706a + b39e40f commit f82967b
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 @@ -135,7 +135,7 @@ dependencies {
}
api 'javax.mail:mailapi:1.4.3'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.mockito:mockito-core:4.11.0'
}
Expand Down

0 comments on commit f82967b

Please sign in to comment.