Skip to content

Commit fbad6b2

Browse files
Update Bootstrap to 5.3.8 and Font Awesome to 7.1.0 (#23)
1 parent 5f9950d commit fbad6b2

File tree

22 files changed

+44
-44
lines changed
  • section-03-registration
    • 02-jobportal-registration-add-project-template-files
    • 03-jobportal-registration-add-registration-database-entities
    • 04-jobportal-registration-repositories-and-controllers
    • 05-jobportal-registration-register-new-user
    • 06-jobportal-registration-user-profiles-for-recruiter-and-job-seeker
    • 07-jobportal-registration-add-skills-and-update-profiles
  • section-04-login-logout
    • 01-job-portal-login-logout-basic-setup
    • 02-job-portal-login-logout-custom-user-authentication-and-authorization
    • 03-job-portal-login-logout-custom-authentication-success-handler
    • 04-job-portal-login-logout-security-and-dashboard
    • 05-job-portal-login-logout-request-mappings
  • section-05-recruiter-profile
    • 01-recruiter-profile-controller-and-service
    • 02-file-upload-of-recruiter-profile-image
    • 03-update-dashboard-to-display-recruiter-profile-image
  • section-06-recruiter-post-new-job/01-recruiter-post-new-job
  • section-07-recruiter-dashboard
    • 01-recruiter-dashboard-display-and-retrieve-jobs
    • 02-recruiter-dashboard-edit-a-job
  • section-08-job-candidate-profile/01-job-candidate-profile
  • section-09-job-candidate-dashboard-and-apply-for-job/01-job-candidate-dashboard-and-apply-for-job
  • section-10-job-candidate-save-a-job/01-job-candidate-save-a-job
  • section-11-download-candidate-resume/01-download-candidate-resume

22 files changed

+44
-44
lines changed

section-03-registration/02-jobportal-registration-add-project-template-files/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.webjars</groupId>
3838
<artifactId>bootstrap</artifactId>
39-
<version>5.3.2</version>
39+
<version>5.3.8</version>
4040
</dependency>
4141

4242
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.webjars</groupId>
5757
<artifactId>font-awesome</artifactId>
58-
<version>6.5.1</version>
58+
<version>7.1.0</version>
5959
</dependency>
6060

6161
</dependencies>

section-03-registration/03-jobportal-registration-add-registration-database-entities/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.webjars</groupId>
5959
<artifactId>bootstrap</artifactId>
60-
<version>5.3.2</version>
60+
<version>5.3.8</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.webjars</groupId>
7878
<artifactId>font-awesome</artifactId>
79-
<version>6.5.1</version>
79+
<version>7.1.0</version>
8080
</dependency>
8181

8282
</dependencies>

section-03-registration/04-jobportal-registration-repositories-and-controllers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.webjars</groupId>
5959
<artifactId>bootstrap</artifactId>
60-
<version>5.3.2</version>
60+
<version>5.3.8</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.webjars</groupId>
7878
<artifactId>font-awesome</artifactId>
79-
<version>6.5.1</version>
79+
<version>7.1.0</version>
8080
</dependency>
8181

8282
</dependencies>

section-03-registration/05-jobportal-registration-register-new-user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.webjars</groupId>
5959
<artifactId>bootstrap</artifactId>
60-
<version>5.3.2</version>
60+
<version>5.3.8</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.webjars</groupId>
7878
<artifactId>font-awesome</artifactId>
79-
<version>6.5.1</version>
79+
<version>7.1.0</version>
8080
</dependency>
8181

8282
</dependencies>

section-03-registration/06-jobportal-registration-user-profiles-for-recruiter-and-job-seeker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.webjars</groupId>
5959
<artifactId>bootstrap</artifactId>
60-
<version>5.3.2</version>
60+
<version>5.3.8</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.webjars</groupId>
7878
<artifactId>font-awesome</artifactId>
79-
<version>6.5.1</version>
79+
<version>7.1.0</version>
8080
</dependency>
8181

8282
</dependencies>

section-03-registration/07-jobportal-registration-add-skills-and-update-profiles/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.webjars</groupId>
5959
<artifactId>bootstrap</artifactId>
60-
<version>5.3.2</version>
60+
<version>5.3.8</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.webjars</groupId>
7878
<artifactId>font-awesome</artifactId>
79-
<version>6.5.1</version>
79+
<version>7.1.0</version>
8080
</dependency>
8181

8282
</dependencies>

section-04-login-logout/01-job-portal-login-logout-basic-setup/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.webjars</groupId>
6969
<artifactId>bootstrap</artifactId>
70-
<version>5.3.2</version>
70+
<version>5.3.8</version>
7171
</dependency>
7272

7373
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.webjars</groupId>
8888
<artifactId>font-awesome</artifactId>
89-
<version>6.5.1</version>
89+
<version>7.1.0</version>
9090
</dependency>
9191

9292
</dependencies>

section-04-login-logout/02-job-portal-login-logout-custom-user-authentication-and-authorization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.webjars</groupId>
6969
<artifactId>bootstrap</artifactId>
70-
<version>5.3.2</version>
70+
<version>5.3.8</version>
7171
</dependency>
7272

7373
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.webjars</groupId>
8888
<artifactId>font-awesome</artifactId>
89-
<version>6.5.1</version>
89+
<version>7.1.0</version>
9090
</dependency>
9191

9292
</dependencies>

section-04-login-logout/03-job-portal-login-logout-custom-authentication-success-handler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.webjars</groupId>
6969
<artifactId>bootstrap</artifactId>
70-
<version>5.3.2</version>
70+
<version>5.3.8</version>
7171
</dependency>
7272

7373
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.webjars</groupId>
8888
<artifactId>font-awesome</artifactId>
89-
<version>6.5.1</version>
89+
<version>7.1.0</version>
9090
</dependency>
9191

9292
</dependencies>

section-04-login-logout/04-job-portal-login-logout-security-and-dashboard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.webjars</groupId>
6969
<artifactId>bootstrap</artifactId>
70-
<version>5.3.2</version>
70+
<version>5.3.8</version>
7171
</dependency>
7272

7373
<!-- https://mvnrepository.com/artifact/org.webjars/jquery -->
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.webjars</groupId>
8888
<artifactId>font-awesome</artifactId>
89-
<version>6.5.1</version>
89+
<version>7.1.0</version>
9090
</dependency>
9191

9292
</dependencies>

0 commit comments

Comments
 (0)