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 @@ -97,7 +97,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
9797 }
9898
9999 implementation(" org.slf4j:slf4j-api:2.0.17" )
100- implementation(" org.jetbrains:annotations:26.0.2-1 " )
100+ implementation(" org.jetbrains:annotations:26.1.0 " )
101101 testImplementation(" io.mockk:mockk:1.+" )
102102
103103 // 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-1 " )
32+ implementation(" org.jetbrains:annotations:26.1.0 " )
3333
3434 testImplementation(" org.springframework.boot:spring-boot-starter-web" )
3535 testImplementation(" org.springframework.boot:spring-boot-starter-graphql" )
You can’t perform that action at this time.
0 commit comments