Skip to content

Commit dc639d5

Browse files
author
ramazansakin
committed
lombok version up
1 parent 3e64506 commit dc639d5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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>
1817

1918
<properties>
2019
<java.version>1.8</java.version>
@@ -52,10 +51,11 @@
5251
<artifactId>jjwt</artifactId>
5352
<version>0.9.1</version>
5453
</dependency>
54+
5555
<dependency>
5656
<groupId>org.projectlombok</groupId>
5757
<artifactId>lombok</artifactId>
58-
<version>1.18.24</version>
58+
<version>1.18.26</version>
5959
</dependency>
6060

6161
<dependency>

0 commit comments

Comments
 (0)