Skip to content

Commit 0293427

Browse files
build(deps): bump org.apache.maven:maven-core from 3.9.9 to 3.9.16
Bumps org.apache.maven:maven-core from 3.9.9 to 3.9.16. --- updated-dependencies: - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b78811 commit 0293427

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python-embed-maven-plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ repositories {
4848

4949
dependencies {
5050
implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
51-
implementation 'org.apache.maven:maven-plugin-api:3.9.9'
52-
implementation 'org.apache.maven:maven-core:3.9.9'
51+
implementation 'org.apache.maven:maven-plugin-api:3.9.16'
52+
implementation 'org.apache.maven:maven-core:3.9.16'
5353
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1'
5454

5555
testImplementation platform('org.junit:junit-bom:5.11.4')
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
58-
testImplementation 'org.apache.maven:maven-compat:3.9.9'
58+
testImplementation 'org.apache.maven:maven-compat:3.9.16'
5959
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
6060
testImplementation 'org.mockito:mockito-core:5.15.2'
6161
}

0 commit comments

Comments
 (0)