Skip to content

Commit d942305

Browse files
committed
Switch from com.io7m.xom:xom:1.2.10 to xom:xom:1.3.7.
com.io7m.xom:xom hadn't been updated since Oct 2013, whereas xom:xom was last updated in Mar, 2021. All tests still pass. We hadn't tried this earlier because https://mvnrepository.com/artifact/xom/xom had a prominent note that said 'This artifact was moved to: com.io7m.xom » xom' but based on https://xom.nu/history.html, it became obvious that they were still doing active development. We will monitor this however as the WAF tests (which is the only ESAPI component that uses xom) are not very thorough so something could slip through.
1 parent c1a5d35 commit d942305

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
@@ -169,9 +169,9 @@
169169
</exclusions>
170170
</dependency>
171171
<dependency>
172-
<groupId>com.io7m.xom</groupId>
172+
<groupId>xom</groupId>
173173
<artifactId>xom</artifactId>
174-
<version>1.2.10</version>
174+
<version>1.3.7</version>
175175
<exclusions>
176176
<!-- excluded because we directly import newer versions. -->
177177
<exclusion>

0 commit comments

Comments
 (0)