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 85
85
<jakarta .validation-api.version>3.1.0</jakarta .validation-api.version>
86
86
<jakarta .persistence-api.version>3.1.0</jakarta .persistence-api.version>
87
87
<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>
89
89
<junit-jupiter .version>5.11.1</junit-jupiter .version>
90
90
91
91
<!-- provided dependencies -->
Original file line number Diff line number Diff line change 110
110
<groupId >org.mongodb</groupId >
111
111
<artifactId >mongodb-driver-sync</artifactId >
112
112
</exclusion >
113
+ <exclusion >
114
+ <groupId >org.springframework</groupId >
115
+ <artifactId >spring-expression</artifactId >
116
+ </exclusion >
113
117
</exclusions >
114
118
</dependency >
115
119
<dependency >
Original file line number Diff line number Diff line change 183
183
<groupId >org.slf4j</groupId >
184
184
<artifactId >slf4j-api</artifactId >
185
185
</exclusion >
186
+ <exclusion >
187
+ <groupId >org.springframework</groupId >
188
+ <artifactId >spring-expression</artifactId >
189
+ </exclusion >
186
190
</exclusions >
187
191
</dependency >
188
192
<dependency >
Original file line number Diff line number Diff line change 32
32
<groupId >org.springframework.integration</groupId >
33
33
<artifactId >spring-integration-core</artifactId >
34
34
<version >${spring-integration.version} </version >
35
+ <exclusions >
36
+ <exclusion >
37
+ <groupId >org.springframework.retry</groupId >
38
+ <artifactId >spring-retry</artifactId >
39
+ </exclusion >
40
+ </exclusions >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 120
120
<groupId >org.springframework.data</groupId >
121
121
<artifactId >spring-data-mongodb</artifactId >
122
122
<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 >
123
137
</dependency >
124
138
<dependency >
125
139
<groupId >org.springframework.data</groupId >
130
144
<groupId >org.springframework.amqp</groupId >
131
145
<artifactId >spring-amqp</artifactId >
132
146
<version >${spring-amqp.version} </version >
147
+ <exclusions >
148
+ <exclusion >
149
+ <groupId >org.springframework.retry</groupId >
150
+ <artifactId >spring-retry</artifactId >
151
+ </exclusion >
152
+ </exclusions >
133
153
</dependency >
134
154
<dependency >
135
155
<groupId >org.springframework.amqp</groupId >
You can’t perform that action at this time.
0 commit comments