File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33GROUP_ID ?= com.yetanalytics
44ARTIFACT_ID ?= datasim
5- VERSION ?= 0.4.3
5+ VERSION ?= 0.4.4
66
77clean :
88 rm -rf target
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DATASIM is funded by the Advanced Distributed Learning Initiative at US DoD.
1515To 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
2121If you wish to install DATASIM as an application with features such as CLI or the webserver, perform the following steps:
Original file line number Diff line number Diff line change 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" }
You can’t perform that action at this time.
0 commit comments