File tree Expand file tree Collapse file tree 8 files changed +16
-38
lines changed
authentication/azure/gradle Expand file tree Collapse file tree 8 files changed +16
-38
lines changed Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api :5.11.4 '
4- testImplementation ' org.junit.jupiter :junit-jupiter-params:5.11.4 '
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
4+ testRuntimeOnly( " org.junit.platform :junit-platform-launcher " )
55 testImplementation ' org.mockito:mockito-core:5.15.2'
66 testImplementation project(' :components:serialization:json' )
77
8- // Use JUnit Jupiter Engine for testing.
9- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
10-
118 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
129 implementation ' io.github.std-uritemplate:std-uritemplate:2.0.0'
1310 implementation ' io.opentelemetry:opentelemetry-api:1.47.0'
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api :5.11.4 '
4- testImplementation ' org.junit.jupiter :junit-jupiter-params:5.11.4 '
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
4+ testRuntimeOnly( " org.junit.platform :junit-platform-launcher " )
55 testImplementation ' org.mockito:mockito-core:5.15.2'
66
7-
8- // Use JUnit Jupiter Engine for testing.
9- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
10-
117 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
128 implementation ' io.opentelemetry:opentelemetry-api:1.47.0'
139 implementation ' io.opentelemetry:opentelemetry-context:1.47.0'
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api :5.11.4 '
4- testImplementation ' org.junit.jupiter :junit-jupiter-params:5.11.4 '
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
4+ testRuntimeOnly( " org.junit.platform :junit-platform-launcher " )
55
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
86 testImplementation ' org.mockito:mockito-core:5.15.2'
97
108 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api :5.11.4 '
4- testImplementation ' org.junit.jupiter :junit-jupiter-params:5.11.4 '
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
4+ testRuntimeOnly( " org.junit.platform :junit-platform-launcher " )
55
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
86 testImplementation ' org.mockito:mockito-core:5.15.2'
97 testImplementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
108
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
4- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0'
4+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
85
96 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
107 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
4- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0'
4+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
85
96 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
107 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0'
4+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
45 testImplementation ' org.mockito:mockito-core:5.15.2'
56
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
8-
97 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
108 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
119
Original file line number Diff line number Diff line change 11dependencies {
22 // Use JUnit Jupiter API for testing.
3- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
4- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
6- // Use JUnit Jupiter Engine for testing.
7- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0'
4+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
85
96 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
107 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
You can’t perform that action at this time.
0 commit comments