Skip to content

Commit cbfbb0d

Browse files
authored
Merge branch 'spdx:master' into add-schema-ver-check
2 parents ea9cd8c + e40d75e commit cbfbb0d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -111,62 +111,62 @@
111111
<artifactId>commons-compress</artifactId>
112112
<version>1.27.1</version>
113113
</dependency>
114+
<dependency>
115+
<groupId>org.apache.ws.xmlschema</groupId>
116+
<artifactId>xmlschema-core</artifactId>
117+
<version>2.3.1</version>
118+
</dependency>
114119
<dependency>
115120
<groupId>junit</groupId>
116121
<artifactId>junit</artifactId>
117-
<version>4.13.1</version>
122+
<version>4.13.2</version>
118123
<scope>test</scope>
119124
</dependency>
120125
<dependency>
121126
<groupId>org.spdx</groupId>
122127
<artifactId>java-spdx-library</artifactId>
123-
<version>2.0.0-RC2</version>
128+
<version>2.0.0</version>
124129
</dependency>
125130
<dependency>
126131
<groupId>org.spdx</groupId>
127132
<artifactId>spdx-rdf-store</artifactId>
128-
<version>2.0.0-RC2</version>
133+
<version>2.0.0</version>
129134
</dependency>
130135
<dependency>
131136
<groupId>org.spdx</groupId>
132137
<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>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.spdx</groupId>
142142
<artifactId>spdx-spreadsheet-store</artifactId>
143-
<version>2.0.0-RC2</version>
143+
<version>2.0.0</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.spdx</groupId>
147147
<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>
149154
</dependency>
150155
<dependency>
151156
<groupId>com.networknt</groupId>
152157
<artifactId>json-schema-validator</artifactId>
153-
<version>1.5.1</version>
158+
<version>1.5.6</version>
154159
</dependency>
155160
<dependency>
156161
<groupId>org.slf4j</groupId>
157162
<artifactId>slf4j-simple</artifactId>
158-
<version>2.0.13</version>
163+
<version>2.0.17</version>
159164
<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>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.apache.poi</groupId>
168168
<artifactId>poi</artifactId>
169-
<version>5.3.0</version>
169+
<version>5.4.1</version>
170170
<scope>compile</scope>
171171
</dependency>
172172
<dependency>

0 commit comments

Comments
 (0)