File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ A release with known breaking changes is marked with:
1313// (adjust these in publish.clj as you see fit)
1414== Unreleased
1515
16+ == v1.3.26 - 2026-04-08 [[v1.3.26]]
17+
1618* Support reporting of problem details as per RFC 9457.
1719This means we now use HttpTransport instead of HttpWagon by default,
1820and includes upgrading the dependency on `org.apache.maven.resolver/maven-resolver-transport-file` and related libraries
@@ -29,6 +31,8 @@ and includes upgrading the dependency on `org.apache.maven.resolver/maven-resolv
2931(https://github.com/clj-commons/pomegranate/pull/229[#229])
3032(https://github.com/frenchy64[@frenchy64])
3133
34+ https://github.com/clj-commons/pomegranate/compare/v1.2.25\...v1.3.26[commit log]
35+
3236== v1.2.25 - 2025-08-06 [[v1.2.25]]
3337
3438* Override maven dep of `org.apache.commons/commons-lang3` to address CVE-2025-48924
Original file line number Diff line number Diff line change 3939
4040 :aliases { ; ; we use babashka/neil for project attributes
4141 ; ; publish workflow references these values (and automatically bumps patch component of version)
42- :neil {:project {:version " 1.3.25 "
42+ :neil {:project {:version " 1.3.26 "
4343 ; ; artifact deploy name (and also, by chance, GitHub coordinates)
4444 :name clj-commons/pomegranate}}
4545
Original file line number Diff line number Diff line change 22:toclevels: 5
33:toc:
44// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
5- :lib-version: 1.2.25
5+ :lib-version: 1.3.26
66
77== Audience
88You want to learn more about how to use the Pomegranate library from your app or library.
You can’t perform that action at this time.
0 commit comments