Skip to content

Commit d09690a

Browse files
build(deps): bump the minor group with 3 updates
Bumps the minor group with 3 updates: org.apache.maven.plugin-testing:maven-plugin-testing-harness, [org.mockito:mockito-core](https://github.com/mockito/mockito) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `org.apache.maven.plugin-testing:maven-plugin-testing-harness` from 3.3.0 to 3.5.1 Updates `org.mockito:mockito-core` from 5.15.2 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.23.0) Updates `gradle-wrapper` from 9.3.0 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.3.0...v9.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 256f075 commit d09690a

5 files changed

Lines changed: 88 additions & 99 deletions

File tree

2.23 KB
Binary file not shown.

python-embed-build-common/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-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

python-embed-build-common/gradlew

100644100755
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-embed-build-common/gradlew.bat

Lines changed: 82 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-embed-maven-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858
testImplementation 'org.apache.maven:maven-compat:3.9.9'
59-
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
60-
testImplementation 'org.mockito:mockito-core:5.15.2'
59+
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.5.1'
60+
testImplementation 'org.mockito:mockito-core:5.23.0'
6161
}
6262

6363
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)