Comparing segmentio:master...mnk:master · segmentio/analytics-java · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: segmentio/analytics-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mnk/analytics-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 13, 2025

  1. Align retrofit2 versions to ensure dependency convergence

    When depending on com.segment.analytics.java:analytics and using Maven DependencyConvergence enforcer,
    build will fail with:
    
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (dependencies) on project commons-segment:
    [ERROR] Rule 16: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
    [ERROR] Failed while enforcing releasability.
    [ERROR]
    [ERROR] Dependency convergence error for com.squareup.retrofit2:retrofit:jar:2.11.0 paths to dependency are:
    [ERROR]   +-com.segment.analytics.java:analytics:jar:3.5.2:compile
    [ERROR]     +-com.segment.analytics.java:analytics-core:jar:3.5.2:compile
    [ERROR]       +-com.squareup.retrofit2:retrofit:jar:2.11.0:compile
    [ERROR] and
    [ERROR]   +-com.segment.analytics.java:analytics:jar:3.5.2:compile
    [ERROR]     +-com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
    [ERROR]       +-com.squareup.retrofit2:retrofit:jar:2.9.0:compile
    [ERROR] and
    [ERROR]   +-com.segment.analytics.java:analytics:jar:3.5.2:compile
    [ERROR]     +-com.squareup.retrofit2:retrofit-mock:jar:2.11.0:compile
    [ERROR]       +-com.squareup.retrofit2:retrofit:jar:2.11.0:compile
    mnk committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    d49ef0e View commit details
    Browse the repository at this point in the history
Loading