File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
spring-data-mybatis/googlesql Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.cloud</groupId >
3232 <artifactId >google-cloud-spanner-bom</artifactId >
33- <version >6.100.0 </version >
33+ <version >6.101.1 </version >
3434 <scope >import</scope >
3535 <type >pom</type >
3636 </dependency >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.cloud</groupId >
3232 <artifactId >google-cloud-spanner-bom</artifactId >
33- <version >6.100.0 </version >
33+ <version >6.101.1 </version >
3434 <scope >import</scope >
3535 <type >pom</type >
3636 </dependency >
110110 <classifier >testlib</classifier >
111111 <scope >test</scope >
112112 </dependency >
113+ <!-- TODO: Remove when the mock server no longer uses this -->
114+ <dependency >
115+ <groupId >net.bytebuddy</groupId >
116+ <artifactId >byte-buddy</artifactId >
117+ <version >1.17.7</version >
118+ <scope >test</scope >
119+ </dependency >
120+ <dependency >
121+ <groupId >net.bytebuddy</groupId >
122+ <artifactId >byte-buddy-agent</artifactId >
123+ <version >1.17.7</version >
124+ <scope >test</scope >
125+ </dependency >
113126 <dependency >
114127 <groupId >junit</groupId >
115128 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-spanner-bom</artifactId >
38- <version >6.100.0 </version >
38+ <version >6.101.1 </version >
3939 <scope >import</scope >
4040 <type >pom</type >
4141 </dependency >
You can’t perform that action at this time.
0 commit comments