Skip to content

Commit d30bff3

Browse files
committed
Update test dependencies
1 parent 7c299ea commit d30bff3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ebean-migration/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
</dependency>
7272

7373
<dependency>
74-
<groupId>mysql</groupId>
75-
<artifactId>mysql-connector-java</artifactId>
76-
<version>8.0.28</version>
74+
<groupId>com.mysql</groupId>
75+
<artifactId>mysql-connector-j</artifactId>
76+
<version>8.3.0</version>
7777
<scope>test</scope>
7878
</dependency>
7979

@@ -127,9 +127,9 @@ mvn install:install-file -Dfile=/some/path/to/ojdbc7.jar -DgroupId=oracle \
127127
<!-- </dependency>-->
128128

129129
<dependency>
130-
<groupId>org.avaje.composite</groupId>
131-
<artifactId>logback</artifactId>
132-
<version>1.1</version>
130+
<groupId>ch.qos.logback</groupId>
131+
<artifactId>logback-classic</artifactId>
132+
<version>1.5.2</version>
133133
<scope>test</scope>
134134
</dependency>
135135

0 commit comments

Comments
 (0)