diff --git a/framework-core/src/test/resources/org/identityconnectors/common/StringUtilTests_template.js b/framework-core/src/test/resources/org/identityconnectors/common/StringUtilTests_template.js index f7247285..b0329f91 100644 --- a/framework-core/src/test/resources/org/identityconnectors/common/StringUtilTests_template.js +++ b/framework-core/src/test/resources/org/identityconnectors/common/StringUtilTests_template.js @@ -54,7 +54,7 @@ function doRefresh(fromButton) { } // reset the timer.. if (!paused) { - setTimeout("doRefresh(false)", ${refresh.time}); + setTimeout("doRefresh(false)", parseInt("${refresh.time}", 10)); } } } diff --git a/framework-parent/pom.xml b/framework-parent/pom.xml index f4092534..7fcd6c7b 100644 --- a/framework-parent/pom.xml +++ b/framework-parent/pom.xml @@ -33,7 +33,7 @@ - 1.9.8 + 1.9.13 1.5.32 3.25.8 @@ -92,7 +92,7 @@ org.wrensecurity.commons commons-bom - 23.0.0-M2 + 23.0.0 import pom