File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ dependencies {
1010 api platform(libs. org. springframework. spring. framework. bom)
1111 api platform(libs. org. springframework. security. spring. security. bom)
1212 api platform(libs. com. fasterxml. jackson. jackson. bom)
13+ api platform(libs. org. junit. junit. bom)
1314 constraints {
1415 api libs. com. nimbusds. nimbus. jose. jwt
1516 api libs. jakarta. servlet. jakarta. servlet. api
1617 api libs. org. bouncycastle. bcpkix. jdk18on
1718 api libs. org. bouncycastle. bcprov. jdk18on
18- api libs. org. junit. jupiter. junit. jupiter
1919 api libs. org. assertj. assertj. core
2020 api libs. org. mockito. mockito. core
2121 api libs. com. squareup. okhttp3. mockwebserver
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ io-spring-nohttp = "0.0.11"
1212org-springframework-spring-framework-bom = { module = " org.springframework:spring-framework-bom" , version.ref = " org-springframework" }
1313org-springframework-security-spring-security-bom = { module = " org.springframework.security:spring-security-bom" , version.ref = " org-springframework-security" }
1414com-fasterxml-jackson-jackson-bom = { module = " com.fasterxml.jackson:jackson-bom" , version.ref = " com-fasterxml-jackson" }
15+ org-junit-junit-bom = " org.junit:junit-bom:5.13.3"
1516com-nimbusds-nimbus-jose-jwt = { module = " com.nimbusds:nimbus-jose-jwt" , version.ref = " nimbus-jose-jwt" }
1617jakarta-servlet-jakarta-servlet-api = " jakarta.servlet:jakarta.servlet-api:6.0.0"
1718org-bouncycastle-bcpkix-jdk18on = { module = " org.bouncycastle:bcpkix-jdk18on" , version.ref = " org-bouncycastle" }
1819org-bouncycastle-bcprov-jdk18on = { module = " org.bouncycastle:bcprov-jdk18on" , version.ref = " org-bouncycastle" }
19- org-junit-jupiter-junit-jupiter = " org.junit.jupiter:junit-jupiter:5.11.4"
2020org-assertj-assertj-core = " org.assertj:assertj-core:3.27.3"
2121org-mockito-mockito-core = " org.mockito:mockito-core:5.18.0"
2222com-squareup-okhttp3-mockwebserver = { module = " com.squareup.okhttp3:mockwebserver" , version.ref = " com-squareup-okhttp3" }
You can’t perform that action at this time.
0 commit comments