Skip to content

Commit

Permalink
build(deps): bump really-executable-jar-maven-plugin from 2.1.0 to 2.1.1
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 2.1.0 to 2.1.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent bc1a91b commit a1ee32a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apt-test-generator/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>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>github</programFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>benchmark</programFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion example-github-with-coroutine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>github</programFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion example-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>github</programFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion example-wikipedia-with-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>wikipedia</programFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion example-wikipedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<configuration>
<programFile>wikipedia</programFile>
</configuration>
Expand Down

0 comments on commit a1ee32a

Please sign in to comment.