Skip to content

Commit d5ef107

Browse files
committed
Bump test and provided dependencies
1 parent 807a7b6 commit d5ef107

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ebean-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.slf4j</groupId>
1818
<artifactId>slf4j-api</artifactId>
19-
<version>1.7.32</version>
19+
<version>1.7.36</version>
2020
<scope>provided</scope>
2121
</dependency>
2222

ebean-datasource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.slf4j</groupId>
1919
<artifactId>slf4j-api</artifactId>
20-
<version>1.7.32</version>
20+
<version>1.7.36</version>
2121
<scope>provided</scope>
2222
</dependency>
2323

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.ebean</groupId>
3939
<artifactId>ebean-test-docker</artifactId>
40-
<version>4.4</version>
40+
<version>4.5</version>
4141
<scope>test</scope>
4242
</dependency>
4343

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>ch.qos.logback</groupId>
5353
<artifactId>logback-classic</artifactId>
54-
<version>1.2.10</version>
54+
<version>1.2.11</version>
5555
<scope>test</scope>
5656
</dependency>
5757

0 commit comments

Comments
 (0)