@@ -9,20 +9,20 @@ plugins {
9
9
jacoco
10
10
signing
11
11
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"
18
18
id(" me.qoomon.git-versioning" ) version " 6.4.4"
19
19
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 "
21
21
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"
23
23
id(" io.github.1c-syntax.bslls-dev-tools" ) version " 0.8.1"
24
24
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 "
26
26
id(" io.codearte.nexus-staging" ) version " 0.30.0"
27
27
id(" me.champeau.jmh" ) version " 0.7.3"
28
28
}
@@ -68,8 +68,12 @@ dependencies {
68
68
api(" org.springframework.boot:spring-boot-starter" )
69
69
api(" org.springframework.boot:spring-boot-starter-websocket" )
70
70
api(" org.springframework.boot:spring-boot-starter-cache" )
71
+
71
72
api(" info.picocli:picocli-spring-boot-starter:4.7.6" )
72
73
74
+ // кэширование
75
+ api(" com.github.ben-manes.caffeine" , " caffeine" , " 3.2.0" )
76
+
73
77
// lsp4j core
74
78
api(" org.eclipse.lsp4j" , " org.eclipse.lsp4j" , " 0.24.0" )
75
79
api(" org.eclipse.lsp4j" , " org.eclipse.lsp4j.websocket.jakarta" , " 0.24.0" )
@@ -128,7 +132,7 @@ dependencies {
128
132
}
129
133
130
134
// COMPILE
131
- compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.1 " )
135
+ compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.3 " )
132
136
133
137
// TEST
134
138
0 commit comments