Skip to content

Commit

Permalink
Merge pull request #176 from bosch-io/update-java-client-dependencies
Browse files Browse the repository at this point in the history
Update several Java Client dependencies
  • Loading branch information
thjaeckle authored Jan 4, 2022
2 parents e6fc99b + 76499d1 commit cdb123a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@
<ditto.version>${revision}</ditto.version>
<minimal-json.version>0.9.5</minimal-json.version>
<nv-websocket-client.version>2.12</nv-websocket-client.version>
<classindex.version>3.8</classindex.version>
<slf4j.version>1.7.28</slf4j.version>
<classindex.version>3.11</classindex.version>
<slf4j.version>1.7.32</slf4j.version>

<!-- ### Provided dependencies versions -->
<jsr305.version>3.0.2</jsr305.version>

<!-- ### Testing dependencies versions -->
<logback.version>1.2.6</logback.version>
<junit.version>4.13.1</junit.version>
<logback.version>1.2.10</logback.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.19.0</assertj.version>
<mutability-detector.version>0.10.4</mutability-detector.version>
<equals-verifier.version>3.1.10</equals-verifier.version>
Expand Down Expand Up @@ -378,7 +378,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.17</version>
<version>2.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions legal/3rd-party-dependencies/compile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
com.neovisionaries:nv-websocket-client:jar:2.12:compile
org.atteo.classindex:classindex:jar:3.8:compile
org.atteo.classindex:classindex:jar:3.11:compile
org.reactivestreams:reactive-streams:jar:1.0.3:compile
org.slf4j:slf4j-api:jar:1.7.28:compile
org.slf4j:slf4j-api:jar:1.7.32:compile
4 changes: 2 additions & 2 deletions legal/3rd-party-dependencies/maven-plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.2:runtime
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:runtime
org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:3.0.0-M4:runtime
org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.5.2:runtime
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.0.2:runtime
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.1.0:runtime
org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.9.5:runtime
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.3:runtime
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.0.0-M4:runtime
org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.0.1:runtime
org.codehaus.mojo:license-maven-plugin:maven-plugin:1.17:runtime
org.codehaus.mojo:license-maven-plugin:maven-plugin:2.0.0:runtime
org.codehaus.mojo:versions-maven-plugin:maven-plugin:2.5:runtime
org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.5:runtime
6 changes: 3 additions & 3 deletions legal/3rd-party-dependencies/test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
biz.aQute.bnd:bndlib:jar:2.4.0:test
ch.qos.logback:logback-classic:jar:1.2.3:test
ch.qos.logback:logback-core:jar:1.2.3:test
ch.qos.logback:logback-classic:jar:1.2.10:test
ch.qos.logback:logback-core:jar:1.2.10:test
com.beust:jcommander:jar:1.72:test
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
junit:junit:jar:4.13.1:test
junit:junit:jar:4.13.2:test
net.bytebuddy:byte-buddy-agent:jar:1.9.10:test
net.bytebuddy:byte-buddy:jar:1.9.10:test
nl.jqno.equalsverifier:equalsverifier:jar:3.1.10:test
Expand Down
12 changes: 6 additions & 6 deletions legal/NOTICE-THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=com/neovisionaries/nv-websocket-client/2.12/nv-websocket-client-2.12-sources.jar


## Atteo Class Index (3.8)
## Atteo Class Index (3.11)

* Maven coordinates: `org.atteo.classindex:classindex:3.8`
* Maven coordinates: `org.atteo.classindex:classindex:3.11`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: http://atteo.org/static/classindex/classindex
* Sources:
* declared as SCM: https://github.com/atteo/classindex/classindex
* Maven sources: https://search.maven.org/remotecontent?filepath=org/atteo/classindex/classindex/3.8/classindex-3.8-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/atteo/classindex/classindex/3.11/classindex-3.11-sources.jar


## reactive-streams (1.0.3)
Expand All @@ -40,13 +40,13 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3-sources.jar


## SLF4J API Module (1.7.28)
## SLF4J API Module (1.7.32)

* Maven coordinates: `org.slf4j:slf4j-api:1.7.28`
* Maven coordinates: `org.slf4j:slf4j-api:1.7.32`
* License: [MIT](https://spdx.org/licenses/MIT.html)
* Project: http://www.slf4j.org
* Sources:
* declared as SCM: https://github.com/qos-ch/slf4j/slf4j-api
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar


0 comments on commit cdb123a

Please sign in to comment.