File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,15 +131,16 @@ buildscript {
131
131
resolutionStrategy {
132
132
force 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
133
133
}
134
+ exclude group: 'xerces', module: 'xercesImpl'
134
135
}
135
136
}
136
137
137
138
plugins {
138
139
id 'java'
139
140
id 'maven-publish'
140
- id 'com.jfrog.artifactory' version '4.29.4 '
141
+ id 'com.jfrog.artifactory' version '5.2.3 '
141
142
id 'com.jfrog.bintray' version '1.8.5'
142
- id 'com.google.osdetector' version '1.7.0 '
143
+ id 'com.google.osdetector' version '1.7.3 '
143
144
}
144
145
145
146
wrapper.gradleVersion = '8.9'
@@ -176,7 +177,6 @@ artifactory {
176
177
repoKey = 'oss-snapshot-local'
177
178
username = System.getenv('ARTIFACTORY_USERNAME')
178
179
password = System.getenv('ARTIFACTORY_PASSWORD')
179
- maven = true
180
180
}
181
181
}
182
182
}
@@ -199,9 +199,9 @@ dependencies {
199
199
implementation "org.zeromq.$(use.project):$(use.project)-jni:$jni_dependencies_version"
200
200
. endif
201
201
. endfor
202
- implementation 'org.scijava:native-lib-loader:2.4 .0'
203
- testImplementation 'junit:junit:4.12 '
204
- testImplementation 'org.hamcrest:hamcrest-all:1.3 '
202
+ implementation 'org.scijava:native-lib-loader:2.5 .0'
203
+ testImplementation 'junit:junit:4.13.2 '
204
+ testImplementation 'org.hamcrest:hamcrest:2.2 '
205
205
}
206
206
207
207
// ------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments