Skip to content

Commit

Permalink
Bump maven.archetype.version from 3.3.0 to 3.3.1 in /java (#183)
Browse files Browse the repository at this point in the history
Bumps `maven.archetype.version` from 3.3.0 to 3.3.1.

Updates `org.apache.maven.archetype:archetype-packaging` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-archetype/releases)
- [Commits](apache/maven-archetype@maven-archetype-3.3.0...maven-archetype-3.3.1)

Updates `org.apache.maven.plugins:maven-archetype-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-archetype/releases)
- [Commits](apache/maven-archetype@maven-archetype-3.3.0...maven-archetype-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.archetype:archetype-packaging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-archetype-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent fcce375 commit 9aea469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<packaging>maven-archetype</packaging>

<properties>
<maven.archetype.version>3.3.0</maven.archetype.version>
<maven.archetype.version>3.3.1</maven.archetype.version>

<parent.path>${basedir}/..</parent.path>
</properties>
Expand Down

0 comments on commit 9aea469

Please sign in to comment.