Skip to content

Commit 187f906

Browse files
Merge pull request #1866 from microsoft/dependabot/gradle/components/abstractions/junit-dependencies-80702d334f
chore(deps): bump the junit-dependencies group across 8 directories with 1 update
2 parents 432c9be + 6308664 commit 187f906

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

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.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.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.12.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.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/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.1'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.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)