@@ -60,7 +60,7 @@ gitProperties {
6060 customProperty(" git.build.time" , buildTime())
6161}
6262
63- val languageToolVersion = " 6.6 "
63+ val languageToolVersion = " 6.7 "
6464
6565dependencies {
6666
@@ -74,7 +74,7 @@ dependencies {
7474 api(" info.picocli:picocli-spring-boot-starter:4.7.7" )
7575
7676 // кэширование
77- api(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.0 " )
77+ api(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.3 " )
7878 api(" org.ehcache:ehcache:3.10.8" )
7979
8080 // lsp4j core
@@ -110,17 +110,17 @@ dependencies {
110110 }
111111
112112 // AOP
113- implementation(" org.aspectj" , " aspectjrt" , " 1.9.22.1 " )
113+ implementation(" org.aspectj" , " aspectjrt" , " 1.9.25 " )
114114
115115 // commons utils
116- implementation(" commons-io" , " commons-io" , " 2.18 .0" )
117- implementation(" commons-beanutils" , " commons-beanutils" , " 1.10.1 " ){
116+ implementation(" commons-io" , " commons-io" , " 2.20 .0" )
117+ implementation(" commons-beanutils" , " commons-beanutils" , " 1.11.0 " ){
118118 exclude(" commons-logging" , " commons-logging" )
119119 }
120- implementation(" commons-codec" , " commons-codec" , " 1.16 .0" )
121- implementation(" org.apache.commons" , " commons-lang3" , " 3.17 .0" )
122- implementation(" org.apache.commons" , " commons-collections4" , " 4.4 " )
123- implementation(" org.apache.commons" , " commons-exec" , " 1.4 .0" )
120+ implementation(" commons-codec" , " commons-codec" , " 1.20 .0" )
121+ implementation(" org.apache.commons" , " commons-lang3" , " 3.19 .0" )
122+ implementation(" org.apache.commons" , " commons-collections4" , " 4.5.0 " )
123+ implementation(" org.apache.commons" , " commons-exec" , " 1.5 .0" )
124124
125125 // progress bar
126126 implementation(" me.tongfei" , " progressbar" , " 0.10.1" )
@@ -144,7 +144,7 @@ dependencies {
144144 }
145145
146146 // COMPILE
147- compileOnly(" com.github.spotbugs: spotbugs-annotations: 4.9.8" )
147+ compileOnly(" com.github.spotbugs" , " spotbugs-annotations" , " 4.9.8" )
148148
149149 // TEST
150150
@@ -154,7 +154,7 @@ dependencies {
154154 }
155155
156156 // test utils
157- testImplementation(" org.jmockit" , " jmockit" , " 1.49 " )
157+ testImplementation(" org.jmockit" , " jmockit" , " 1.50 " )
158158 testImplementation(" org.awaitility" , " awaitility" , " 4.3.0" )
159159}
160160
0 commit comments