mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-02 13:40:53 +00:00
Bumps [com.segment.analytics.java:analytics](https://github.com/segmentio/analytics-java) from 3.4.0 to 3.5.0. - [Changelog](https://github.com/segmentio/analytics-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/segmentio/analytics-java/compare/analytics-parent-3.4.0...analytics-parent-3.5.0) --- updated-dependencies: - dependency-name: com.segment.analytics.java:analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 lines
No EOL
129 B
Kotlin
7 lines
No EOL
129 B
Kotlin
plugins {
|
|
id("codegpt.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.segment.analytics.java:analytics:3.5.0")
|
|
} |