@@ -9,20 +9,20 @@ plugins {
99 jacoco
1010 signing
1111 id(" org.cadixdev.licenser" ) version " 0.6.1"
12- id(" org.sonarqube" ) version " 6.0.1.5171 "
13- id(" io.freefair.lombok" ) version " 8.12 .1"
14- id(" io.freefair.javadoc-links" ) version " 8.12 .1"
15- id(" io.freefair.javadoc-utf-8" ) version " 8.12 .1"
16- id(" io.freefair.aspectj.post-compile-weaving" ) version " 8.12 .1"
17- id(" io.freefair.maven-central.validate-poms" ) version " 8.12 .1"
12+ id(" org.sonarqube" ) version " 6.1.0.5360 "
13+ id(" io.freefair.lombok" ) version " 8.13 .1"
14+ id(" io.freefair.javadoc-links" ) version " 8.13 .1"
15+ id(" io.freefair.javadoc-utf-8" ) version " 8.13 .1"
16+ id(" io.freefair.aspectj.post-compile-weaving" ) version " 8.13 .1"
17+ id(" io.freefair.maven-central.validate-poms" ) version " 8.13 .1"
1818 id(" me.qoomon.git-versioning" ) version " 6.4.4"
1919 id(" com.github.ben-manes.versions" ) version " 0.52.0"
20- id(" org.springframework.boot" ) version " 3.4.3 "
20+ id(" org.springframework.boot" ) version " 3.4.4 "
2121 id(" io.spring.dependency-management" ) version " 1.1.7"
22- id(" io.sentry.jvm.gradle" ) version " 5.2 .0"
22+ id(" io.sentry.jvm.gradle" ) version " 5.3 .0"
2323 id(" io.github.1c-syntax.bslls-dev-tools" ) version " 0.8.1"
2424 id(" ru.vyarus.pom" ) version " 3.0.0"
25- id(" com.gorylenko.gradle-git-properties" ) version " 2.4.2 "
25+ id(" com.gorylenko.gradle-git-properties" ) version " 2.5.0 "
2626 id(" io.codearte.nexus-staging" ) version " 0.30.0"
2727 id(" me.champeau.jmh" ) version " 0.7.3"
2828}
@@ -68,8 +68,12 @@ dependencies {
6868 api(" org.springframework.boot:spring-boot-starter" )
6969 api(" org.springframework.boot:spring-boot-starter-websocket" )
7070 api(" org.springframework.boot:spring-boot-starter-cache" )
71+
7172 api(" info.picocli:picocli-spring-boot-starter:4.7.6" )
7273
74+ // кэширование
75+ api(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.0" )
76+
7377 // lsp4j core
7478 api(" org.eclipse.lsp4j" , " org.eclipse.lsp4j" , " 0.24.0" )
7579 api(" org.eclipse.lsp4j" , " org.eclipse.lsp4j.websocket.jakarta" , " 0.24.0" )
@@ -128,7 +132,7 @@ dependencies {
128132 }
129133
130134 // COMPILE
131- compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.1 " )
135+ compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.3 " )
132136
133137 // TEST
134138
0 commit comments