Skip to content

Commit

Permalink
Update maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Oct 19, 2024
1 parent 2d1937a commit 33eabc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JRE_IMAGE=eclipse-temurin:11-jre
ARG SELENIUM_IMAGE=seleniarm/standalone-chromium:latest
ARG GRAALVM_IMAGE=ghcr.io/graalvm/native-image:latest
ARG BUSYBOX_IMAGE=busybox:latest
ARG VERSION=5.3.8
ARG VERSION=5.3.15
ARG BASE_WORKDIR=/usr/src

# ========== BASE ===========
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
dependencies are available to Fitnesse without need to have Maven to run tests.
-->
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
<executions>
<execution>
<id>copy-dependencies-to-wiki-fixtures</id>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<filesets>
<fileset>
Expand Down Expand Up @@ -472,7 +472,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>default-cli</id>
Expand Down Expand Up @@ -503,7 +503,7 @@
dependencies are available to Fitnesse without need to have Maven to run tests.
-->
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<configuration>
<includes>**/*</includes>
<excludes>META-INF,META-INF/**</excludes>
Expand Down Expand Up @@ -598,7 +598,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
Expand All @@ -612,7 +612,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.0</version>
<extensions>true</extensions>
<executions>
<execution>
Expand All @@ -636,7 +636,7 @@
nl.hsac.fitnesse.fixture.slim.web.annotation:
nl.hsac.fitnesse.fixture
</excludePackageNames>
<reportOutputDirectory>${project.basedir}/src/main/resources/META-INF/</reportOutputDirectory>
<outputDirectory>${project.basedir}/src/main/resources/META-INF/</outputDirectory>
<useStandardDocletOptions>false</useStandardDocletOptions>
</configuration>
</execution>
Expand Down Expand Up @@ -687,7 +687,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 33eabc9

Please sign in to comment.