Skip to content

Commit

Permalink
Bump maven-shade-plugin from 3.3.0 to 3.4.0 (#1148)
Browse files Browse the repository at this point in the history
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
  • Loading branch information
dependabot[bot] committed Sep 15, 2022
1 parent 28cea4e commit 6e33eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/ModelEditor/pom.xml
Expand Up @@ -20,7 +20,7 @@
<mainClass>de.fraunhofer.iosb.ilt.frostserver.modeleditor.MainApp</mainClass>
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>

<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
<maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
<openjfx.version>19</openjfx.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelExtractor/pom.xml
Expand Up @@ -20,7 +20,7 @@
<mainClass>de.fraunhofer.iosb.ilt.frostserver.modelextractor.MainApp</mainClass>
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>

<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
<maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
<openjfx.version>19</openjfx.version>
<jooq.version>3.16.10</jooq.version>
</properties>
Expand Down

0 comments on commit 6e33eaf

Please sign in to comment.