Skip to content

Commit df8a18c

Browse files
committed
upgrades
1 parent 019100f commit df8a18c

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

  • wdl-parsing/WDLParsingFunction

wdl-parsing/WDLParsingFunction/pom.xml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
<url>https://repo.maven.apache.org/maven2</url>
2727
<layout>default</layout>
2828
</repository>
29+
<!-- broad -->
2930
<repository>
3031
<id>artifactory.broadinstitute.org</id>
3132
<name>artifactory.broadinstitute.org</name>
32-
<url>https://broadinstitute.jfrog.io/artifactory/libs-release/</url>
33+
<url>https://us-central1-maven.pkg.dev/dsp-artifact-registry/libs-release/</url>
3334
<releases>
3435
<enabled>true</enabled>
3536
</releases>
@@ -44,7 +45,7 @@
4445
<repository>
4546
<id>artifacts.oicr.on.ca</id>
4647
<name>artifacts.oicr.on.ca</name>
47-
<url>https://artifacts.oicr.on.ca/artifactory/collab-release</url>
48+
<url>https://artifacts.oicr.on.ca/artifactory/collab-release</url>
4849
</repository>
4950
</repositories>
5051
<dependencies>
@@ -62,12 +63,14 @@
6263
<dependency>
6364
<groupId>org.scala-lang</groupId>
6465
<artifactId>scala-library</artifactId>
65-
<version>2.12.12</version>
66+
<version>2.13.9</version>
6667
</dependency>
68+
<!-- Source: https://mvnrepository.com/artifact/org.broadinstitute/womtool -->
6769
<dependency>
6870
<groupId>org.broadinstitute</groupId>
69-
<artifactId>womtool_2.12</artifactId>
70-
<version>65</version>
71+
<artifactId>womtool_2.13</artifactId>
72+
<version>85</version>
73+
<scope>compile</scope>
7174
</dependency>
7275
<dependency>
7376
<groupId>org.junit.jupiter</groupId>
@@ -258,9 +261,9 @@
258261
</executions>
259262
</plugin>
260263
<plugin>
261-
<groupId>com.coveo</groupId>
264+
<groupId>com.spotify.fmt</groupId>
262265
<artifactId>fmt-maven-plugin</artifactId>
263-
<version>2.10</version>
266+
<version>2.29</version>
264267
<executions>
265268
<execution>
266269
<goals>
@@ -272,7 +275,10 @@
272275
<plugin>
273276
<groupId>net.alchim31.maven</groupId>
274277
<artifactId>scala-maven-plugin</artifactId>
275-
<version>4.5.3</version>
278+
<version>4.8.1</version>
279+
<configuration>
280+
<scalaVersion>2.13.12</scalaVersion>
281+
</configuration>
276282
<executions>
277283
<execution>
278284
<id>scala-compile</id>
@@ -309,10 +315,10 @@
309315
<plugin>
310316
<groupId>org.apache.maven.plugins</groupId>
311317
<artifactId>maven-compiler-plugin</artifactId>
312-
<version>3.8.1</version>
318+
<version>3.15.0</version>
313319
<configuration>
314-
<source>11</source>
315-
<target>11</target>
320+
<source>21</source>
321+
<target>21</target>
316322
</configuration>
317323
<executions>
318324
<execution>

0 commit comments

Comments
 (0)