|
418 | 418 | <org.scijava.scripting-beanshell.version>${scripting-beanshell.version}</org.scijava.scripting-beanshell.version>
|
419 | 419 |
|
420 | 420 | <!-- Scripting: Clojure - https://github.com/scijava/scripting-clojure -->
|
421 |
| - <scripting-clojure.version>0.1.6</scripting-clojure.version> |
| 421 | + <scripting-clojure.version>1.0.0</scripting-clojure.version> |
422 | 422 | <org.scijava.scripting-clojure.version>${scripting-clojure.version}</org.scijava.scripting-clojure.version>
|
423 | 423 |
|
424 | 424 | <!-- Scripting: Groovy - https://github.com/scijava/scripting-groovy -->
|
|
1121 | 1121 | <net.imglib2.imglib2-label-multisets.version>${imglib2-label-multisets.version}</net.imglib2.imglib2-label-multisets.version>
|
1122 | 1122 |
|
1123 | 1123 | <!-- N5 - https://github.com/saalfeldlab/n5 -->
|
1124 |
| - <n5.version>3.3.0</n5.version> |
| 1124 | + <n5.version>3.5.0</n5.version> |
1125 | 1125 | <org.janelia.saalfeldlab.n5.version>${n5.version}</org.janelia.saalfeldlab.n5.version>
|
1126 | 1126 |
|
1127 | 1127 | <!-- N5 AWS S3 - https://github.com/saalfeldlab/n5-aws-s3 -->
|
1128 |
| - <n5-aws-s3.version>4.2.1</n5-aws-s3.version> |
| 1128 | + <n5-aws-s3.version>4.3.0</n5-aws-s3.version> |
1129 | 1129 | <org.janelia.saalfeldlab.n5-aws-s3.version>${n5-aws-s3.version}</org.janelia.saalfeldlab.n5-aws-s3.version>
|
1130 | 1130 |
|
1131 | 1131 | <!-- N5 Blosc - https://github.com/saalfeldlab/n5-blosc -->
|
1132 | 1132 | <n5-blosc.version>1.1.1</n5-blosc.version>
|
1133 | 1133 | <org.janelia.saalfeldlab.n5-blosc.version>${n5-blosc.version}</org.janelia.saalfeldlab.n5-blosc.version>
|
1134 | 1134 |
|
1135 | 1135 | <!-- N5 Google Cloud - https://github.com/saalfeldlab/n5-google-cloud -->
|
1136 |
| - <n5-google-cloud.version>4.1.1</n5-google-cloud.version> |
| 1136 | + <n5-google-cloud.version>5.1.0</n5-google-cloud.version> |
1137 | 1137 | <org.janelia.saalfeldlab.n5-google-cloud.version>${n5-google-cloud.version}</org.janelia.saalfeldlab.n5-google-cloud.version>
|
1138 | 1138 |
|
1139 | 1139 | <!-- N5 HDF5 Bindings - https://github.com/saalfeldlab/n5-hdf5 -->
|
1140 |
| - <n5-hdf5.version>2.2.0</n5-hdf5.version> |
| 1140 | + <n5-hdf5.version>2.2.1</n5-hdf5.version> |
1141 | 1141 | <org.janelia.saalfeldlab.n5-hdf5.version>${n5-hdf5.version}</org.janelia.saalfeldlab.n5-hdf5.version>
|
1142 | 1142 |
|
1143 | 1143 | <!-- N5 ImageJ Bindings - https://github.com/saalfeldlab/n5-ij -->
|
1144 |
| - <n5-ij.version>4.2.5</n5-ij.version> |
| 1144 | + <n5-ij.version>4.4.0</n5-ij.version> |
1145 | 1145 | <org.janelia.saalfeldlab.n5-ij.version>${n5-ij.version}</org.janelia.saalfeldlab.n5-ij.version>
|
1146 | 1146 |
|
1147 | 1147 | <!-- N5 ImgLib2 Bindings - https://github.com/saalfeldlab/n5-imglib2 -->
|
1148 | 1148 | <n5-imglib2.version>7.0.2</n5-imglib2.version>
|
1149 | 1149 | <org.janelia.saalfeldlab.n5-imglib2.version>${n5-imglib2.version}</org.janelia.saalfeldlab.n5-imglib2.version>
|
1150 | 1150 |
|
1151 | 1151 | <!-- N5 Universe - https://github.com/saalfeldlab/n5-universe -->
|
1152 |
| - <n5-universe.version>1.6.0</n5-universe.version> |
| 1152 | + <n5-universe.version>2.3.0</n5-universe.version> |
1153 | 1153 | <org.janelia.saalfeldlab.n5-universe.version>${n5-universe.version}</org.janelia.saalfeldlab.n5-universe.version>
|
1154 | 1154 |
|
1155 | 1155 | <!-- N5 Viewer for Fiji - https://github.com/saalfeldlab/n5-viewer_fiji -->
|
1156 | 1156 | <n5-viewer_fiji.version>6.1.2</n5-viewer_fiji.version>
|
1157 | 1157 | <org.janelia.saalfeldlab.n5-viewer_fiji.version>${n5-viewer_fiji.version}</org.janelia.saalfeldlab.n5-viewer_fiji.version>
|
1158 | 1158 |
|
1159 | 1159 | <!-- N5 Zarr - https://github.com/saalfeldlab/n5-zarr -->
|
1160 |
| - <n5-zarr.version>1.3.5</n5-zarr.version> |
| 1160 | + <n5-zarr.version>1.5.1</n5-zarr.version> |
1161 | 1161 | <org.janelia.saalfeldlab.n5-zarr.version>${n5-zarr.version}</org.janelia.saalfeldlab.n5-zarr.version>
|
1162 | 1162 |
|
1163 | 1163 | <!-- N5 ZStandard - https://github.com/JaneliaSciComp/n5-zstandard -->
|
|
1190 | 1190 | <net.haesleinhuepf.clijx-weka_.version>${clijx-weka_.version}</net.haesleinhuepf.clijx-weka_.version>
|
1191 | 1191 |
|
1192 | 1192 | <!-- BigStitcher - https://imagej.net/plugins/bigstitcher -->
|
1193 |
| - <BigStitcher.version>2.0.1</BigStitcher.version> |
1194 |
| - <multiview-reconstruction.version>4.1.1</multiview-reconstruction.version> |
| 1193 | + <BigStitcher.version>2.5.0</BigStitcher.version> |
| 1194 | + <multiview-reconstruction.version>5.4.1</multiview-reconstruction.version> |
1195 | 1195 | <multiview-simulation.version>0.2.0</multiview-simulation.version>
|
1196 | 1196 | <net.preibisch.BigStitcher.version>${BigStitcher.version}</net.preibisch.BigStitcher.version>
|
1197 | 1197 | <net.preibisch.multiview-reconstruction.version>${multiview-reconstruction.version}</net.preibisch.multiview-reconstruction.version>
|
|
0 commit comments