Browse Source

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

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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1867/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
55f9b9021c
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

@ -116,7 +116,7 @@ @@ -116,7 +116,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>
<programFile>github</programFile>
</configuration>

2
benchmark/pom.xml

@ -155,7 +155,7 @@ @@ -155,7 +155,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.4.1</version>
<version>2.0.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>1.5.0</version>
<version>2.0.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>1.5.0</version>
<version>2.0.0</version>
<configuration>
<programFile>github</programFile>
</configuration>

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

@ -87,7 +87,7 @@ @@ -87,7 +87,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>
<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>1.5.0</version>
<version>2.0.0</version>
<configuration>
<programFile>wikipedia</programFile>
</configuration>

Loading…
Cancel
Save