File tree 3 files changed +8
-8
lines changed
src/main/webapp/WEB-INF/views/customer
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >com.mysql</groupId >
59
59
<artifactId >mysql-connector-j</artifactId >
60
- <version >8.2 .0</version >
60
+ <version >8.4 .0</version >
61
61
<exclusions >
62
62
<exclusion >
63
63
<groupId >com.google.protobuf</groupId >
75
75
<dependency >
76
76
<groupId >org.projectlombok</groupId >
77
77
<artifactId >lombok</artifactId >
78
- <version >1.18.30 </version >
78
+ <version >1.18.32 </version >
79
79
</dependency >
80
80
81
81
<dependency >
82
82
<groupId >commons-codec</groupId >
83
83
<artifactId >commons-codec</artifactId >
84
- <version >1.16.0 </version >
84
+ <version >1.16.1 </version >
85
85
</dependency >
86
86
87
87
<dependency >
88
88
<groupId >software.amazon.awssdk</groupId >
89
89
<artifactId >s3</artifactId >
90
- <version >2.21.39 </version >
90
+ <version >2.25.42 </version >
91
91
</dependency >
92
92
</dependencies >
93
93
98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-compiler-plugin</artifactId >
101
- <version >3.11 .0</version >
101
+ <version >3.13 .0</version >
102
102
<configuration >
103
103
<source >1.8</source >
104
104
<target >1.8</target >
125
125
<artifactItem >
126
126
<groupId >com.heroku</groupId >
127
127
<artifactId >webapp-runner</artifactId >
128
- <version >9.0.83 .0</version >
128
+ <version >9.0.87 .0</version >
129
129
<destFileName >webapp-runner.jar</destFileName >
130
130
</artifactItem >
131
131
</artifactItems >
Original file line number Diff line number Diff line change 6
6
<head >
7
7
<meta charset =" UTF-8" >
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
9
- <title >Đăng nhập </title >
9
+ <title >Tạo mặt khẩu mới </title >
10
10
<link rel =" icon" href =" resources/img/icon/favicon.ico" type =" image/x-icon" >
11
11
12
12
<link href =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel =" stylesheet"
Original file line number Diff line number Diff line change 89
89
document .getElementById (' dienThoai' ).removeAttribute (' disabled' );
90
90
91
91
document .getElementById (' edit-btn' ).setAttribute (' disabled' , ' true' );
92
- document .getElementById (' save-btn' ).removeAttribute (' disabled' );;
92
+ document .getElementById (' save-btn' ).removeAttribute (' disabled' );
93
93
});
94
94
</script >
95
95
You can’t perform that action at this time.
0 commit comments