Skip to content

Commit 5551bd7

Browse files
committed
Update Maven and several plugins.
1 parent 8c809c7 commit 5551bd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<url>https://phenopackets.org/phenopacket-tools</url>
1616

1717
<prerequisites>
18-
<maven>3.6.0</maven>
18+
<maven>3.6.3</maven>
1919
</prerequisites>
2020

2121
<modules>
@@ -92,7 +92,7 @@
9292
<java.version>17</java.version>
9393
<protobuf.version>3.21.7</protobuf.version>
9494
<phenopacket-schema.version>2.0.2</phenopacket-schema.version>
95-
<phenol.version>2.0.2</phenol.version>
95+
<phenol.version>2.1.1</phenol.version>
9696
<jackson.version>2.14.2</jackson.version>
9797
<json-schema-validator.version>1.0.79</json-schema-validator.version>
9898
<snakeyaml.version>2.0</snakeyaml.version>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-surefire-plugin</artifactId>
119-
<version>3.0.0-M5</version>
119+
<version>3.5.0</version>
120120
<configuration>
121121
<useModulePath>false</useModulePath>
122122
</configuration>

0 commit comments

Comments
 (0)