|
48 | 48 |
|
49 | 49 | <!-- swagger -->
|
50 | 50 | <swagger-codegen-maven-plugin.version>3.0.18-gov4j-4</swagger-codegen-maven-plugin.version>
|
51 |
| - <swagger.version>1.6.9</swagger.version> |
52 |
| - <swagger.v3.version>2.2.8</swagger.v3.version> |
53 |
| - <swagger.parser.v3.version>2.1.11</swagger.parser.v3.version> |
| 51 | + <swagger.version>1.6.11</swagger.version> |
| 52 | + <swagger.v3.version>2.2.12</swagger.v3.version> |
| 53 | + <swagger.parser.v3.version>2.1.15</swagger.parser.v3.version> |
54 | 54 | <snakeyaml.version>1.33</snakeyaml.version>
|
| 55 | + <guava.version>32.0.1-android</guava.version> |
55 | 56 |
|
56 | 57 | <!-- cxf -->
|
57 |
| - <cxf.version>3.5.5</cxf.version> |
| 58 | + <cxf.version>3.5.6</cxf.version> |
58 | 59 | <cxf.xjc.runtime.version>2.7.0</cxf.xjc.runtime.version>
|
59 | 60 |
|
60 | 61 | <!-- jackson -->
|
61 |
| - <jackson.version>2.14.2</jackson.version> |
| 62 | + <jackson.version>2.15.2</jackson.version> |
62 | 63 |
|
63 | 64 | <!-- Jersey -->
|
64 | 65 | <jersey.version>2.38</jersey.version>
|
65 | 66 |
|
66 | 67 | <!-- Spring -->
|
67 |
| - <spring.version>5.3.25</spring.version> |
| 68 | + <spring.version>5.3.28</spring.version> |
68 | 69 |
|
69 | 70 | <!-- Spring Security -->
|
70 |
| - <spring.security.version>5.8.1</spring.security.version> |
| 71 | + <spring.security.version>5.8.3</spring.security.version> |
71 | 72 |
|
72 | 73 | <!-- Spring Security Ldap plugin -->
|
73 | 74 | <spring.ldap.version>2.4.1</spring.ldap.version>
|
|
79 | 80 | <commons-jcs-core.version>2.2</commons-jcs-core.version>
|
80 | 81 | <commons.csv.version>1.5</commons.csv.version>
|
81 | 82 | <commons.codec.version>1.11</commons.codec.version>
|
82 |
| - <commons.io.version>2.7</commons.io.version> |
| 83 | + <commons.io.version>2.13.0</commons.io.version> |
83 | 84 | <commons.lang.version>2.6</commons.lang.version>
|
84 | 85 | <commons.lang3.version>3.12.0</commons.lang3.version>
|
85 | 86 | <commons.pool2.version>2.6.0</commons.pool2.version>
|
|
107 | 108 | <networknt_json-schema-validator.version>1.0.76</networknt_json-schema-validator.version>
|
108 | 109 |
|
109 | 110 | <!-- org.json -->
|
110 |
| - <org.json.json.version>20230227</org.json.json.version> |
| 111 | + <org.json.json.version>20230618</org.json.json.version> |
111 | 112 |
|
112 | 113 | <!-- xercesImpl -->
|
113 | 114 | <xercesImpl.version>2.12.2</xercesImpl.version>
|
|
129 | 130 |
|
130 | 131 | <!-- Json Path -->
|
131 | 132 | <json-path.version>2.4.0</json-path.version>
|
132 |
| - <json-smart.version>2.4.8</json-smart.version> |
| 133 | + <json-smart.version>2.4.11</json-smart.version> |
133 | 134 | <accessors-smart.version>1.3</accessors-smart.version>
|
134 | 135 |
|
135 | 136 | <!-- Base64 java8 migration class. -->
|
|
161 | 162 | <!-- dynamicreports-core -->
|
162 | 163 | <dynamicreports-core.version>4.1.1</dynamicreports-core.version>
|
163 | 164 | <!-- jasperreports -->
|
164 |
| - <jasperreports.version>6.20.0</jasperreports.version> |
| 165 | + <jasperreports.version>6.20.5</jasperreports.version> |
165 | 166 |
|
166 | 167 | <jaxb.api.version>2.3.1</jaxb.api.version>
|
167 | 168 | <jaxb.core.version>2.3.0.1</jaxb.core.version>
|
|
814 | 815 | <groupId>org.yaml</groupId>
|
815 | 816 | <artifactId>snakeyaml</artifactId>
|
816 | 817 | </exclusion>
|
| 818 | + <exclusion> |
| 819 | + <groupId>com.google.guava</groupId> |
| 820 | + <artifactId>guava</artifactId> |
| 821 | + </exclusion> |
817 | 822 | </exclusions>
|
818 | 823 | </dependency>
|
| 824 | + |
| 825 | + <dependency> |
| 826 | + <groupId>com.google.guava</groupId> |
| 827 | + <artifactId>guava</artifactId> |
| 828 | + <version>${guava.version}</version> |
| 829 | + </dependency> |
819 | 830 |
|
820 | 831 | <dependency>
|
821 | 832 | <groupId>org.apache.cxf</groupId>
|
|
0 commit comments