Skip to content

Commit 805b820

Browse files
Merge pull request #1770 from microsoftgraph/dependabot/gradle/junit-dependencies-3c9abcae65
chore(deps): bump the junit-dependencies group across 2 directories with 3 updates
2 parents d5bf286 + d364d83 commit 805b820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dependencies {
22
// Use JUnit test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1'
5-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
4+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
5+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
66
testImplementation 'org.mockito:mockito-core:5.14.1'
77
testImplementation 'io.opentelemetry:opentelemetry-api:1.42.1'
88
testImplementation 'io.opentelemetry:opentelemetry-context:1.42.1'

0 commit comments

Comments
 (0)