- Timestamp:
- 03/05/24 14:15:44 (15 months ago)
- Branches:
- main
- Children:
- db39d9e
- Parents:
- a2c6c2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
ra2c6c2b r5a9c93b 99 99 <dependency> 100 100 <groupId>org.mapstruct</groupId> 101 <artifactId>mapstruct-processor</artifactId> 102 <version>1.5.3.Final</version> 101 <artifactId>mapstruct</artifactId> 102 <version>1.4.2.Final</version> <!-- Replace with the latest version --> 103 </dependency> 104 105 <dependency> 106 <groupId>com.auth0</groupId> 107 <artifactId>java-jwt</artifactId> 108 <version>4.3.0</version> 103 109 </dependency> 104 110 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.