Skip to content

Commit b3121d2

Browse files
Bump the jwt group with 3 updates
Bumps the jwt group with 3 updates: [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt), [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) and io.jsonwebtoken:jjwt-jackson. Updates `io.jsonwebtoken:jjwt-api` from 0.12.6 to 0.12.7 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.6...0.12.7) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.6 to 0.12.7 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.6...0.12.7) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.6 to 0.12.7 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jwt - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jwt - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jwt ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28bb1f2 commit b3121d2

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)