diff --git a/basic/pom-wildfly-client/pom.xml b/basic/pom-wildfly-client/pom.xml
index e024d8a..426c4a9 100644
--- a/basic/pom-wildfly-client/pom.xml
+++ b/basic/pom-wildfly-client/pom.xml
@@ -43,7 +43,7 @@
              and be sure that wf-core-launcher version works correctly with new arquillian-container -->
         <version.arquillian-container>5.1.0.Beta7</version.arquillian-container>
         <!-- the following version needs to be >= than version used in arquillian-container dependency -->
-        <version.wf.core>26.0.1.Final</version.wf.core>
+        <version.wf.core>27.0.0.Final</version.wf.core>
 
         <!-- "user" means auth using a password, "local" means local auth -->
         <authentication.type>user</authentication.type>