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 @@ -404,7 +404,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.18.1</version>
<version>1.18.2</version>

Choose a reason for hiding this comment

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

high

While byte-buddy is being updated to 1.18.2, the byte-buddy-agent dependency on line 413 remains at version 1.18.1. It is a best practice to use the same version for all byte-buddy artifacts to avoid compatibility issues at runtime. Please update byte-buddy-agent to version 1.18.2 as well.

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