Skip to content

Commit

Permalink
Update third-party licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed May 13, 2024
1 parent c9d0489 commit 3b6447d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/distribution/third-party-licenses/licenses
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MQTT CLI uses the following third party libraries:
com.google.dagger:dagger | 2.51.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.errorprone:error_prone_annotations | 2.26.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:failureaccess | 1.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:guava | 33.1.0-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:guava | 33.2.0-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.hivemq:hivemq-mqtt-client | 1.3.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.opencsv:opencsv | 5.9 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
Expand All @@ -21,9 +21,9 @@ MQTT CLI uses the following third party libraries:
commons-collections:commons-collections | 3.2.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
commons-io:commons-io | 2.16.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
commons-logging:commons-logging | 1.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli | 4.7.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli-codegen | 4.7.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli-shell-jline3 | 4.7.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli | 4.7.6 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli-codegen | 4.7.6 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
info.picocli:picocli-shell-jline3 | 4.7.6 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.gsonfire:gson-fire | 1.9.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-buffer | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-codec | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
Expand Down
8 changes: 4 additions & 4 deletions src/distribution/third-party-licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>com.google.guava:guava</td>
<td>33.1.0-jre</td>
<td>33.2.0-jre</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand Down Expand Up @@ -172,7 +172,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>info.picocli:picocli</td>
<td>4.7.5</td>
<td>4.7.6</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -181,7 +181,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>info.picocli:picocli-codegen</td>
<td>4.7.5</td>
<td>4.7.6</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -190,7 +190,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>info.picocli:picocli-shell-jline3</td>
<td>4.7.5</td>
<td>4.7.6</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand Down

0 comments on commit 3b6447d

Please sign in to comment.