Skip to content

Commit 801f978

Browse files
committed
dep: update libxml2 to v2.12.6
1 parent 673756f commit 801f978

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## v1.16.3 / 2024-03-15
8+
9+
### Dependencies
10+
11+
* [CRuby] Vendored libxml2 is updated to [v2.12.6](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.6) from v2.12.5. (@flavorjones)
12+
13+
714
## v1.16.2 / 2024-02-04
815

916
### Security

dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
libxml2:
3-
version: "2.12.5"
4-
sha256: "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21"
5-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.sha256sum
3+
version: "2.12.6"
4+
sha256: "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb"
5+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.6.sha256sum
66

77
libxslt:
88
version: "1.1.39"

0 commit comments

Comments
 (0)