Skip to content

Commit 356139c

Browse files
committed
dep update
1 parent 6158753 commit 356139c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<central-publishing-plugin.version>0.8.0</central-publishing-plugin.version>
7070
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
7171
<pmd-plugin.version>3.27.0</pmd-plugin.version>
72-
<spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version>
72+
<spotbugs-plugin.version>4.9.4.0</spotbugs-plugin.version>
7373
<gpg-plugin.version>3.2.8</gpg-plugin.version>
7474
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
7575
<changes-plugin.version>2.12.1</changes-plugin.version>

src/changes/changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</properties>
88

99
<body>
10-
<release version="4.16.0" date="August 17, 2025" description="StringUtils, Brotli, Bugfixes">
10+
<release version="4.16.0" date="August 17, 2025" description="StringUtils, Brotli, spread for object literals, Bugfixes">
1111
<action type="fix" dev="RhinoTeam">
12-
core-js: make Object.assign copy over Symbol properties
12+
core-js: make Object.assign copy over Symbol properties
1313
</action>
1414
<action type="fix" dev="RhinoTeam">
15-
core-js: some methods should not have a prototype property
15+
core-js: some methods should not have a prototype property
1616
</action>
1717
<action type="add" dev="RhinoTeam">
1818
core-js: ES2025 Promise.try implemented

0 commit comments

Comments
 (0)