Skip to content

Commit 486c3cc

Browse files
committed
publish: apply version 1.2.25
1 parent c422471 commit 486c3cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ A release with known breaking changes is marked with:
1313
// (adjust these in publish.clj as you see fit)
1414
== Unreleased
1515

16+
== v1.2.25 - 2025-08-06 [[v1.2.25]]
17+
1618
* Override maven dep of `org.apache.commons/commons-lang3` to address CVE-2025-48924
1719
(https://github.com/clj-commons/pomegranate/issues/134[#221])
1820
(https://github.com/lread[@lread])
1921

22+
https://github.com/clj-commons/pomegranate/compare/v1.2.24\...v1.2.25[commit log]
23+
2024
== v1.2.24 - 2024-05-07 [[v1.2.24]]
2125

2226
* Fix: Default scope for managed dependencies should not be hard-coded to `compile`

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
:aliases {;; we use babashka/neil for project attributes
2828
;; 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"
3030
;; artifact deploy name (and also, by chance, GitHub coordinates)
3131
:name clj-commons/pomegranate}}
3232

doc/01-user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toclevels: 5
33
:toc:
44
// 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
66

77
== Audience
88
You want to learn more about how to use the Pomegranate library from your app or library.

0 commit comments

Comments
 (0)