Changeset 5a9c93b for pom.xml


Ignore:
Timestamp:
03/05/24 14:15:44 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
db39d9e
Parents:
a2c6c2b
Message:

Authorization layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    ra2c6c2b r5a9c93b  
    9999                <dependency>
    100100                        <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>
    103109                </dependency>
    104110        </dependencies>
Note: See TracChangeset for help on using the changeset viewer.