Skip to content

Commit 90c1aed

Browse files
build(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed32825 commit 90c1aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-embed-maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
5151
implementation 'org.apache.maven:maven-plugin-api:3.9.9'
5252
implementation 'org.apache.maven:maven-core:3.9.9'
53-
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1'
53+
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2'
5454

5555
testImplementation platform('org.junit:junit-bom:5.11.4')
5656
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)