File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/google/cloud/spanner/sample Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.springframework.data</groupId >
25
25
<artifactId >spring-data-bom</artifactId >
26
- <version >2024.1.8 </version >
26
+ <version >2025.0.1 </version >
27
27
<scope >import</scope >
28
28
<type >pom</type >
29
29
</dependency >
Original file line number Diff line number Diff line change 24
24
import org .springframework .context .annotation .DependsOn ;
25
25
import org .springframework .context .annotation .Lazy ;
26
26
import org .springframework .data .jdbc .core .convert .DefaultJdbcTypeFactory ;
27
- import org .springframework .data .jdbc .core .convert .JdbcArrayColumns ;
28
27
import org .springframework .data .jdbc .core .convert .JdbcConverter ;
29
28
import org .springframework .data .jdbc .core .convert .JdbcCustomConversions ;
30
29
import org .springframework .data .jdbc .core .convert .MappingJdbcConverter ;
31
30
import org .springframework .data .jdbc .core .convert .RelationResolver ;
31
+ import org .springframework .data .jdbc .core .dialect .JdbcArrayColumns ;
32
32
import org .springframework .data .jdbc .core .dialect .JdbcDialect ;
33
33
import org .springframework .data .jdbc .core .mapping .JdbcMappingContext ;
34
34
import org .springframework .data .jdbc .repository .config .AbstractJdbcConfiguration ;
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.springframework.data</groupId >
25
25
<artifactId >spring-data-bom</artifactId >
26
- <version >2024.1.8 </version >
26
+ <version >2025.0.1 </version >
27
27
<scope >import</scope >
28
28
<type >pom</type >
29
29
</dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.springframework.data</groupId >
30
30
<artifactId >spring-data-bom</artifactId >
31
- <version >2024.1.8 </version >
31
+ <version >2025.0.1 </version >
32
32
<scope >import</scope >
33
33
<type >pom</type >
34
34
</dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.springframework.data</groupId >
30
30
<artifactId >spring-data-bom</artifactId >
31
- <version >2024.1.8 </version >
31
+ <version >2025.0.1 </version >
32
32
<scope >import</scope >
33
33
<type >pom</type >
34
34
</dependency >
You can’t perform that action at this time.
0 commit comments