File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
spring-data-jdbc-plus-support/src/main/java/com/navercorp/spring/data/jdbc/plus/support/convert Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
2525https://github.com/spring-projects/spring-data-commons
2626
2727
28- Spring Data Commons 3.3.3
28+ Spring Data Commons 3.3.4
2929Copyright (c) [2010-2019] Pivotal Software, Inc.
3030
3131This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
7171https://github.com/spring-projects/spring-data-jdbc
7272
7373
74- Spring Data Relational 3.3.3
74+ Spring Data Relational 3.3.4
7575Copyright (c) [2017-2019] Pivotal Software, Inc.
7676
7777This product is licensed to you under the Apache License, Version 2.0 (the "License").
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ may be an appropriate choice.
3535 }
3636 }
3737 dependencies {
38- classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.3 ")
38+ classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.4 ")
3939 }
4040 }
4141
@@ -51,7 +51,7 @@ may be an appropriate choice.
5151 <parent>
5252 <groupId>org.springframework.boot</groupId>
5353 <artifactId>spring-boot-starter-parent</artifactId>
54- <version>3.3.3 </version>
54+ <version>3.3.4 </version>
5555 <relativePath/>
5656 </parent>
5757
Original file line number Diff line number Diff line change 1- springBootVersion =3.3.3
2- springDataBomVersion =2024.0.3
1+ springBootVersion =3.3.4
2+ springDataBomVersion =2024.0.4
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ private SelectBuilder.SelectWhere selectBuilder(Collection<SqlIdentifier> keyCol
650650
651651 Table table = getTable ();
652652
653- List <Expression > columnExpressions = new ArrayList <>();
653+ Set <Expression > columnExpressions = new LinkedHashSet <>();
654654
655655 List <Join > joinTables = new ArrayList <>();
656656 for (PersistentPropertyPath <RelationalPersistentProperty > path : mappingContext
You can’t perform that action at this time.
0 commit comments