Skip to content

Commit

Permalink
Bump the maven group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates: [de.tu-dresden.inf.lat:lat-parent](https://github.com/julianmendez/lat-parent), [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) and [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release).


Updates `de.tu-dresden.inf.lat:lat-parent` from 0.1.5 to 0.1.7
- [Changelog](https://github.com/julianmendez/lat-parent/blob/master/docs/RELEASE-NOTES.md)
- [Commits](https://github.com/julianmendez/lat-parent/commits)

Updates `org.codehaus.mojo:license-maven-plugin` from 1.9 to 2.5.0
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](mojohaus/license-maven-plugin@license-maven-plugin-1.9...2.5.0)

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

---
updated-dependencies:
- dependency-name: de.tu-dresden.inf.lat:lat-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 38f1dd1 commit 323110b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat</groupId>
<artifactId>lat-parent</artifactId>
<version>0.1.5</version>
<version>0.1.7</version>
<relativePath></relativePath>
</parent>

Expand All @@ -65,7 +65,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.9</version>
<version>2.5.0</version>
<configuration>
<verbose>false</verbose>
<addSvnKeyWords>false</addSvnKeyWords>
Expand All @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.1.1</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 323110b

Please sign in to comment.