Skip to content

Commit bdf5e65

Browse files
Merge pull request #1787 from microsoft/dependabot/gradle/components/abstractions/junit-dependencies-a3c4d6951b
chore(deps): bump the junit-dependencies group across 8 directories with 2 updates
2 parents 3652870 + 04eb91d commit bdf5e65

File tree

8 files changed

+16
-38
lines changed

8 files changed

+16
-38
lines changed

components/abstractions/gradle/dependencies.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.15.2'
66
testImplementation project(':components:serialization:json')
77

8-
// Use JUnit Jupiter Engine for testing.
9-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
10-
118
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
129
implementation 'io.github.std-uritemplate:std-uritemplate:2.0.0'
1310
implementation 'io.opentelemetry:opentelemetry-api:1.47.0'

components/authentication/azure/gradle/dependencies.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.15.2'
66

7-
8-
// Use JUnit Jupiter Engine for testing.
9-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
10-
117
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
128
implementation 'io.opentelemetry:opentelemetry-api:1.47.0'
139
implementation 'io.opentelemetry:opentelemetry-context:1.47.0'

components/bundle/gradle/dependencies.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
86
testImplementation 'org.mockito:mockito-core:5.15.2'
97

108
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

components/http/okHttp/gradle/dependencies.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
86
testImplementation 'org.mockito:mockito-core:5.15.2'
97
testImplementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
108

components/serialization/form/gradle/dependencies.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
85

96
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
107
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

components/serialization/json/gradle/dependencies.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
85

96
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
107
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

components/serialization/multipart/gradle/dependencies.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
45
testImplementation 'org.mockito:mockito-core:5.15.2'
56

6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
8-
97
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
108
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
119

components/serialization/text/gradle/dependencies.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6-
// Use JUnit Jupiter Engine for testing.
7-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
85

96
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
107
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

0 commit comments

Comments
 (0)