Skip to content

Commit 73c1688

Browse files
author
Ivan Franchin
committed
project upgrade
- upgrade to spring-boot 2.6.7; - upgrade to springdoc-openapi 1.6.8; - upgrade to axios 0.27.2; - upgrade to moment 2.29.3; - upgrade to react-scripts 5.0.1; - update README.
1 parent 497230b commit 73c1688

File tree

5 files changed

+631
-415
lines changed

5 files changed

+631
-415
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ The goal of this project is to implement an application where a user can manage
5050

5151
### Access Okta Admin Dashboard
5252

53-
If you are in `Okta Developer Dashboard` home page, click `Admin` button on the top-right
54-
55-
![okta-developer-home](documentation/okta-developer-home.png)
56-
57-
The picture below is how `Okta Admin Dashboard` looks like
53+
The picture below shows how `Okta Admin Dashboard` looks like
5854

5955
![okta-admin-dashboard](documentation/okta-admin-dashboard.png)
6056

-173 KB
Binary file not shown.

jobs-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.6</version>
8+
<version>2.6.7</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<okta-spring.version>2.1.5</okta-spring.version>
2121
<org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
2222
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
23-
<springdoc-openapi.version>1.6.7</springdoc-openapi.version>
23+
<springdoc-openapi.version>1.6.8</springdoc-openapi.version>
2424
</properties>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)