From 8b1b1dc5ee8870ba50f5b8ad924249982cc409c1 Mon Sep 17 00:00:00 2001 From: Melvin <130800730+melvin-cci@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:47:20 -0700 Subject: [PATCH] Fix CVE-2023-3635 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/circleci.analytics-clj.core.html | 2 +- docs/index.html | 2 +- project.clj | 5 +++-- src/circleci/analytics_clj/common.clj | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497046a..1f2b14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 0.8.2 (October 3, 2023) +================================ + +* [FIXED](https://github.com/circleci/analytics-clj/pull/21): Update com.segment.analytics.java/analytics to version 3.5.0 +* [FIXED](https://github.com/circleci/analytics-clj/pull/21): Force update okio-jvm to version 3.4.0 fix CVE-2023-3635 + Version 0.8.1 (September 1, 2022) ================================ diff --git a/README.md b/README.md index cbc24d9..7fb2d74 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For full documentation on the Segment.io 2.x Java client, see [analytics-java](h ## Installation -`[circleci/analytics-clj "0.8.1"]` +`[circleci/analytics-clj "0.8.2"]` ## Usage diff --git a/docs/circleci.analytics-clj.core.html b/docs/circleci.analytics-clj.core.html index 44e9fda..e11568e 100644 --- a/docs/circleci.analytics-clj.core.html +++ b/docs/circleci.analytics-clj.core.html @@ -17,4 +17,4 @@ extra information about the screen being viewed.
(shutdown analytics)
Stops this instance from processing further requests.
(track analytics user-id event)
(track analytics user-id event properties)
(track analytics user-id event properties options)
`track` lets you record the actions your users perform. Every action triggers what we call an “event”, which can -also have associated properties.