File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ A release with known breaking changes is marked with:
13
13
// (adjust these in publish.clj as you see fit)
14
14
== Unreleased
15
15
16
+ == v1.2.25 - 2025-08-06 [[v1.2.25]]
17
+
16
18
* Override maven dep of `org.apache.commons/commons-lang3` to address CVE-2025-48924
17
19
(https://github.com/clj-commons/pomegranate/issues/134[#221])
18
20
(https://github.com/lread[@lread])
19
21
22
+ https://github.com/clj-commons/pomegranate/compare/v1.2.24\...v1.2.25[commit log]
23
+
20
24
== v1.2.24 - 2024-05-07 [[v1.2.24]]
21
25
22
26
* Fix: Default scope for managed dependencies should not be hard-coded to `compile`
Original file line number Diff line number Diff line change 26
26
27
27
:aliases {; ; we use babashka/neil for project attributes
28
28
; ; publish workflow references these values (and automatically bumps patch component of version)
29
- :neil {:project {:version " 1.2.24 "
29
+ :neil {:project {:version " 1.2.25 "
30
30
; ; artifact deploy name (and also, by chance, GitHub coordinates)
31
31
:name clj-commons/pomegranate}}
32
32
Original file line number Diff line number Diff line change 2
2
:toclevels: 5
3
3
:toc:
4
4
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
5
- :lib-version: 1.2.24
5
+ :lib-version: 1.2.25
6
6
7
7
== Audience
8
8
You 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