Skip to content

Commit 00bef0d

Browse files
committed
Update maven dependencies
1 parent 24e309a commit 00bef0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<name>keepassxc-cryptomator</name>
1111
<description>Store Cryptomator vault passwords in KeePassXC</description>
1212
<url>https://github.com/purejava/keepassxc-cryptomator/</url>
13+
1314
<scm>
1415
<connection>scm:git:[email protected]:purejava/keepassxc-cryptomator.git</connection>
1516
<developerConnection>scm:git:[email protected]:purejava/keepassxc-cryptomator.git</developerConnection>
@@ -74,38 +75,37 @@
7475
<dependency>
7576
<groupId>org.junit.jupiter</groupId>
7677
<artifactId>junit-jupiter-api</artifactId>
77-
<version>5.7.0</version>
78+
<version>${junit.version}</version>
7879
<scope>test</scope>
7980
</dependency>
8081
<dependency>
8182
<groupId>org.junit.jupiter</groupId>
8283
<artifactId>junit-jupiter-engine</artifactId>
83-
<version>5.7.0</version>
84+
<version>${junit.version}</version>
8485
<scope>test</scope>
8586
</dependency>
8687
<dependency>
8788
<groupId>org.junit.jupiter</groupId>
8889
<artifactId>junit-jupiter</artifactId>
89-
<version>5.7.0</version>
90+
<version>${junit.version}</version>
9091
<scope>test</scope>
9192
</dependency>
9293
</dependencies>
9394

9495
<build>
95-
9696
<plugins>
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-compiler-plugin</artifactId>
100-
<version>3.8.0</version>
100+
<version>3.8.1</version>
101101
<configuration>
102102
<release>14</release>
103103
</configuration>
104104
</plugin>
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-surefire-plugin</artifactId>
108-
<version>2.22.2</version>
108+
<version>3.0.0-M5</version>
109109
</plugin>
110110
<plugin>
111111
<artifactId>maven-source-plugin</artifactId>
@@ -178,7 +178,6 @@
178178
</plugins>
179179
</build>
180180

181-
182181
<profiles>
183182
<profile>
184183
<id>sign</id>
@@ -243,5 +242,6 @@
243242
</repository>
244243
</distributionManagement>
245244
</profile>
245+
246246
</profiles>
247247
</project>

0 commit comments

Comments
 (0)