Skip to content

Commit 6223e26

Browse files
Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#1327)
Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@v3.4.0...maven-resources-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:development 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 60d2c1c commit 6223e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report/report-ng/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Build with
6060
<plugin>
6161
<!-- Step 3: copy the compiled content into the resources dir -->
6262
<artifactId>maven-resources-plugin</artifactId>
63-
<version>3.4.0</version>
63+
<version>3.5.0</version>
6464
<executions>
6565
<execution>
6666
<id>copy-content-to-artifact</id>
@@ -321,7 +321,7 @@ Build with
321321
<plugin>
322322
<!-- Step 1: copy a dummy index.html into the dist directory -->
323323
<artifactId>maven-resources-plugin</artifactId>
324-
<version>3.4.0</version>
324+
<version>3.5.0</version>
325325
<executions>
326326
<execution>
327327
<id>copy-dummy-index</id>

0 commit comments

Comments
 (0)