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 @@ -448,7 +448,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</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 byte-buddy and byte-buddy-agent dependencies should be on the same version. While byte-buddy-agent is updated to 1.18.5, the byte-buddy dependency on line 445 is still at 1.18.4. Please update byte-buddy to 1.18.5 as well to ensure compatibility and avoid potential classpath issues.

<scope>test</scope>
</dependency>

Expand Down