Skip to content

Commit e9b28a4

Browse files
build(deps-dev): bump xmlunit-core from 2.8.3 to 2.8.4
Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe5dfe9 commit e9b28a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
<dependency>
129129
<groupId>org.xmlunit</groupId>
130130
<artifactId>xmlunit-core</artifactId>
131-
<version>2.8.3</version>
131+
<version>2.8.4</version>
132132
<scope>test</scope>
133133
</dependency>
134134

135135
<!-- missing artifacts for windows -->
136136
<dependency>
137137
<groupId>com.googlecode.efficient-java-matrix-library</groupId>
138138
<artifactId>ejml</artifactId>
139-
<version>0.23</version>
139+
<version>0.25</version>
140140
</dependency>
141141

142142
<dependency>

0 commit comments

Comments
 (0)