|
7 | 7 |
|
8 | 8 | <groupId>com.oracle.wls.exporter</groupId>
|
9 | 9 | <artifactId>wls-exporter-parent</artifactId>
|
10 |
| - <version>2.0.1-SNAPSHOT</version> |
| 10 | + <version>2.0.1</version> |
11 | 11 | <modules>
|
12 | 12 | <module>wls-exporter-core</module>
|
13 | 13 | </modules>
|
|
82 | 82 | <dependency>
|
83 | 83 | <groupId>javax.servlet</groupId>
|
84 | 84 | <artifactId>javax.servlet-api</artifactId>
|
85 |
| - <version>3.1.0</version> |
| 85 | + <version>4.0.1</version> |
86 | 86 | <scope>provided</scope>
|
87 | 87 | </dependency>
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>org.apache.httpcomponents</groupId>
|
90 | 90 | <artifactId>httpclient</artifactId>
|
91 |
| - <version>4.5.12</version> |
| 91 | + <version>4.5.13</version> |
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.apache.httpcomponents</groupId>
|
95 | 95 | <artifactId>httpcore</artifactId>
|
96 |
| - <version>4.4.13</version> |
| 96 | + <version>4.4.14</version> |
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>commons-fileupload</groupId>
|
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>org.yaml</groupId>
|
105 | 105 | <artifactId>snakeyaml</artifactId>
|
106 |
| - <version>1.26</version> |
| 106 | + <version>1.28</version> |
107 | 107 | </dependency>
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>com.google.code.gson</groupId>
|
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>commons-io</groupId>
|
115 | 115 | <artifactId>commons-io</artifactId>
|
116 |
| - <version>2.7</version> |
| 116 | + <version>2.8.0</version> |
117 | 117 | </dependency>
|
118 | 118 |
|
119 | 119 | <!-- unit test dependencies -->
|
120 | 120 |
|
121 | 121 | <dependency>
|
122 | 122 | <groupId>com.google.guava</groupId>
|
123 | 123 | <artifactId>guava</artifactId>
|
124 |
| - <version>29.0-jre</version> |
| 124 | + <version>30.1.1-jre</version> |
125 | 125 | <scope>test</scope>
|
126 | 126 | </dependency>
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>com.jayway.jsonpath</groupId>
|
129 | 129 | <artifactId>json-path</artifactId>
|
130 |
| - <version>2.4.0</version> |
| 130 | + <version>2.5.0</version> |
131 | 131 | <scope>test</scope>
|
132 | 132 | </dependency>
|
133 | 133 | <dependency>
|
|
150 | 150 | <dependency>
|
151 | 151 | <groupId>com.meterware.simplestub</groupId>
|
152 | 152 | <artifactId>simplestub</artifactId>
|
153 |
| - <version>1.2.12</version> |
| 153 | + <version>1.3.0</version> |
154 | 154 | <scope>test</scope>
|
155 | 155 | </dependency>
|
156 | 156 | <dependency>
|
|
162 | 162 | <dependency>
|
163 | 163 | <groupId>org.httpunit</groupId>
|
164 | 164 | <artifactId>httpunit</artifactId>
|
165 |
| - <version>1.7.2</version> |
| 165 | + <version>1.7.3</version> |
166 | 166 | <scope>test</scope>
|
167 | 167 | <exclusions>
|
168 | 168 | <exclusion>
|
|
0 commit comments