Skip to content

Conversation

@jiayuasu
Copy link
Member

@jiayuasu jiayuasu commented Jan 19, 2026

Did you read the Contributor Guide?

Is this PR related to a ticket?

What changes were proposed in this PR?

This pull request makes a minor update to the pom.xml file, upgrading the version of the campskeleton dependency to ensure compatibility with the latest release.

Workaround for Sedona 1.8.1 Users

Override the campskeleton version to use the fixed release:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.datasyslab</groupId>
            <artifactId>campskeleton</artifactId>
            <version>0.0.2-20260118</version>
        </dependency>
    </dependencies>
</dependencyManagement>

How was this patch tested?

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@github-actions github-actions bot added the root label Jan 19, 2026
@jiayuasu jiayuasu added the bug label Jan 19, 2026
@jiayuasu jiayuasu added this to the 1.9.0 milestone Jan 19, 2026
@jiayuasu jiayuasu merged commit a879b23 into master Jan 19, 2026
39 of 51 checks passed
Kontinuation pushed a commit to Kontinuation/sedona that referenced this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vulnerabilities introduced into Sedona 1.8.1?

1 participant