Revision 1e34764b
Added by Andreas Müller 4 months ago
pom.xml | ||
---|---|---|
725 | 725 |
<dependency> |
726 | 726 |
<groupId>org.codehaus.jackson</groupId> |
727 | 727 |
<artifactId>jackson-mapper-asl</artifactId> |
728 |
<version>1.9.11</version>
|
|
728 |
<version>1.9.13</version>
|
|
729 | 729 |
</dependency> |
730 | 730 |
<!-- windows service --> |
731 | 731 |
<dependency> |
... | ... | |
738 | 738 |
<dependency> |
739 | 739 |
<groupId>org.slf4j</groupId> |
740 | 740 |
<artifactId>slf4j-api</artifactId> |
741 |
<version>1.7.13</version>
|
|
741 |
<version>1.7.32</version>
|
|
742 | 742 |
</dependency> |
743 | 743 |
<dependency> |
744 | 744 |
<groupId>org.slf4j</groupId> |
745 | 745 |
<artifactId>slf4j-log4j12</artifactId> |
746 |
<version>1.7.13</version>
|
|
746 |
<version>1.7.32</version>
|
|
747 | 747 |
</dependency> |
748 | 748 |
<dependency> |
749 | 749 |
<groupId>commons-cli</groupId> |
... | ... | |
753 | 753 |
<dependency> |
754 | 754 |
<groupId>commons-io</groupId> |
755 | 755 |
<artifactId>commons-io</artifactId> |
756 |
<version>2.4</version>
|
|
756 |
<version>2.11.0</version>
|
|
757 | 757 |
</dependency> |
758 | 758 |
<dependency> |
759 | 759 |
<groupId>commons-collections</groupId> |
760 | 760 |
<artifactId>commons-collections</artifactId> |
761 |
<version>3.2.1</version>
|
|
761 |
<version>3.2.2</version>
|
|
762 | 762 |
</dependency> |
763 | 763 |
<dependency> |
764 | 764 |
<groupId>net.sf.jopt-simple</groupId> |
Also available in: Unified diff
ref #9359 update minor version dependency updates to cdmserver