Skip to content

Commit 7dee0b7

Browse files
committed
Update Maven plugins
1 parent ccef47f commit 7dee0b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Version History
55
-----
66
- Updated org.testcontainers:jdbc to 1.19.3
77
- Updated various test-dependencies
8+
- Updated Maven build plugins
89

910
1.3.0
1011
-----

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-source-plugin</artifactId>
128-
<version>3.2.1</version>
128+
<version>3.3.0</version>
129129
<executions>
130130
<execution>
131131
<id>attach-sources</id>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-javadoc-plugin</artifactId>
141-
<version>3.4.1</version>
141+
<version>3.6.3</version>
142142
<executions>
143143
<execution>
144144
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)