File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments