Skip to content

Commit

Permalink
Merge pull request #290 from eclipse/dependabot/maven/org.apache.mave…
Browse files Browse the repository at this point in the history
…n.plugins-maven-shade-plugin-3.5.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
  • Loading branch information
joakime authored Sep 25, 2023
2 parents 7837387 + 0efd29b commit a089cd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jetty-build-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Build Support for Jetty (Contains Enforcer Rules, PMD Rulesets, etc ...)</description>
<properties>
<enforcer.version>3.4.1</enforcer.version>
<shade.version>3.5.0</shade.version>
<shade.version>3.5.1</shade.version>
<maven.version>2.2.1</maven.version>
<junit.engine.version>5.10.0</junit.engine.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion jetty-jakarta-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion jetty-jakarta-websocket-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion jetty-javax-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion jetty-javax-websocket-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit a089cd2

Please sign in to comment.