Skip to content

Commit c81f390

Browse files
authored
Merge pull request #136 from yetanalytics/update-bouncycastle
Update Bouncy Castle to 1.78
2 parents b20328b + 83915c7 commit c81f390

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [0.4.4] - 2024-04-11
4+
- Update Bouncy Castle to 1.78 to address various CVEs.
5+
36
## [0.4.3] - 2024-03-12
47
- Update Clojure dependency to 1.11.2 to address CVE-2024-22871.
58

Makefile

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

33
GROUP_ID ?= com.yetanalytics
44
ARTIFACT_ID ?= datasim
5-
VERSION ?= 0.4.3
5+
VERSION ?= 0.4.4
66

77
clean:
88
rm -rf target

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DATASIM is funded by the Advanced Distributed Learning Initiative at US DoD.
1515
To use the core DATASIM library in your project, use the following dependency in your `deps.edn` file:
1616

1717
```clojure
18-
com.yetanalytics/datasim {:mvn/version "0.4.3"}
18+
com.yetanalytics/datasim {:mvn/version "0.4.4"}
1919
```
2020

2121
If you wish to install DATASIM as an application with features such as CLI or the webserver, perform the following steps:

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
buddy/buddy-sign]}
4646
buddy/buddy-sign {:mvn/version "3.5.346"
4747
:exclusions [org.bouncycastle/bcprov-jdk18on]}
48-
org.bouncycastle/bcprov-jdk18on {:mvn/version "1.75"}}}
48+
org.bouncycastle/bcprov-jdk18on {:mvn/version "1.78"}}}
4949
:run-server {:main-opts ["-m" "com.yetanalytics.datasim.server"]}
5050
:onyx {:extra-paths ["onyx-resources" "src/onyx"]
5151
:extra-deps {com.amazonaws/aws-java-sdk-s3 {:mvn/version "1.11.899"}

0 commit comments

Comments
 (0)