File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 350
350
<gson .version>2.10.1</gson .version>
351
351
<guava .version>33.2.0-jre</guava .version>
352
352
<h2 .version>2.2.224</h2 .version>
353
+ <hdf5 .version>1.14.3-1.5.10</hdf5 .version>
353
354
<httpcomponents .version>4.5.14</httpcomponents .version>
354
355
<httpcore .version>4.4.16</httpcore .version>
355
356
<icu4j .version>75.1</icu4j .version>
1020
1021
<artifactId >angus-activation</artifactId >
1021
1022
<version >2.0.2</version >
1022
1023
</dependency >
1024
+ <dependency >
1025
+ <groupId >org.bytedeco</groupId >
1026
+ <artifactId >hdf5</artifactId >
1027
+ <version >${hdf5.version} </version >
1028
+ </dependency >
1029
+ <dependency >
1030
+ <groupId >org.bytedeco</groupId >
1031
+ <artifactId >hdf5-platform</artifactId >
1032
+ <version >${hdf5.version} </version >
1033
+ </dependency >
1023
1034
</dependencies >
1024
1035
</dependencyManagement >
1025
1036
1127
1138
<artifactId >joda-time</artifactId >
1128
1139
<version >2.12.7</version >
1129
1140
</coordinate >
1141
+ <!-- while waiting for 1.14.4 to appear on maven central, see
1142
+ https://www.hdfgroup.org/2024/05/new-hdf5-cve-issues-fixed-in-1-14-4/
1143
+ -->
1144
+ <coordinate >
1145
+ <groupId >org.bytedeco</groupId >
1146
+ <artifactId >hdf5</artifactId >
1147
+ <version >1.14.3-1.5.10</version >
1148
+ </coordinate >
1149
+ <coordinate >
1150
+ <groupId >org.bytedeco</groupId >
1151
+ <artifactId >hdf5-platform</artifactId >
1152
+ <version >1.14.3-1.5.10</version >
1153
+ </coordinate >
1130
1154
</excludeCoordinates >
1131
1155
<fail >true</fail >
1132
1156
</configuration >
You can’t perform that action at this time.
0 commit comments