Skip to content

Commit

Permalink
chore(deps): bump really-executable-jar-maven-plugin from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases)
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits)

---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and manusa committed Dec 12, 2022
1 parent 639c550 commit 2a2ab6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-generator/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.5.0</version>
<version>2.0.0</version>
<configuration>
<flags>-Xmx1G</flags>
<programFile>java-gen</programFile>
Expand Down

0 comments on commit 2a2ab6a

Please sign in to comment.