Skip to content

Commit 956b648

Browse files
Bump the java group with 2 updates
Bumps the java group with 2 updates: [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin). Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a741aca commit 956b648

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

aem/aem-plugin-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
3636
<plugin>
3737
<artifactId>maven-resources-plugin</artifactId>
38-
<version>3.3.1</version>
38+
<version>3.4.0</version>
3939
</plugin>
4040
<plugin>
4141
<artifactId>maven-compiler-plugin</artifactId>

connector/connector-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
5454
<plugin>
5555
<artifactId>maven-resources-plugin</artifactId>
56-
<version>3.3.1</version>
56+
<version>3.4.0</version>
5757
</plugin>
5858
<plugin>
5959
<artifactId>maven-compiler-plugin</artifactId>

db/db-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
4242
<plugin>
4343
<artifactId>maven-resources-plugin</artifactId>
44-
<version>3.3.1</version>
44+
<version>3.4.0</version>
4545
</plugin>
4646
<plugin>
4747
<artifactId>maven-compiler-plugin</artifactId>

db/db-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
3636
<plugin>
3737
<artifactId>maven-resources-plugin</artifactId>
38-
<version>3.3.1</version>
38+
<version>3.4.0</version>
3939
</plugin>
4040
<plugin>
4141
<artifactId>maven-compiler-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</plugin>
105105
<plugin>
106106
<artifactId>maven-source-plugin</artifactId>
107-
<version>3.3.1</version>
107+
<version>3.4.0</version>
108108
<executions>
109109
<execution>
110110
<id>attach-sources</id>

web-crawler/wc-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
4646
<plugin>
4747
<artifactId>maven-resources-plugin</artifactId>
48-
<version>3.3.1</version>
48+
<version>3.4.0</version>
4949
</plugin>
5050
<plugin>
5151
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)