Skip to content

Commit

Permalink
Update parent pom.xml
Browse files Browse the repository at this point in the history
Update maven compiler version 3.8.1 -> 3.11.0
Update maven surefire version 3.0.0-M5 -> 3.0.0
Update spring-boot.version 3.1.1 -> 3.2.3
  • Loading branch information
julesjacobsen committed Feb 23, 2024
1 parent 9230d23 commit dd60ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<htsjdk.version>3.0.5</htsjdk.version>
<guava.version>31.1-jre</guava.version>
<protobuf.version>3.21.12</protobuf.version>
<spring-boot.version>3.1.1</spring-boot.version>
<spring-boot.version>3.2.3</spring-boot.version>
<!-- H2 version 1.4.200 was used for 2309 and below, 2.1.214 is part of Spring boot 3.1.1 the file formats and
API for the MVStore are different so consider very hard if this needs updating.-->
<h2.version>2.2.224</h2.version>
Expand Down Expand Up @@ -247,7 +247,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -257,7 +257,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0</version>
<!-- Don't enable parallel tests as these will fail in the autoconfigure module due to MVStore
only being able to be opened once by any given JVM -->
<!-- <configuration>-->
Expand Down

0 comments on commit dd60ad2

Please sign in to comment.