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-spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.18.4</version>
<version>1.18.5</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

The related byte-buddy-agent dependency is still on version 1.18.4 (see line 451). It's best practice to keep related dependencies like byte-buddy and byte-buddy-agent on the same version to avoid potential classpath issues. Please update byte-buddy-agent to 1.18.5 as well.

For easier maintenance in the future, you might consider defining a byte-buddy.version property in the <properties> section and use it for both dependencies.

<scope>test</scope>
</dependency>
<dependency>
Expand Down