Skip to content

Commit f0b2cd8

Browse files
dependabot[bot]lmsurpre
andauthoredAug 29, 2022
Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 in /fhir-parent (#3921)
* Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 in /fhir-parent Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump it in fhir-examples too Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lee Surprenant <lmsurpre@merative.com>
1 parent c9329aa commit f0b2cd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎fhir-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-javadoc-plugin</artifactId>
130-
<version>3.4.0</version>
130+
<version>3.4.1</version>
131131
</plugin>
132132
<plugin>
133133
<groupId>org.sonatype.plugins</groupId>

‎fhir-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -936,9 +936,9 @@
936936
<plugin>
937937
<groupId>org.apache.maven.plugins</groupId>
938938
<artifactId>maven-javadoc-plugin</artifactId>
939-
<!-- 3.4.0 is the highest version we support as 3.1.0
939+
<!-- 3.4.1 is the highest version we support as 3.1.0
940940
changes the ability to aggregate multi-module projects. It's not possible -->
941-
<version>3.4.0</version>
941+
<version>3.4.1</version>
942942
<configuration>
943943
<!-- speed up the build -->
944944
<isOffline>true</isOffline>

0 commit comments

Comments
 (0)
Please sign in to comment.