Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/abstractions/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation project(':components:serialization:json')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.18.0'

Expand Down
2 changes: 1 addition & 1 deletion components/bundle/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

testImplementation 'org.mockito:mockito-core:5.18.0'
Expand Down
2 changes: 1 addition & 1 deletion components/http/okHttp/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

testImplementation 'org.mockito:mockito-core:5.18.0'
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/form/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/json/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.18.0'

Expand Down
2 changes: 1 addition & 1 deletion components/serialization/text/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

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