Skip to content

Commit

Permalink
fix versions and dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jares <[email protected]>
  • Loading branch information
pj892031 committed Jun 28, 2024
1 parent 539ad3b commit e40e087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
jettyWebSocketClientVersion = '9.4.54.v20240208'
jettisonVersion = '1.5.4'
jjwtVersion = '0.11.5'
jjwtFullVersion = '0.11.5'
jjwtFullVersion = '0.9.1'
jsonPathVersion = '2.9.0'
jsonSmartVersion = '2.5.1'
jsonUnitVersion = '1.31.1'
Expand All @@ -57,7 +57,7 @@ ext {
mockitoCoreVersion = '4.9.0'
netflixServoVersion = '0.13.2'
nettyVersion = '4.1.111.Final'
nimbusJoseJwtVersion = '9.40.0'
nimbusJoseJwtVersion = '9.40'
openApiDiffVersion = '2.0.1'
reactorTestVersion = '3.5.18'
restAssuredVersion = '4.4.0'
Expand Down
1 change: 1 addition & 0 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
testImplementation(libraries.jackson_databind)
testImplementation libraries.jackson_dataformat_yaml
testImplementation libraries.javax_servlet_api
testImplementation libraries.json_smart
testImplementation libraries.nimbusJoseJwt
runtimeOnly libraries.jjwt_impl
runtimeOnly libraries.jjwt_jackson
Expand Down

0 comments on commit e40e087

Please sign in to comment.