Skip to content

Commit fa00e01

Browse files
Bump maven-site-plugin from 3.10.0 to 3.12.1
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](apache/maven-site-plugin@maven-site-plugin-3.10.0...maven-site-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d87157 commit fa00e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.9.0</version>
179+
<version>3.10.1</version>
180180
<configuration>
181181
<source>1.8</source>
182182
<target>1.8</target>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-site-plugin</artifactId>
217-
<version>3.10.0</version>
217+
<version>3.12.1</version>
218218
<dependencies>
219219
<dependency>
220220
<!-- Allows markdown syntax for site generation. To use it place files below src/site/markdown/[filename].md -->

0 commit comments

Comments
 (0)