File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7 /apache-maven-3.8.7 -bin.zip
1818wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 5252 </distributionManagement >
5353
5454 <properties >
55- <junit .jupiter.version>5.9.1 </junit .jupiter.version>
55+ <junit .jupiter.version>5.9.2 </junit .jupiter.version>
5656 <spring .batch.version>4.3.7</spring .batch.version>
5757
5858 <checkstyle .config>checkstyle-override.xml</checkstyle .config>
218218 <dependency >
219219 <groupId >org.springframework</groupId >
220220 <artifactId >spring-jdbc</artifactId >
221- <version >5.3.24 </version >
221+ <version >5.3.25 </version >
222222 <scope >provided</scope >
223223 <optional >true</optional >
224224 </dependency >
251251 <dependency >
252252 <groupId >org.assertj</groupId >
253253 <artifactId >assertj-core</artifactId >
254- <version >3.24.1 </version >
254+ <version >3.24.2 </version >
255255 <scope >test</scope >
256256 </dependency >
257257 <dependency >
313313 <dependency >
314314 <groupId >org.postgresql</groupId >
315315 <artifactId >postgresql</artifactId >
316- <version >42.5.1 </version >
316+ <version >42.5.2 </version >
317317 <scope >test</scope >
318318 </dependency >
319319 <dependency >
325325 <dependency >
326326 <groupId >org.mariadb.jdbc</groupId >
327327 <artifactId >mariadb-java-client</artifactId >
328- <version >3.1.0 </version >
328+ <version >3.1.2 </version >
329329 <scope >test</scope >
330330 </dependency >
331331 </dependencies >
You can’t perform that action at this time.
0 commit comments