Skip to content

Commit

Permalink
Merge pull request #1787 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…abstractions/junit-dependencies-a3c4d6951b

chore(deps): bump the junit-dependencies group across 8 directories with 2 updates
  • Loading branch information
github-actions[bot] authored Feb 24, 2025
2 parents 3652870 + 04eb91d commit bdf5e65
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 38 deletions.
7 changes: 2 additions & 5 deletions components/abstractions/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.15.2'
testImplementation project(':components:serialization:json')

// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.github.std-uritemplate:std-uritemplate:2.0.0'
implementation 'io.opentelemetry:opentelemetry-api:1.47.0'
Expand Down
8 changes: 2 additions & 6 deletions components/authentication/azure/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.15.2'


// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.opentelemetry:opentelemetry-api:1.47.0'
implementation 'io.opentelemetry:opentelemetry-context:1.47.0'
Expand Down
6 changes: 2 additions & 4 deletions components/bundle/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

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

implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
Expand Down
6 changes: 2 additions & 4 deletions components/http/okHttp/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

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

Expand Down
7 changes: 2 additions & 5 deletions components/serialization/form/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'

// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
Expand Down
7 changes: 2 additions & 5 deletions components/serialization/json/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'

// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
Expand Down
6 changes: 2 additions & 4 deletions components/serialization/multipart/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.mockito:mockito-core:5.15.2'

// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

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

Expand Down
7 changes: 2 additions & 5 deletions components/serialization/text/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
dependencies {
// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'

// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

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

0 comments on commit bdf5e65

Please sign in to comment.