Skip to content

Commit 09ffcdf

Browse files
committed
Merge branch 'master' into reusable-where-clauses-v2
2 parents fc0cccf + d652e02 commit 09ffcdf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
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
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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>
@@ -218,7 +218,7 @@
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>
@@ -251,7 +251,7 @@
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>
@@ -313,7 +313,7 @@
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>
@@ -325,7 +325,7 @@
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>

0 commit comments

Comments
 (0)