We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a18c commit e42e6fbCopy full SHA for e42e6fb
1 file changed
build.gradle.kts
@@ -153,7 +153,7 @@ configure(libs) {
153
dependency("org.jboss.resteasy:resteasy-client:4.7.3.Final")
154
dependency("org.mock-server:mockserver-netty:5.13.2")
155
dependency("org.mockito:mockito-core:4.5.1")
156
- dependency("javax.annotation:javax.annotation-api:1.3.1")
+ dependency("javax.annotation:javax.annotation-api:1.3.2")
157
dependencySet("org.slf4j:1.7.30") {
158
entry("slf4j-api")
159
entry("slf4j-nop")
0 commit comments