Skip to content

Commit bea9db3

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 ed32825 commit bea9db3

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,13 +48,13 @@ 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'
57-
testImplementation 'org.apache.maven:maven-compat:3.9.9'
57+
testImplementation 'org.apache.maven:maven-compat:3.9.16'
5858
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
5959
testImplementation 'org.mockito:mockito-core:5.15.2'
6060
}

0 commit comments

Comments
 (0)