We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccef47f commit 7dee0b7Copy full SHA for 7dee0b7
2 files changed
CHANGES.md
@@ -5,6 +5,7 @@ Version History
5
-----
6
- Updated org.testcontainers:jdbc to 1.19.3
7
- Updated various test-dependencies
8
+- Updated Maven build plugins
9
10
1.3.0
11
pom.xml
@@ -125,7 +125,7 @@
125
<plugin>
126
<groupId>org.apache.maven.plugins</groupId>
127
<artifactId>maven-source-plugin</artifactId>
128
- <version>3.2.1</version>
+ <version>3.3.0</version>
129
<executions>
130
<execution>
131
<id>attach-sources</id>
@@ -138,7 +138,7 @@
138
139
140
<artifactId>maven-javadoc-plugin</artifactId>
141
- <version>3.4.1</version>
+ <version>3.6.3</version>
142
143
144
<id>attach-javadocs</id>
0 commit comments