Skip to content

Commit

Permalink
Merge pull request #34 from circleci/renovate/com.segment.analytics.j…
Browse files Browse the repository at this point in the history
…ava-analytics-3.x

Update dependency com.segment.analytics.java:analytics to v3.5.1
  • Loading branch information
stig authored Mar 22, 2024
2 parents 4246056 + 9f464f4 commit 3873b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Version NEXT
* [#32](https://github.com/circleci/analytics-clj/pull/32): Remove `lein ancient` plugin & its associated scheduled workflow now that we use Renovate
* [#31](https://github.com/circleci/analytics-clj/pull/31): Bump Clojure dependency to 1.11.2
* [#27](https://github.com/circleci/analytics-clj/pull/27): Bump transitive dependency okio-java and move it to managed-dependencies
* [#34](https://github.com/circleci/analytics-clj/pull/34): Bump `com.segment.analytics.java` dependency

Version 0.8.2 (October 3, 2023)
================================
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.2"]
[com.segment.analytics.java/analytics "3.5.0"]]
[com.segment.analytics.java/analytics "3.5.1"]]
:managed-dependencies [[com.squareup.okio/okio-jvm "3.9.0"]]
:profiles {:dev {:dependencies [[bond "0.2.6"]]}}
:plugins [[lein-codox "0.10.8"]]
Expand Down

0 comments on commit 3873b46

Please sign in to comment.