Skip to content

Commit

Permalink
update maven plugins to latest versions
Browse files Browse the repository at this point in the history
* and update legal / dependencies documents accordingly

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Sep 18, 2023
1 parent 8bbd417 commit bdd5420
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
target/
/ditto_all_dependencies/
dependencies.txt
dependency-reduced-pom.xml
/deployment/docker/.env
/deployment/docker/sandbox/.env
/deployment/docker/sandbox/postgres
Expand All @@ -23,4 +24,3 @@ deployment/helm/eclipse-ditto/charts/*
.factorypath
ui/node_modules
ui/dist

2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<scala.version>2.13</scala.version> <!-- for scala libraries the scala version is used in their artifactId -->
<scala.full.version>2.13.10</scala.full.version>
<scala.full.version>2.13.12</scala.full.version>
<scala-parser-combinators.version>1.1.2</scala-parser-combinators.version>
<scala-java8-compat.version>1.0.2</scala-java8-compat.version>

Expand Down
13 changes: 6 additions & 7 deletions legal/3rd-party-dependencies/compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ com.github.jnr:jnr-constants:jar:0.9.12:compile
com.github.jnr:jnr-ffi:jar:2.1.9:compile
com.github.jnr:jnr-x86asm:jar:1.0.2:compile
com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0:compile
com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0:compile
com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1:compile
com.google.auto.value:auto-value-annotations:jar:1.9:compile
com.hierynomus:asn-one:jar:0.5.0:compile
com.hivemq:hivemq-mqtt-client:jar:1.3.0:compile
Expand Down Expand Up @@ -100,10 +100,10 @@ org.komamitsu:fluency-fluentd:jar:2.6.5:compile
org.lmdbjava:lmdbjava:jar:0.7.0:compile
org.lz4:lz4-java:jar:1.8.0:compile
org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:4.3.4:compile
org.mongodb:bson:jar:4.3.4:compile
org.mongodb:mongodb-driver-core:jar:4.3.4:compile
org.mongodb:mongodb-driver-reactivestreams:jar:4.3.4:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2:compile
org.mongodb:bson:jar:4.10.2:compile
org.mongodb:mongodb-driver-core:jar:4.10.2:compile
org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2:compile
org.mozilla:rhino-runtime:jar:1.7.14:compile
org.ow2.asm:asm-analysis:jar:9.2:compile
org.ow2.asm:asm-commons:jar:9.2:compile
Expand All @@ -113,8 +113,7 @@ org.ow2.asm:asm:jar:9.2:compile
org.parboiled:parboiled_2.13:jar:2.5.0:compile
org.reactivestreams:reactive-streams:jar:1.0.4:compile
org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2:compile
org.scala-lang:scala-library:jar:2.13.10:compile
org.scala-lang:scala-reflect:jar:2.13.10:compile
org.scala-lang:scala-library:jar:2.13.12:compile
org.slf4j:jcl-over-slf4j:jar:1.7.36:compile
org.slf4j:jul-to-slf4j:jar:1.7.36:compile
org.slf4j:slf4j-api:jar:1.7.36:compile
Expand Down
46 changes: 23 additions & 23 deletions legal/3rd-party-dependencies/maven-plugins.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.15.7:runtime
com.mycila:license-maven-plugin:maven-plugin:4.1:runtime
net.alchim31.maven:scala-maven-plugin:maven-plugin:4.5.6:runtime
org.apache.felix:maven-bundle-plugin:maven-plugin:5.1.4:runtime
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.5:runtime
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.9.0:runtime
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.2.0:runtime
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:3.0.0-M2:runtime
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0:runtime
org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:3.0.0-M5:runtime
org.apache.maven.plugins:maven-install-plugin:maven-plugin:3.0.0-M1:runtime
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:3.2.2:runtime
org.apache.maven.plugins:maven-javadoc-plugin:maven-plugin:3.3.1:runtime
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.2.0:runtime
org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.12.2:runtime
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.2.4:runtime
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.3:runtime
org.apache.maven.plugins:maven-source-plugin:maven-plugin:3.2.1:runtime
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.0.0-M5:runtime
org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.2.7:runtime
org.codehaus.mojo:license-maven-plugin:maven-plugin:2.0.0:runtime
org.codehaus.mojo:versions-maven-plugin:maven-plugin:2.8.1:runtime
org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.7:runtime
com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.17.3:runtime
com.mycila:license-maven-plugin:maven-plugin:4.2:runtime
net.alchim31.maven:scala-maven-plugin:maven-plugin:4.8.1:runtime
org.apache.felix:maven-bundle-plugin:maven-plugin:5.1.9:runtime
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:3.2.0:runtime
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.11.0:runtime
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.6.0:runtime
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:3.1.1:runtime
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.4.1:runtime
org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:3.1.2:runtime
org.apache.maven.plugins:maven-install-plugin:maven-plugin:3.1.1:runtime
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:3.3.0:runtime
org.apache.maven.plugins:maven-javadoc-plugin:maven-plugin:3.6.0:runtime
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.3.1:runtime
org.apache.maven.plugins:maven-scm-plugin:maven-plugin:2.0.1:runtime
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.5.0:runtime
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.12.1:runtime
org.apache.maven.plugins:maven-source-plugin:maven-plugin:3.3.0:runtime
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.1.2:runtime
org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.5.0:runtime
org.codehaus.mojo:license-maven-plugin:maven-plugin:2.2.0:runtime
org.codehaus.mojo:versions-maven-plugin:maven-plugin:2.16.0:runtime
org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.10:runtime
org.sonatype.plugins:port-allocator-maven-plugin:maven-plugin:1.2:runtime
5 changes: 4 additions & 1 deletion legal/3rd-party-dependencies/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ com.squareup.okio:okio:jar:2.8.0:runtime
io.jsonwebtoken:jjwt-impl:jar:0.11.5:runtime
io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0:runtime
io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha:runtime
io.projectreactor:reactor-core:jar:3.2.22.RELEASE:runtime
io.projectreactor:reactor-core:jar:3.5.0:runtime
javax.inject:javax.inject:jar:1:runtime
net.jodah:failsafe:jar:2.4.4:runtime
net.logstash.logback:logstash-logback-encoder:jar:7.2:runtime
Expand All @@ -15,6 +15,9 @@ org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10:runtime
org.jetbrains:annotations:jar:13.0:runtime
org.jetbrains:annotations:jar:16.0.3:runtime
org.komamitsu:phi-accural-failure-detector:jar:0.0.5:runtime
org.mongodb:bson-record-codec:jar:4.10.2:runtime
org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2:runtime
org.msgpack:jackson-dataformat-msgpack:jar:0.9.1:runtime
org.msgpack:msgpack-core:jar:0.9.1:runtime
org.scala-lang:scala-reflect:jar:2.13.12:runtime
org.xerial.snappy:snappy-java:jar:1.1.8.1:runtime
2 changes: 1 addition & 1 deletion legal/3rd-party-dependencies/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
com.github.alstanchev:pekko-persistence-inmemory_2.13:jar:0.0.0-SNAPSHOT:test
com.github.docker-java:docker-java-api:jar:3.2.13:test
com.github.docker-java:docker-java-core:jar:3.2.13:test
com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test
Expand All @@ -7,6 +6,7 @@ com.github.stefanbirkner:system-rules:jar:1.19.0:test
com.google.guava:guava:jar:19.0:test
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
commons-io:commons-io:jar:2.6:test
io.github.alstanchev:pekko-persistence-inmemory_2.13:jar:1.0.0:test
io.github.classgraph:classgraph:jar:4.8.126:test
junit:junit:jar:4.13.2:test
net.bytebuddy:byte-buddy-agent:jar:1.12.13:test
Expand Down
64 changes: 37 additions & 27 deletions legal/NOTICE-THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=com/github/pjfanning/pekko-rabbitmq_2.13/7.0.0/pekko-rabbitmq_2.13-7.0.0-sources.jar


## pekko-persistence-mongodb (1.0)
## pekko-persistence-mongodb (1.0.1)

* Maven coordinates: `com.github.scullxbones:pekko-persistence-mongodb_2.13:1.0`
* Maven coordinates: `com.github.scullxbones:pekko-persistence-mongodb_2.13:1.0.1`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://github.com/scullxbones/pekko-persistence-mongo
* Sources:
* declared as SCM: https://github.com/scullxbones/pekko-persistence-mongo
* Maven sources: https://search.maven.org/remotecontent?filepath=com/github/scullxbones/pekko-persistence-mongodb_2.13/1.0/pekko-persistence-mongodb_2.13-1.0-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=com/github/scullxbones/pekko-persistence-mongodb_2.13/1.0.1/pekko-persistence-mongodb_2.13-1.0.1-sources.jar


## AutoValue Annotations (1.9)
Expand Down Expand Up @@ -630,14 +630,14 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-semconv/1.13.0-alpha/opentelemetry-semconv-1.13.0-alpha-sources.jar


## Non-Blocking Reactive Foundation for the JVM (3.2.22.RELEASE)
## Non-Blocking Reactive Foundation for the JVM (3.5.0)

* Maven coordinates: `io.projectreactor:reactor-core:3.2.22.RELEASE`
* Maven coordinates: `io.projectreactor:reactor-core:3.5.0`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://github.com/reactor/reactor-core
* Sources:
* declared as SCM: https://github.com/reactor/reactor-core
* Maven sources: https://search.maven.org/remotecontent?filepath=io/projectreactor/reactor-core/3.2.22.RELEASE/reactor-core-3.2.22.RELEASE-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0-sources.jar


## RxJava (2.2.19)
Expand Down Expand Up @@ -1170,34 +1170,44 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=org/lz4/lz4-java/1.8.0/lz4-java-1.8.0-sources.jar


## BSON (4.3.4)
## BSON (4.10.2)

* Maven coordinates: `org.mongodb:bson:4.3.4`
* Maven coordinates: `org.mongodb:bson:4.10.2`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://bsonspec.org
* Sources:
* declared as SCM: https://github.com/mongodb/mongo-java-driver
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/bson/4.3.4/bson-4.3.4-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/bson/4.10.2/bson-4.10.2-sources.jar


## MongoDB Java Driver Core (4.3.4)
## BSON Record Codec (4.10.2)

* Maven coordinates: `org.mongodb:mongodb-driver-core:4.3.4`
* Maven coordinates: `org.mongodb:bson-record-codec:4.10.2`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: http://www.mongodb.org
* Project: https://www.mongodb.com/
* Sources:
* declared as SCM: https://github.com/mongodb/mongo-java-driver
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/bson-record-codec/4.10.2/bson-record-codec-4.10.2-sources.jar


## MongoDB Java Driver Core (4.10.2)

* Maven coordinates: `org.mongodb:mongodb-driver-core:4.10.2`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://www.mongodb.com/
* Sources:
* declared as SCM: https://github.com/mongodb/mongo-java-driver
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-core/4.3.4/mongodb-driver-core-4.3.4-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-core/4.10.2/mongodb-driver-core-4.10.2-sources.jar


## The MongoDB Reactive Streams Driver (4.3.4)
## The MongoDB Reactive Streams Driver (4.10.2)

* Maven coordinates: `org.mongodb:mongodb-driver-reactivestreams:4.3.4`
* Maven coordinates: `org.mongodb:mongodb-driver-reactivestreams:4.10.2`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: http://www.mongodb.org
* Project: https://www.mongodb.com/
* Sources:
* declared as SCM: https://github.com/mongodb/mongo-java-driver
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-reactivestreams/4.3.4/mongodb-driver-reactivestreams-4.3.4-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-reactivestreams/4.10.2/mongodb-driver-reactivestreams-4.10.2-sources.jar


## Mongo Scala Bson Library (4.10.2)
Expand All @@ -1210,14 +1220,14 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/scala/mongo-scala-bson_2.13/4.10.2/mongo-scala-bson_2.13-4.10.2-sources.jar


## Mongo Scala Driver (4.3.4)
## Mongo Scala Driver (4.10.2)

* Maven coordinates: `org.mongodb.scala:mongo-scala-driver_2.13:4.3.4`
* Maven coordinates: `org.mongodb.scala:mongo-scala-driver_2.13:4.10.2`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: http://www.mongodb.org
* Project: https://www.mongodb.com/
* Sources:
* declared as SCM: https://github.com/mongodb/mongo-java-driver
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/scala/mongo-scala-driver_2.13/4.3.4/mongo-scala-driver_2.13-4.3.4-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/scala/mongo-scala-driver_2.13/4.10.2/mongo-scala-driver_2.13-4.10.2-sources.jar


## rhino-runtime (1.7.14)
Expand Down Expand Up @@ -1320,24 +1330,24 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4-sources.jar


## Scala Library (2.13.10)
## Scala Library (2.13.12)

* Maven coordinates: `org.scala-lang:scala-library:2.13.10`
* Maven coordinates: `org.scala-lang:scala-library:2.13.12`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://www.scala-lang.org/
* Sources:
* declared as SCM: https://github.com/scala/scala
* Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-library/2.13.10/scala-library-2.13.10-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-library/2.13.12/scala-library-2.13.12-sources.jar


## Scala Reflect (2.13.10)
## Scala Reflect (2.13.12)

* Maven coordinates: `org.scala-lang:scala-reflect:2.13.10`
* Maven coordinates: `org.scala-lang:scala-reflect:2.13.12`
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
* Project: https://www.scala-lang.org/
* Sources:
* declared as SCM: https://github.com/scala/scala
* Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10-sources.jar
* Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12-sources.jar


## scala-java8-compat (1.0.2)
Expand Down

0 comments on commit bdd5420

Please sign in to comment.