Skip to content

Commit cdd7bfb

Browse files
Merge pull request #1858 from microsoftgraph/dependabot/gradle/junit-dependencies-b41db62f9c
chore(deps): bump the junit-dependencies group across 2 directories with 3 updates
2 parents 0b491c5 + 9601140 commit cdd7bfb

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ publishing {
103103
publications {
104104
maven(MavenPublication) {
105105
customizePom(pom)
106-
groupId project.property('mavenGroupId')
107-
artifactId project.property('mavenArtifactId')
108-
version getVersionName()
106+
groupId = project.property('mavenGroupId')
107+
artifactId = project.property('mavenArtifactId')
108+
version = getVersionName()
109109
from components.java
110110
pom.withXml {
111111
def pomFile = file("${project.buildDir}/generated-pom.xml")

gradle/dependencies.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
dependencies {
22
// Use JUnit test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
5-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
65
testImplementation 'org.mockito:mockito-core:5.15.2'
76
testImplementation 'io.opentelemetry:opentelemetry-api:1.47.0'
87
testImplementation 'io.opentelemetry:opentelemetry-context:1.47.0'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)