Skip to content

Commit 811b422

Browse files
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>
1 parent 0cd2474 commit 811b422

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apt-test-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.skife.maven</groupId>
120120
<artifactId>really-executable-jar-maven-plugin</artifactId>
121-
<version>2.0.0</version>
121+
<version>2.1.0</version>
122122
<configuration>
123123
<programFile>github</programFile>
124124
</configuration>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.skife.maven</groupId>
159159
<artifactId>really-executable-jar-maven-plugin</artifactId>
160-
<version>2.0.0</version>
160+
<version>2.1.0</version>
161161
<configuration>
162162
<programFile>benchmark</programFile>
163163
</configuration>

example-github-with-coroutine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.skife.maven</groupId>
8181
<artifactId>really-executable-jar-maven-plugin</artifactId>
82-
<version>2.0.0</version>
82+
<version>2.1.0</version>
8383
<configuration>
8484
<programFile>github</programFile>
8585
</configuration>

example-github/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.skife.maven</groupId>
7777
<artifactId>really-executable-jar-maven-plugin</artifactId>
78-
<version>2.0.0</version>
78+
<version>2.1.0</version>
7979
<configuration>
8080
<programFile>github</programFile>
8181
</configuration>

example-wikipedia-with-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.skife.maven</groupId>
9292
<artifactId>really-executable-jar-maven-plugin</artifactId>
93-
<version>2.0.0</version>
93+
<version>2.1.0</version>
9494
<configuration>
9595
<programFile>wikipedia</programFile>
9696
</configuration>

example-wikipedia/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.skife.maven</groupId>
7878
<artifactId>really-executable-jar-maven-plugin</artifactId>
79-
<version>2.0.0</version>
79+
<version>2.1.0</version>
8080
<configuration>
8181
<programFile>wikipedia</programFile>
8282
</configuration>

0 commit comments

Comments
 (0)