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 @@ -96,7 +96,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
9696 }
9797
9898 implementation(" org.slf4j:slf4j-api:2.0.17" )
99- implementation(" org.jetbrains:annotations:26.0.2" )
99+ implementation(" org.jetbrains:annotations:26.0.2-1 " )
100100 testImplementation(" io.mockk:mockk:1.+" )
101101
102102 // JUnit 5 dependencies
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8" )
3030 implementation(" com.graphql-java:graphql-java" )
3131
32- implementation(" org.jetbrains:annotations:26.0.2" )
32+ implementation(" org.jetbrains:annotations:26.0.2-1 " )
3333
3434 testImplementation(" org.springframework.boot:spring-boot-starter-web" )
3535 testImplementation(" org.springframework:spring-test" )
You can’t perform that action at this time.
0 commit comments