Skip to content

Commit 7b3b4e3

Browse files
committed
small updates
1 parent 146a674 commit 7b3b4e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<commons-text.version>1.15.0</commons-text.version>
6868
<commons-fileupload.version>2.0.0-M1</commons-fileupload.version>
6969
<image-comparison.version>4.4.0</image-comparison.version>
70-
<imageio-batik.version>3.13.1</imageio-batik.version>
70+
<imageio-batik.version>3.14.0</imageio-batik.version>
7171
<jfreechart.version>1.5.6</jfreechart.version>
7272
<maven-model.version>3.9.16</maven-model.version>
7373
<maven-artifact.version>3.9.16</maven-artifact.version>

src/changes/changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<body>
1010
<release version="5.3.0" date="July xx, 2026" description="Chrome/Edge 150, Bugfixes">
1111
<action type="update" dev="Lai Quang Duong">
12-
Make XMLHttpRequest check blob url's origin properly instead of
12+
Make XMLHttpRequest check blob url's origin properly instead of
1313
throwing No permitted "Access-Control-Allow-Origin" header everytime
1414
</action>
1515
<action type="update" dev="Lai Quang Duong">
16-
Reworked URL.createObjectURL() / URL.revokeObjectURL() to back blob URLs with
16+
Reworked URL.createObjectURL() / URL.revokeObjectURL() to back blob URLs with
1717
a user-agent-wide blob URL store on WebClient, replacing the previous per-Document store.
18-
This matches W3C specification where a blob: URL minted in one document is
18+
This matches W3C specification where a blob: URL minted in one document is
1919
resolvable from any same-client browsing context.
2020
</action>
2121
<action type="fix" dev="Ronny Shapiro">

0 commit comments

Comments
 (0)