Merge pull request #3351 from ebean-orm/dep/bump-config

Bump test dependencies only - logback and ebean-test-containers
This commit is contained in:
Rob Bygrave
2024-03-03 16:54:56 +13:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test-containers</artifactId>
<version>6.3</version>
<version>${ebean-test-containers.version}</version>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -70,7 +70,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.12</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>