Skip to content

Commit 867bd4c

Browse files
committed
Update component versions
* bigwarp: 9.1.4 -> 9.2.0 * BigStitcher: 2.0.0 -> 2.0.1 * multiview-reconstruction: 4.0.0 -> 4.1.1 * algart-tiff: 1.3.6 -> 1.3.7 * checker-qual: 3.47.0 -> 3.48.0 * junit-jupiter: 5.11.1 -> 5.11.2
1 parent 97bd4ab commit 867bd4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
<jitk.jitk-tps.version>${jitk-tps.version}</jitk.jitk-tps.version>
992992

993993
<!-- BigWarp - https://github.com/saalfeldlab/bigwarp -->
994-
<bigwarp.version>9.1.4</bigwarp.version>
994+
<bigwarp.version>9.2.0</bigwarp.version>
995995
<bigwarp_fiji.version>${bigwarp.version}</bigwarp_fiji.version>
996996
<sc.fiji.bigwarp_fiji.version>${bigwarp_fiji.version}</sc.fiji.bigwarp_fiji.version>
997997

@@ -1178,8 +1178,8 @@
11781178
<net.haesleinhuepf.clijx-weka_.version>${clijx-weka_.version}</net.haesleinhuepf.clijx-weka_.version>
11791179

11801180
<!-- BigStitcher - https://imagej.net/plugins/bigstitcher -->
1181-
<BigStitcher.version>2.0.0</BigStitcher.version>
1182-
<multiview-reconstruction.version>4.0.0</multiview-reconstruction.version>
1181+
<BigStitcher.version>2.0.1</BigStitcher.version>
1182+
<multiview-reconstruction.version>4.1.1</multiview-reconstruction.version>
11831183
<multiview-simulation.version>0.2.0</multiview-simulation.version>
11841184
<net.preibisch.BigStitcher.version>${BigStitcher.version}</net.preibisch.BigStitcher.version>
11851185
<net.preibisch.multiview-reconstruction.version>${multiview-reconstruction.version}</net.preibisch.multiview-reconstruction.version>
@@ -1310,7 +1310,7 @@
13101310
<org.abego.treelayout.org.abego.treelayout.core.version>${org.abego.treelayout.core.version}</org.abego.treelayout.org.abego.treelayout.core.version>
13111311

13121312
<!-- Algart TIFF - https://algart.net/java/AlgART-TIFF/ -->
1313-
<algart-tiff.version>1.3.6</algart-tiff.version>
1313+
<algart-tiff.version>1.3.7</algart-tiff.version>
13141314
<net.algart.algart-tiff.version>${algart-tiff.version}</net.algart.algart-tiff.version>
13151315

13161316
<!-- Amazon S3 - https://aws.amazon.com/sdkforjava -->
@@ -1548,7 +1548,7 @@
15481548
<javax.enterprise.cdi-api.version>${cdi-api.version}</javax.enterprise.cdi-api.version>
15491549

15501550
<!-- Checker Framework - https://checkerframework.org/ -->
1551-
<checker-qual.version>3.47.0</checker-qual.version>
1551+
<checker-qual.version>3.48.0</checker-qual.version>
15521552
<org.checkerframework.checker-qual.version>${checker-qual.version}</org.checkerframework.checker-qual.version>
15531553

15541554
<!-- Commons BeanUtils - https://commons.apache.org/proper/commons-beanutils/ -->
@@ -2130,7 +2130,7 @@
21302130
<junit.junit.version>${junit.version}</junit.junit.version>
21312131

21322132
<!-- JUnit 5 - https://junit.org/junit5/ -->
2133-
<junit-jupiter.version>5.11.1</junit-jupiter.version>
2133+
<junit-jupiter.version>5.11.2</junit-jupiter.version>
21342134
<junit-jupiter-api.version>${junit-jupiter.version}</junit-jupiter-api.version>
21352135
<junit-jupiter-engine.version>${junit-jupiter.version}</junit-jupiter-engine.version>
21362136
<junit-jupiter-migrationsupport.version>${junit-jupiter.version}</junit-jupiter-migrationsupport.version>

0 commit comments

Comments
 (0)