Skip to content

Commit e924435

Browse files
committed
Lib upgrades
1 parent 5f3b4ba commit e924435

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

mmtf-serialization/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>uk.co.jemos.podam</groupId>
3030
<artifactId>podam</artifactId>
31-
</dependency>
31+
</dependency>
3232
<dependency>
3333
<groupId>commons-beanutils</groupId>
3434
<artifactId>commons-beanutils</artifactId>
@@ -37,12 +37,11 @@
3737
<groupId>${project.groupId}</groupId>
3838
<artifactId>mmtf-api</artifactId>
3939
<version>${project.version}</version>
40-
</dependency>
40+
</dependency>
4141
<dependency>
4242
<groupId>org.unitils</groupId>
4343
<artifactId>unitils-core</artifactId>
44-
<version>3.4.2</version>
45-
<scope>test</scope>
44+
<version>3.4.6</version>
4645
</dependency>
4746
</dependencies>
4847
<build>
@@ -63,7 +62,7 @@
6362
<target>${jdk.version}</target>
6463

6564
</configuration>
66-
</plugin>
65+
</plugin>
6766

6867
<!-- other plugins -->
6968
</plugins>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
<dependency>
322322
<groupId>uk.co.jemos.podam</groupId>
323323
<artifactId>podam</artifactId>
324-
<version>2.3.5.RELEASE</version>
324+
<version>2.3.12.RELEASE</version>
325325
<scope>test</scope>
326326
</dependency>
327327
<dependency>
@@ -399,8 +399,8 @@
399399
</reporting>
400400
<profiles>
401401

402-
<!-- Note: before you can use this build profile you need to set up an
403-
environment that contains correctly signed keys. Configure the keystore properties
402+
<!-- Note: before you can use this build profile you need to set up an
403+
environment that contains correctly signed keys. Configure the keystore properties
404404
and the profile in ~/.m2/settings.xml -->
405405
<profile>
406406
<id>codesigning</id>

0 commit comments

Comments
 (0)