Skip to content

Commit 41bf5b3

Browse files
Bump the maven-plugins group across 1 directory with 4 updates
Bumps the maven-plugins group with 4 updates in the / directory: [org.apache.maven:maven-plugin-api](https://github.com/apache/maven), [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin), [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.apache.maven:maven-plugin-api` from 3.9.11 to 3.9.12 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.11...maven-3.9.12) 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) 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.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - 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: maven-plugins - 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: maven-plugins - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7120ff3 commit 41bf5b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<maven.compiler.source>17</maven.compiler.source>
6161
<maven.compiler.target>17</maven.compiler.target>
62-
<maven.version>3.9.11</maven.version>
62+
<maven.version>3.9.12</maven.version>
6363
<junit-jupiter.version>6.0.1</junit-jupiter.version>
6464
<inject-resources.version>1.0.0</inject-resources.version>
6565
<maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version>
@@ -212,7 +212,7 @@
212212
<!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_maven-plugin_packaging -->
213213
<plugin>
214214
<artifactId>maven-resources-plugin</artifactId>
215-
<version>3.3.1</version>
215+
<version>3.4.0</version>
216216
</plugin>
217217
<plugin>
218218
<artifactId>maven-compiler-plugin</artifactId>
@@ -295,7 +295,7 @@
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-source-plugin</artifactId>
298-
<version>3.3.1</version>
298+
<version>3.4.0</version>
299299
<executions>
300300
<execution>
301301
<id>attach-sources</id>
@@ -328,7 +328,7 @@
328328
<plugin>
329329
<groupId>org.sonatype.central</groupId>
330330
<artifactId>central-publishing-maven-plugin</artifactId>
331-
<version>0.9.0</version>
331+
<version>0.10.0</version>
332332
<extensions>true</extensions>
333333
<configuration>
334334
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)