|
1 | 1 | <!-- |
2 | | - Copyright (c) 2019, 2021, Oracle and/or its affiliates. |
| 2 | + Copyright (c) 2019, 2022, Oracle and/or its affiliates. |
3 | 3 | Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. |
4 | 4 | --> |
5 | 5 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 |
|
8 | 8 | <groupId>com.oracle.wls.exporter</groupId> |
9 | 9 | <artifactId>wls-exporter-parent</artifactId> |
10 | | - <version>2.0.4</version> |
| 10 | + <version>2.0.5</version> |
11 | 11 | <modules> |
12 | 12 | <module>wls-exporter-core</module> |
13 | 13 | </modules> |
|
78 | 78 | <plugin> |
79 | 79 | <groupId>org.jacoco</groupId> |
80 | 80 | <artifactId>jacoco-maven-plugin</artifactId> |
81 | | - <version>0.8.7</version> |
| 81 | + <version>0.8.8</version> |
82 | 82 | <executions> |
83 | 83 | <execution> |
84 | 84 | <id>prepare-agent</id> |
|
115 | 115 | <dependency> |
116 | 116 | <groupId>org.apache.httpcomponents</groupId> |
117 | 117 | <artifactId>httpcore</artifactId> |
118 | | - <version>4.4.14</version> |
| 118 | + <version>4.4.15</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>commons-fileupload</groupId> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.yaml</groupId> |
127 | 127 | <artifactId>snakeyaml</artifactId> |
128 | | - <version>1.28</version> |
| 128 | + <version>1.30</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>com.google.code.gson</groupId> |
132 | 132 | <artifactId>gson</artifactId> |
133 | | - <version>2.8.6</version> |
| 133 | + <version>2.9.0</version> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>commons-io</groupId> |
137 | 137 | <artifactId>commons-io</artifactId> |
138 | | - <version>2.8.0</version> |
| 138 | + <version>2.11.0</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <!-- unit test dependencies --> |
142 | 142 |
|
143 | 143 | <dependency> |
144 | 144 | <groupId>com.google.guava</groupId> |
145 | 145 | <artifactId>guava</artifactId> |
146 | | - <version>30.1.1-jre</version> |
| 146 | + <version>31.1-jre</version> |
147 | 147 | <scope>test</scope> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>com.jayway.jsonpath</groupId> |
151 | 151 | <artifactId>json-path</artifactId> |
152 | | - <version>2.5.0</version> |
| 152 | + <version>2.7.0</version> |
153 | 153 | <scope>test</scope> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
156 | 156 | <groupId>org.slf4j</groupId> |
157 | 157 | <artifactId>slf4j-nop</artifactId> |
158 | | - <version>1.6.4</version> |
| 158 | + <version>1.7.36</version> |
159 | 159 | <scope>test</scope> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
|
166 | 166 | <dependency> |
167 | 167 | <groupId>org.junit.jupiter</groupId> |
168 | 168 | <artifactId>junit-jupiter</artifactId> |
169 | | - <version>5.7.0</version> |
| 169 | + <version>5.8.2</version> |
170 | 170 | <scope>test</scope> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
|
0 commit comments