Skip to content

Commit be644c6

Browse files
committed
Merge branch 'fix/1130-improve-behaviour-on-ambigous-xpath-match' of https://github.com/leonrohne27/IDEasy into fix/1130-improve-behaviour-on-ambigous-xpath-match
2 parents e8a9fc0 + 2c30607 commit be644c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-antrun-plugin</artifactId>
261-
<version>1.8</version>
261+
<version>3.1.0</version>
262262
<executions>
263263
<execution>
264264
<phase>prepare-package</phase>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.junit.jupiter</groupId>
6666
<artifactId>junit-jupiter</artifactId>
67-
<version>5.12.0</version>
67+
<version>5.12.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.assertj</groupId>
@@ -105,7 +105,7 @@
105105
<!-- required for advanced mocking -->
106106
<groupId>net.bytebuddy</groupId>
107107
<artifactId>byte-buddy</artifactId>
108-
<version>1.17.1</version>
108+
<version>1.17.2</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)