Upgrade snakeyaml to 1.26
[policy/parent.git] / integration / pom.xml
index 856e2f8..2cf7185 100644 (file)
             <dependency>
                 <groupId>org.yaml</groupId>
                 <artifactId>snakeyaml</artifactId>
-                <version>1.25</version>
+                <version>1.26</version>
             </dependency>
 
             <!-- Drools -->
             <dependency>
                 <groupId>com.h2database</groupId>
                 <artifactId>h2</artifactId>
-                <version>1.4.200</version>
+                <version>1.4.197</version>
                 <scope>test</scope>
             </dependency>
 
                 <version>3.2.4</version>
                 <scope>test</scope>
             </dependency>
+
+            <!-- Awaitility -->
+            <dependency>
+                <groupId>org.awaitility</groupId>
+                <artifactId>awaitility</artifactId>
+                <version>4.0.2</version>
+                <scope>test</scope>
+            </dependency>
+
         </dependencies>
 
     </dependencyManagement>