|
111 | 111 | <artifactId>commons-compress</artifactId> |
112 | 112 | <version>1.27.1</version> |
113 | 113 | </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.apache.ws.xmlschema</groupId> |
| 116 | + <artifactId>xmlschema-core</artifactId> |
| 117 | + <version>2.3.1</version> |
| 118 | + </dependency> |
114 | 119 | <dependency> |
115 | 120 | <groupId>junit</groupId> |
116 | 121 | <artifactId>junit</artifactId> |
117 | | - <version>4.13.1</version> |
| 122 | + <version>4.13.2</version> |
118 | 123 | <scope>test</scope> |
119 | 124 | </dependency> |
120 | 125 | <dependency> |
121 | 126 | <groupId>org.spdx</groupId> |
122 | 127 | <artifactId>java-spdx-library</artifactId> |
123 | | - <version>2.0.0-RC2</version> |
| 128 | + <version>2.0.0</version> |
124 | 129 | </dependency> |
125 | 130 | <dependency> |
126 | 131 | <groupId>org.spdx</groupId> |
127 | 132 | <artifactId>spdx-rdf-store</artifactId> |
128 | | - <version>2.0.0-RC2</version> |
| 133 | + <version>2.0.0</version> |
129 | 134 | </dependency> |
130 | 135 | <dependency> |
131 | 136 | <groupId>org.spdx</groupId> |
132 | 137 | <artifactId>spdx-jackson-store</artifactId> |
133 | | - <version>2.0.0-RC2</version> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.apache.ws.xmlschema</groupId> |
137 | | - <artifactId>xmlschema-core</artifactId> |
138 | | - <version>2.3.0</version> |
| 138 | + <version>2.0.0</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>org.spdx</groupId> |
142 | 142 | <artifactId>spdx-spreadsheet-store</artifactId> |
143 | | - <version>2.0.0-RC2</version> |
| 143 | + <version>2.0.0</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>org.spdx</groupId> |
147 | 147 | <artifactId>spdx-tagvalue-store</artifactId> |
148 | | - <version>2.0.0-RC2</version> |
| 148 | + <version>2.0.0</version> |
| 149 | + </dependency> |
| 150 | + <dependency> |
| 151 | + <groupId>org.spdx</groupId> |
| 152 | + <artifactId>spdx-v3jsonld-store</artifactId> |
| 153 | + <version>1.0.0</version> |
149 | 154 | </dependency> |
150 | 155 | <dependency> |
151 | 156 | <groupId>com.networknt</groupId> |
152 | 157 | <artifactId>json-schema-validator</artifactId> |
153 | | - <version>1.5.1</version> |
| 158 | + <version>1.5.6</version> |
154 | 159 | </dependency> |
155 | 160 | <dependency> |
156 | 161 | <groupId>org.slf4j</groupId> |
157 | 162 | <artifactId>slf4j-simple</artifactId> |
158 | | - <version>2.0.13</version> |
| 163 | + <version>2.0.17</version> |
159 | 164 | <optional>true</optional> |
160 | | - </dependency> |
161 | | - <dependency> |
162 | | - <groupId>org.spdx</groupId> |
163 | | - <artifactId>spdx-v3jsonld-store</artifactId> |
164 | | - <version>1.0.0-RC3</version> |
165 | 165 | </dependency> |
166 | 166 | <dependency> |
167 | 167 | <groupId>org.apache.poi</groupId> |
168 | 168 | <artifactId>poi</artifactId> |
169 | | - <version>5.3.0</version> |
| 169 | + <version>5.4.1</version> |
170 | 170 | <scope>compile</scope> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
|
0 commit comments