Skip to content

Commit a9e8709

Browse files
dependabot[bot]Parisa68
authored andcommitted
[TSD-API-mock]: Bump the all-modules group
Bumps the all-modules group in /services/tsd-api-mock 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.3 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.3...0.12.6) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.3...0.12.6) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.3 to 0.12.6 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ff9db5 commit a9e8709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/tsd-api-mock/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ repositories {
1313
dependencies {
1414
runtimeOnly("com.h2database:h2")
1515
implementation("org.apache.commons:commons-lang3:3.17.0")
16-
implementation("io.jsonwebtoken:jjwt-api:0.12.3")
16+
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
1717
implementation("org.springframework.boot:spring-boot-starter-web")
1818
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
1919
implementation("jakarta.validation:jakarta.validation-api")
2020
compileOnly("org.projectlombok:lombok")
2121
annotationProcessor("org.projectlombok:lombok")
22-
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.3")
23-
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.3")
22+
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
23+
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
2525
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2626
}

0 commit comments

Comments
 (0)