Skip to content

Commit 7c2af69

Browse files
Merge pull request #1972 from microsoft/dependabot/gradle/components/abstractions/junit-dependencies-e8dde035e6
chore(deps): bump the junit-dependencies group across 7 directories with 1 update
2 parents 30f6715 + 25b3bf7 commit 7c2af69

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.18.0'
66
testImplementation project(':components:serialization:json')

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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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.13.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
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)