Skip to content

Commit eb96093

Browse files
committed
Upgrade dependencies
1 parent 12483d3 commit eb96093

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.junit</groupId>
4646
<artifactId>junit-bom</artifactId>
47-
<version>5.7.1</version>
47+
<version>5.7.2</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.postgresql</groupId>
111111
<artifactId>postgresql</artifactId>
112-
<version>42.2.13</version>
112+
<version>42.2.19</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.jacoco</groupId>
187187
<artifactId>jacoco-maven-plugin</artifactId>
188-
<version>0.8.6</version>
188+
<version>0.8.7</version>
189189
<executions>
190190
<execution>
191191
<goals>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>com.mycila</groupId>
236236
<artifactId>license-maven-plugin</artifactId>
237-
<version>4.0.rc1</version>
237+
<version>4.1</version>
238238
<configuration>
239239
<header>license-header.txt</header>
240240
<includes>
@@ -332,7 +332,7 @@
332332
</plugin>
333333
<plugin>
334334
<artifactId>maven-javadoc-plugin</artifactId>
335-
<version>3.0.1</version>
335+
<version>3.2.0</version>
336336
<executions>
337337
<execution>
338338
<id>attach-javadocs</id>
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>org.sonatype.plugins</groupId>
351351
<artifactId>nexus-staging-maven-plugin</artifactId>
352-
<version>1.6.7</version>
352+
<version>1.6.8</version>
353353
<extensions>true</extensions>
354354
<configuration>
355355
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)