Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.maven.plugin-tools:maven-plugi…
Browse files Browse the repository at this point in the history
…n-annotations to v3.15.1 (#951)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Oct 25, 2024
1 parent 84fd4bf commit 214608f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -1646,12 +1646,12 @@
{
"groupId": "org.apache.maven.plugin-tools",
"artifactId": "maven-plugin-annotations",
"version": "3.15.0",
"version": "3.15.1",
"checksumAlgorithm": "SHA-256",
"checksum": "8aa6b0054bf9240fb89d5def9353b5e274eacf0151fd8d2571b9e803f401660a",
"checksum": "b58bcb3a1f362f6e1efa2772064026bb3d4ad92e6f43a1812d8d2886489912f5",
"scope": "provided",
"selectedVersion": "3.15.0",
"id": "org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.0",
"selectedVersion": "3.15.1",
"id": "org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1",
"children": []
},
{
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.0</version>
<version>3.15.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 214608f

Please sign in to comment.