File tree Expand file tree Collapse file tree 5 files changed +35
-1
lines changed
spring-batch-infrastructure Expand file tree Collapse file tree 5 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 8585 <jakarta .validation-api.version>3.1.0</jakarta .validation-api.version>
8686 <jakarta .persistence-api.version>3.1.0</jakarta .persistence-api.version>
8787 <neo4j-ogm-core .version>4.0.11</neo4j-ogm-core .version>
88- <mongodb-driver-sync .version>5.1.4 </mongodb-driver-sync .version>
88+ <mongodb-driver-sync .version>5.2.0 </mongodb-driver-sync .version>
8989 <junit-jupiter .version>5.11.1</junit-jupiter .version>
9090
9191 <!-- provided dependencies -->
Original file line number Diff line number Diff line change 110110 <groupId >org.mongodb</groupId >
111111 <artifactId >mongodb-driver-sync</artifactId >
112112 </exclusion >
113+ <exclusion >
114+ <groupId >org.springframework</groupId >
115+ <artifactId >spring-expression</artifactId >
116+ </exclusion >
113117 </exclusions >
114118 </dependency >
115119 <dependency >
Original file line number Diff line number Diff line change 183183 <groupId >org.slf4j</groupId >
184184 <artifactId >slf4j-api</artifactId >
185185 </exclusion >
186+ <exclusion >
187+ <groupId >org.springframework</groupId >
188+ <artifactId >spring-expression</artifactId >
189+ </exclusion >
186190 </exclusions >
187191 </dependency >
188192 <dependency >
Original file line number Diff line number Diff line change 3232 <groupId >org.springframework.integration</groupId >
3333 <artifactId >spring-integration-core</artifactId >
3434 <version >${spring-integration.version} </version >
35+ <exclusions >
36+ <exclusion >
37+ <groupId >org.springframework.retry</groupId >
38+ <artifactId >spring-retry</artifactId >
39+ </exclusion >
40+ </exclusions >
3541 </dependency >
3642 <dependency >
3743 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 120120 <groupId >org.springframework.data</groupId >
121121 <artifactId >spring-data-mongodb</artifactId >
122122 <version >${spring-data-mongodb.version} </version >
123+ <exclusions >
124+ <exclusion >
125+ <groupId >org.slf4j</groupId >
126+ <artifactId >slf4j-api</artifactId >
127+ </exclusion >
128+ <exclusion >
129+ <groupId >org.mongodb</groupId >
130+ <artifactId >mongodb-driver-sync</artifactId >
131+ </exclusion >
132+ <exclusion >
133+ <groupId >org.springframework</groupId >
134+ <artifactId >spring-expression</artifactId >
135+ </exclusion >
136+ </exclusions >
123137 </dependency >
124138 <dependency >
125139 <groupId >org.springframework.data</groupId >
130144 <groupId >org.springframework.amqp</groupId >
131145 <artifactId >spring-amqp</artifactId >
132146 <version >${spring-amqp.version} </version >
147+ <exclusions >
148+ <exclusion >
149+ <groupId >org.springframework.retry</groupId >
150+ <artifactId >spring-retry</artifactId >
151+ </exclusion >
152+ </exclusions >
133153 </dependency >
134154 <dependency >
135155 <groupId >org.springframework.amqp</groupId >
You can’t perform that action at this time.
0 commit comments