Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.4</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating maven-failsafe-plugin to 3.5.4 while its dependency surefire-junit-platform (on line 230) uses ${surefire.version} can lead to a version mismatch. The artifacts from the Maven Surefire project are meant to be used with consistent versions to avoid class loading issues or other unexpected runtime errors during testing.

If the ${surefire.version} property does not resolve to 3.5.4, this configuration may be unstable. To maintain consistency and prevent potential issues, the ${surefire.version} property should also be updated to 3.5.4. A better long-term solution would be to use the ${surefire.version} property for this plugin as well, ensuring they are always synchronized.

<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand Down