We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a132c3 commit f291f9bCopy full SHA for f291f9b
build.gradle.kts
@@ -91,7 +91,7 @@ subprojects {
91
dependency("com.puppycrawl.tools:checkstyle:10.21.4")
92
dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}")
93
dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}")
94
- dependency("commons-beanutils:commons-beanutils:1.10.0")
+ dependency("commons-beanutils:commons-beanutils:1.10.1")
95
dependency("commons-io:commons-io:2.18.0")
96
dependency("javax.xml.bind:jaxb-api:2.3.1")
97
dependency("net.sourceforge.pmd:pmd-java:7.11.0")
0 commit comments