Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-3686

Upgrade JWT's lib version

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.6.0
    • 3.7.0
    • None
    • None

    Description

      Why

      A long time since the last JJWT's lib version that we use (0.9.1 release from 2018).
      3 years old for a crypto lib is not glop.

      Current:

      <dependency>
         <groupId>io.jsonwebtoken</groupId>
         <artifactId>jjwt</artifactId>
         <version>0.9.1</version>
      </dependency>

      How
      Use the new version: https://github.com/jwtk/jjwt

      <dependency>
          <groupId>io.jsonwebtoken</groupId>
          <artifactId>jjwt-api</artifactId>
          <version>0.11.2</version>
      </dependency>
      <dependency>
          <groupId>io.jsonwebtoken</groupId>
          <artifactId>jjwt-impl</artifactId>
          <version>0.11.2</version>
          <scope>runtime</scope>
      </dependency>
      <dependency>
          <groupId>io.jsonwebtoken</groupId>
          <artifactId>jjwt-jackson</artifactId> 
          <version>0.11.2</version>
          <scope>runtime</scope>
      </dependency>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tungtv Tung TRAN
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h