|
23 | 23 | <shiro.version>1.8.0</shiro.version>
|
24 | 24 | <dom4j.version>2.1.3</dom4j.version>
|
25 | 25 | <hydra.version>0.2.0</hydra.version>
|
26 |
| - <featureExtraction.version>3.1.0</featureExtraction.version> |
| 26 | + <featureExtraction.version>3.2.0</featureExtraction.version> |
27 | 27 |
|
28 | 28 | <commons-fileupload.version>1.3.3</commons-fileupload.version>
|
29 | 29 |
|
|
604 | 604 | </exclusion>
|
605 | 605 | </exclusions>
|
606 | 606 | </dependency>
|
| 607 | + <!-- It is overriding a transitive dependency from the dependency above --> |
| 608 | + <!-- After migrating to Spring Boot 2.x we should get rid of it --> |
| 609 | + <dependency> |
| 610 | + <groupId>org.yaml</groupId> |
| 611 | + <artifactId>snakeyaml</artifactId> |
| 612 | + <version>1.26</version> |
| 613 | + </dependency> |
607 | 614 | <dependency>
|
608 | 615 | <groupId>org.springframework.boot</groupId>
|
609 | 616 | <artifactId>spring-boot-starter-web</artifactId>
|
|
631 | 638 | <groupId>org.springframework.boot</groupId>
|
632 | 639 | <artifactId>spring-boot-starter-batch</artifactId>
|
633 | 640 | </dependency>
|
| 641 | + <!-- It is overriding a transitive dependency from the dependency above --> |
| 642 | + <!-- After migrating to Spring Boot 2.x we should get rid of it --> |
| 643 | + <dependency> |
| 644 | + <groupId>com.thoughtworks.xstream</groupId> |
| 645 | + <artifactId>xstream</artifactId> |
| 646 | + <version>1.4.19</version> |
| 647 | + </dependency> |
634 | 648 | <dependency>
|
635 | 649 | <groupId>org.springframework.boot</groupId>
|
636 | 650 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
739 | 753 | </exclusion>
|
740 | 754 | </exclusions>
|
741 | 755 | </dependency>
|
| 756 | + <!-- It is overriding a transitive dependency from the dependency above --> |
| 757 | + <!-- After migrating to Spring Boot 2.x we should get rid of it --> |
| 758 | + <dependency> |
| 759 | + <groupId>net.minidev</groupId> |
| 760 | + <artifactId>json-smart</artifactId> |
| 761 | + <version>2.4.8</version> |
| 762 | + </dependency> |
742 | 763 | <dependency>
|
743 | 764 | <groupId>org.apache.commons</groupId>
|
744 | 765 | <artifactId>commons-lang3</artifactId>
|
|
979 | 1000 | <dependency>
|
980 | 1001 | <groupId>com.google.code.gson</groupId>
|
981 | 1002 | <artifactId>gson</artifactId>
|
| 1003 | + <version>2.8.9</version> |
982 | 1004 | </dependency>
|
983 | 1005 | <dependency>
|
984 | 1006 | <groupId>org.jasypt</groupId>
|
|
1078 | 1100 | <dependency>
|
1079 | 1101 | <groupId>org.ohdsi</groupId>
|
1080 | 1102 | <artifactId>standardized-analysis-specs</artifactId>
|
1081 |
| - <version>1.3.1</version> |
| 1103 | + <version>1.4.0</version> |
1082 | 1104 | <exclusions>
|
1083 | 1105 | <exclusion>
|
1084 | 1106 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
1089 | 1111 | <dependency>
|
1090 | 1112 | <groupId>org.ohdsi</groupId>
|
1091 | 1113 | <artifactId>standardized-analysis-utils</artifactId>
|
1092 |
| - <version>1.3.0</version> |
| 1114 | + <version>1.3.2</version> |
1093 | 1115 | <exclusions>
|
1094 | 1116 | <exclusion>
|
1095 | 1117 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
0 commit comments