Skip to content

Commit 1c8c9d2

Browse files
Merge pull request #1929 from microsoft/dependabot/gradle/components/abstractions/junit-dependencies-fc63e9fa3a
chore(deps): bump the junit-dependencies group across 8 directories with 1 update
2 parents ba94995 + 232bc3c commit 1c8c9d2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

components/abstractions/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66
testImplementation project(':components:serialization:json')

components/authentication/azure/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66

components/bundle/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
testImplementation 'org.mockito:mockito-core:5.18.0'

components/http/okHttp/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
testImplementation 'org.mockito:mockito-core:5.18.0'

components/serialization/form/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

components/serialization/json/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

components/serialization/multipart/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66

components/serialization/text/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

0 commit comments

Comments
 (0)