File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ ext {
102102 servletApiVersion = ' 6.1.0'
103103 smackVersion = ' 4.4.8'
104104 springAmqpVersion = ' 4.0.0-SNAPSHOT'
105- springDataVersion = ' 2025.1.0-RC1 '
105+ springDataVersion = ' 2025.1.0-SNAPSHOT '
106106 springGraphqlVersion = ' 2.0.0-SNAPSHOT'
107107 springKafkaVersion = ' 4.0.0-RC1'
108108 springSecurityVersion = ' 7.0.0-SNAPSHOT'
Original file line number Diff line number Diff line change 5050import org .springframework .data .annotation .Id ;
5151import org .springframework .data .convert .ReadingConverter ;
5252import org .springframework .data .convert .WritingConverter ;
53+ import org .springframework .data .core .TypeInformation ;
5354import org .springframework .data .domain .Sort ;
5455import org .springframework .data .mapping .context .MappingContext ;
5556import org .springframework .data .mongodb .MongoDatabaseFactory ;
6768import org .springframework .data .mongodb .core .query .Criteria ;
6869import org .springframework .data .mongodb .core .query .Query ;
6970import org .springframework .data .mongodb .core .query .Update ;
70- import org .springframework .data .util .TypeInformation ;
7171import org .springframework .integration .history .MessageHistory ;
7272import org .springframework .integration .message .AdviceMessage ;
7373import org .springframework .integration .store .AbstractMessageGroupStore ;
You can’t perform that action at this time.
0 commit comments