File tree Expand file tree Collapse file tree 6 files changed +43
-27
lines changed Expand file tree Collapse file tree 6 files changed +43
-27
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.8'
3
3
services :
4
4
5
5
mysql :
6
- image : mysql:8.0.31
6
+ image : mysql:8.0.32
7
7
container_name : mysql
8
8
ports :
9
9
- " 3306:3306"
Original file line number Diff line number Diff line change 1
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
2
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.0.1 </version >
7
+ <version >3.0.4 </version >
8
8
<relativePath /> <!-- lookup parent from repository -->
9
9
</parent >
10
10
74
74
</dependency >
75
75
76
76
<dependency >
77
- <groupId >mysql</groupId >
78
- <artifactId >mysql-connector-java </artifactId >
77
+ <groupId >com. mysql</groupId >
78
+ <artifactId >mysql-connector-j </artifactId >
79
79
<scope >runtime</scope >
80
80
</dependency >
81
81
<dependency >
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@testing-library/jest-dom" : " ^5.16.5" ,
7
- "@testing-library/react" : " ^13.4 .0" ,
7
+ "@testing-library/react" : " ^14.0 .0" ,
8
8
"@testing-library/user-event" : " ^14.4.3" ,
9
9
"react" : " ^18.2.0" ,
10
10
"react-dom" : " ^18.2.0" ,
11
11
"react-scripts" : " 5.0.1" ,
12
- "web-vitals" : " ^3.1.0 " ,
13
- "axios" : " ^1.2.2 " ,
12
+ "web-vitals" : " ^3.1.1 " ,
13
+ "axios" : " ^1.3.4 " ,
14
14
"react-router-dom" : " ^5.3.0" ,
15
15
"semantic-ui-react" : " ^2.1.4"
16
16
},
You can’t perform that action at this time.
0 commit comments