Skip to content

Commit

Permalink
Merge branch 'master' into fix/#2909/unphi-with-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Mar 1, 2024
2 parents 56922c5 + e8ae097 commit e0b8f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ SOFTWARE.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>3.0.20</version>
<version>3.0.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ SOFTWARE.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>3.0.20</version>
<version>3.0.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ SOFTWARE.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>3.0.20</version>
<version>3.0.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit e0b8f08

Please sign in to comment.