Skip to content

Commit 86b8781

Browse files
authored
Merge pull request #1581 from adoptium/dependabot/maven/jwt-e938afcb0a
Bump the jwt group with 3 updates
2 parents 9fbbc1f + b3121d2 commit 86b8781

File tree

2 files changed

+6
-6
lines changed
  • adoptium-updater-parent/adoptium-datasources-parent
    • adoptium-github-datasource
    • adoptium-http-client-datasource

2 files changed

+6
-6
lines changed

adoptium-updater-parent/adoptium-datasources-parent/adoptium-github-datasource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
<dependency>
2020
<groupId>io.jsonwebtoken</groupId>
2121
<artifactId>jjwt-api</artifactId>
22-
<version>0.12.6</version>
22+
<version>0.12.7</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>io.jsonwebtoken</groupId>
2626
<artifactId>jjwt-impl</artifactId>
27-
<version>0.12.6</version>
27+
<version>0.12.7</version>
2828
<scope>runtime</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.jsonwebtoken</groupId>
3232
<artifactId>jjwt-jackson</artifactId>
33-
<version>0.12.6</version>
33+
<version>0.12.7</version>
3434
<scope>runtime</scope>
3535
</dependency>
3636
<dependency>

adoptium-updater-parent/adoptium-datasources-parent/adoptium-http-client-datasource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@
5151
<dependency>
5252
<groupId>io.jsonwebtoken</groupId>
5353
<artifactId>jjwt-api</artifactId>
54-
<version>0.12.6</version>
54+
<version>0.12.7</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.jsonwebtoken</groupId>
5858
<artifactId>jjwt-impl</artifactId>
59-
<version>0.12.6</version>
59+
<version>0.12.7</version>
6060
<scope>runtime</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.jsonwebtoken</groupId>
6464
<artifactId>jjwt-jackson</artifactId>
65-
<version>0.12.6</version>
65+
<version>0.12.7</version>
6666
<scope>runtime</scope>
6767
</dependency>
6868
<dependency>

0 commit comments

Comments
 (0)