From 11e89e662a7f5216cfc735ae73b7d2a7b67f0fc5 Mon Sep 17 00:00:00 2001 From: Michael Laszloffy <michael.laszloffy@oicr.on.ca> Date: Fri, 25 Oct 2024 12:09:39 -0400 Subject: [PATCH] Update RunScanner version --- plugin-runscanner/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-runscanner/pom.xml b/plugin-runscanner/pom.xml index 91c272c54..4b21f55f9 100644 --- a/plugin-runscanner/pom.xml +++ b/plugin-runscanner/pom.xml @@ -21,7 +21,7 @@ <dependency> <groupId>ca.on.oicr.gsi.runscanner</groupId> <artifactId>runscanner-dto</artifactId> - <version>1.16.3</version> + <version>2.0.0</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId>