Skip to content

Commit 88e807a

Browse files
Bump maven-shade-plugin from 3.4.1 to 3.5.0 (#38)
* Bump maven-shade-plugin from 3.4.1 to 3.5.0 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] <[email protected]>
1 parent 79d78fe commit 88e807a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Bump `maven-failsafe-plugin` from 3.1.0 to 3.1.2 (#30)
2727
- Bump `graal-sdk` from 22.3.2 to 23.0.0 (#33)
2828
- Bump `native-maven-plugin` from 0.9.22 to 0.9.23 (#40)
29+
- Bump `maven-shade-plugin` from 3.4.1 to 3.5.0 (#38)
2930

3031
## [0.2.1] - 2023-06-03
3132
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-shade-plugin</artifactId>
140-
<version>3.4.1</version>
140+
<version>3.5.0</version>
141141
</plugin>
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>

saic-java-api-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-shade-plugin</artifactId>
69-
<version>3.4.1</version>
69+
<version>3.5.0</version>
7070
<configuration>
7171
<finalName>${project.build.finalName}-full</finalName>
7272
</configuration>

0 commit comments

Comments
 (0)