File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ dependencies {
211
211
api ' com.netflix.nebula:gradle-extra-configurations-plugin:5.0.1'
212
212
api ' com.netflix.nebula:gradle-info-plugin:9.2.0'
213
213
api ' org.apache.rat:apache-rat:0.11'
214
- api ' net.java.dev.jna:jna:5.10.0 '
214
+ api " net.java.dev.jna:jna:${ versions.getProperty('jna') } "
215
215
api ' gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
216
216
// for our ide tweaking
217
217
api ' gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.7'
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ log4j = 2.11.1
18
18
slf4j = 1.6.2
19
19
ecsLogging = 1.2.0
20
20
21
- # when updating the JNA version, also update the version in build-tools-internal/build.gradle
22
21
jna = 5.10.0
23
22
24
23
netty = 4.1.66.Final
You can’t perform that action at this time.
0 commit comments