-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leave changelog note regarding recent clojure CVE (#88)
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{:version {:major 1 | ||
:minor 1 | ||
:patch 2} | ||
:version-type :semver3 | ||
:changes {:added [] | ||
:changed ["Bumped `org.clojure/clojure` to `1.11.2`. Note: Addressing `CVE-2024-22871` / `GHSA-vr64-r9qj-h27f` requires consumers to upgrade to this version."] | ||
:deprecated [] | ||
:removed [] | ||
:fixed [] | ||
:security []} | ||
:timestamp "2024-03-10T23:32:59.157158300Z"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>com.wallbrew</groupId> | ||
<artifactId>keg</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.1.1</version> | ||
<version>1.1.2</version> | ||
<name>keg</name> | ||
<description>A Clojure library built to tap functions to pour runtime data</description> | ||
<url>https://github.com/Wall-Brew-Co/keg</url> | ||
|
@@ -20,7 +20,7 @@ | |
<url>https://github.com/Wall-Brew-Co/keg</url> | ||
<connection>scm:git:git://github.com/Wall-Brew-Co/keg.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/Wall-Brew-Co/keg.git</developerConnection> | ||
<tag>0e0ab798a0d25fbe55fa4e73c9574179afa11354</tag> | ||
<tag>fb94bf3fd817055f8f03e001a8f53a0656b2318e</tag> | ||
</scm> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters