Browse Source

build(deps): bump really-executable-jar-maven-plugin from 2.0.0 to 2.1.0 (#1969)

Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin) from 2.0.0 to 2.1.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1970/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
811b42272a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apt-test-generator/pom.xml
  2. 2
      benchmark/pom.xml
  3. 2
      example-github-with-coroutine/pom.xml
  4. 2
      example-github/pom.xml
  5. 2
      example-wikipedia-with-springboot/pom.xml
  6. 2
      example-wikipedia/pom.xml

2
apt-test-generator/pom.xml

@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>github</programFile>
</configuration>

2
benchmark/pom.xml

@ -157,7 +157,7 @@ @@ -157,7 +157,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>benchmark</programFile>
</configuration>

2
example-github-with-coroutine/pom.xml

@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>github</programFile>
</configuration>

2
example-github/pom.xml

@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>github</programFile>
</configuration>

2
example-wikipedia-with-springboot/pom.xml

@ -90,7 +90,7 @@ @@ -90,7 +90,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>wikipedia</programFile>
</configuration>

2
example-wikipedia/pom.xml

@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<configuration>
<programFile>wikipedia</programFile>
</configuration>

Loading…
Cancel
Save