Skip to content

Commit 3f0f7d9

Browse files
Update expected jackson-jakarta-rs-json-provider version in test (#6801)
The `versionNotDroppedWhenTransitiveDependencyHasManagedVersion` test uses a `2.x` version pattern which resolves to the latest 2.x release. Update the expected version from 2.21.0 to 2.21.1 to match the latest available release on Maven Central.
1 parent 727aed2 commit 3f0f7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-maven/src/test/java/org/openrewrite/maven/ChangeDependencyGroupIdAndArtifactIdTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ void versionNotDroppedWhenTransitiveDependencyHasManagedVersion() {
34273427
<dependency>
34283428
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
34293429
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
3430-
<version>2.21.0</version>
3430+
<version>2.21.1</version>
34313431
</dependency>
34323432
</dependencies>
34333433
</project>

0 commit comments

Comments
 (0)