|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
3 |
| - |
4 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 |
| - <modelVersion>4.0.0</modelVersion> |
7 |
| - <parent> |
8 |
| - <groupId>org.springframework.boot</groupId> |
9 |
| - <artifactId>spring-boot-starter-parent</artifactId> |
10 |
| - <version>2.7.3</version> |
11 |
| - <relativePath /> <!-- lookup parent from repository --> |
12 |
| - </parent> |
13 |
| - <groupId>com.bezkoder</groupId> |
14 |
| - <artifactId>spring-boot-security-jwt</artifactId> |
15 |
| - <version>0.0.1-SNAPSHOT</version> |
16 |
| - <name>spring-boot-security-jwt</name> |
17 |
| - <description>Demo project for Spring Boot Security - JWT</description> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <groupId>org.springframework.boot</groupId> |
| 8 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 9 | + <version>2.7.3</version> |
| 10 | + <relativePath/> <!-- lookup parent from repository --> |
| 11 | + </parent> |
| 12 | + <groupId>com.bezkoder</groupId> |
| 13 | + <artifactId>spring-boot-security-jwt</artifactId> |
| 14 | + <version>0.0.1-SNAPSHOT</version> |
| 15 | + <name>spring-boot-security-jwt</name> |
| 16 | + <description>Demo project for Spring Boot Security - JWT</description> |
18 | 17 |
|
19 | 18 | <properties>
|
20 | 19 | <java.version>1.8</java.version>
|
|
52 | 51 | <artifactId>jjwt</artifactId>
|
53 | 52 | <version>0.9.1</version>
|
54 | 53 | </dependency>
|
| 54 | + |
55 | 55 | <dependency>
|
56 | 56 | <groupId>org.projectlombok</groupId>
|
57 | 57 | <artifactId>lombok</artifactId>
|
58 |
| - <version>1.18.24</version> |
| 58 | + <version>1.18.26</version> |
59 | 59 | </dependency>
|
60 | 60 |
|
61 | 61 | <dependency>
|
|
0 commit comments