Skip to content

Commit 3873b46

Browse files
authoredMar 22, 2024
Merge pull request #34 from circleci/renovate/com.segment.analytics.java-analytics-3.x
Update dependency com.segment.analytics.java:analytics to v3.5.1
2 parents 4246056 + 9f464f4 commit 3873b46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Version NEXT
88
* [#32](https://github.com/circleci/analytics-clj/pull/32): Remove `lein ancient` plugin & its associated scheduled workflow now that we use Renovate
99
* [#31](https://github.com/circleci/analytics-clj/pull/31): Bump Clojure dependency to 1.11.2
1010
* [#27](https://github.com/circleci/analytics-clj/pull/27): Bump transitive dependency okio-java and move it to managed-dependencies
11+
* [#34](https://github.com/circleci/analytics-clj/pull/34): Bump `com.segment.analytics.java` dependency
1112

1213
Version 0.8.2 (October 3, 2023)
1314
================================

‎project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.11.2"]
7-
[com.segment.analytics.java/analytics "3.5.0"]]
7+
[com.segment.analytics.java/analytics "3.5.1"]]
88
:managed-dependencies [[com.squareup.okio/okio-jvm "3.9.0"]]
99
:profiles {:dev {:dependencies [[bond "0.2.6"]]}}
1010
:plugins [[lein-codox "0.10.8"]]

0 commit comments

Comments
 (0)
Failed to load comments.