Skip to content

Commit

Permalink
Bump maven-shade-plugin from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.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>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent d29c6aa commit 48966cd
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>
<mainClass>de.fraunhofer.iosb.ilt.frostserver.modeleditor.MainApp</mainClass>

<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<openjfx.version>19.0.2.1</openjfx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<root.basedir>${project.parent.parent.basedir}</root.basedir>
Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelExtractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>
<mainClass>de.fraunhofer.iosb.ilt.frostserver.modelextractor.MainApp</mainClass>

<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<openjfx.version>19.0.2.1</openjfx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<root.basedir>${project.parent.parent.basedir}</root.basedir>
Expand Down

0 comments on commit 48966cd

Please sign in to comment.