Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies in 2024-08 #2005

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<!-- ### Compile dependencies versions -->
<minimal-json.version>0.9.5</minimal-json.version>
<jackson-bom.version>2.17.1</jackson-bom.version>
<jackson-bom.version>2.17.2</jackson-bom.version>
<json-schema-validator.version>1.5.1</json-schema-validator.version>
<typesafe-config.version>1.4.3</typesafe-config.version>
<ssl-config-core.version>0.6.1</ssl-config-core.version>
Expand All @@ -48,17 +48,17 @@

<pekko-bom.version>1.0.3</pekko-bom.version>
<pekko-http-bom.version>1.0.1</pekko-http-bom.version>
<pekko-persistence-mongodb.version>1.2.0</pekko-persistence-mongodb.version>
<pekko-persistence-inmemory.version>1.0.0</pekko-persistence-inmemory.version>
<pekko-persistence-mongodb.version>1.2.1</pekko-persistence-mongodb.version>
<pekko-persistence-inmemory.version>1.1.1</pekko-persistence-inmemory.version>
<pekko-management.version>1.0.0</pekko-management.version>
<pekko-connector-kafka.version>1.0.0</pekko-connector-kafka.version>
<parboiled.version>2.5.1</parboiled.version>

<!-- Necessary for pekko-persistence-mongodb -->
<metrics4-scala.version>4.2.9</metrics4-scala.version>
<metrics4-scala.version>4.3.2</metrics4-scala.version>

<!-- Keep these version consistent with pekko-persistence-mongodb.version's build.sbt -->
<mongo-java-driver.version>5.1.1</mongo-java-driver.version>
<mongo-java-driver.version>5.1.3</mongo-java-driver.version>

<!-- AWS SDK version needed for MongoDB AWS IAM authentication -->
<awssdk.version>2.26.21</awssdk.version>
Expand All @@ -69,21 +69,21 @@
<pjfanning-pekko-rabbitmq.version>7.0.0</pjfanning-pekko-rabbitmq.version>
<amqp-client.version>5.18.0</amqp-client.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<netty-bom.version>4.1.111.Final</netty-bom.version>
<netty-bom.version>4.1.112.Final</netty-bom.version>
<cloudevents.version>2.5.0</cloudevents.version>

<slf4j.version>2.0.11</slf4j.version>
<logback.version>1.4.14</logback.version>
<logstash-logback-encoder.version>7.4</logstash-logback-encoder.version>
<fluency.version>2.6.5</fluency.version>
<janino.version>3.1.11</janino.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.7</logback.version>
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
<fluency.version>2.7.2</fluency.version>
<janino.version>3.1.12</janino.version>

<!-- ### Metrics and Tracing -->
<kamon.version>2.7.1</kamon.version>
<kamon.version>2.7.3</kamon.version>

<jsr305.version>3.0.2</jsr305.version>

<rhino.version>1.7.14</rhino.version>
<rhino.version>1.7.15</rhino.version>
<!--
be aware that connectivity mapping has a direct dependency on files inside this library.
when updating this version, you should also check if the used paths and files still exist
Expand Down
8 changes: 4 additions & 4 deletions connectivity/service/src/test/resources/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ pekko.persistence {
}

pekko-contrib-mongodb-persistence-connection-journal {
class = "org.apache.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"
class = "io.github.alstanchev.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"
plugin-dispatcher = "connection-persistence-dispatcher"

ask-timeout = 10s
Expand All @@ -486,14 +486,14 @@ pekko-contrib-mongodb-persistence-connection-journal {
}

pekko-contrib-mongodb-persistence-connection-snapshots {
class = "org.apache.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"
class = "io.github.alstanchev.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"
plugin-dispatcher = "connection-persistence-dispatcher"

ask-timeout = 10s
}

pekko-contrib-mongodb-persistence-reconnect-journal {
class = "org.apache.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"
class = "io.github.alstanchev.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"
plugin-dispatcher = "reconnect-persistence-dispatcher"

ask-timeout = 10s
Expand All @@ -509,7 +509,7 @@ pekko-contrib-mongodb-persistence-reconnect-journal {
}

pekko-contrib-mongodb-persistence-reconnect-snapshots {
class = "org.apache.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"
class = "io.github.alstanchev.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"
plugin-dispatcher = "reconnect-persistence-dispatcher"

ask-timeout = 10s
Expand Down
4 changes: 2 additions & 2 deletions internal/utils/persistence/src/test/resources/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pekko {
}

pekko-contrib-mongodb-persistence-test-journal {
class = "org.apache.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"
class = "io.github.alstanchev.pekko.persistence.inmemory.journal.InMemoryAsyncWriteJournal"

ask-timeout = 10s

Expand Down Expand Up @@ -144,7 +144,7 @@ pekko-contrib-mongodb-persistence-test-journal-read {
}

pekko-contrib-mongodb-persistence-test-snapshots {
class = "org.apache.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"
class = "io.github.alstanchev.pekko.persistence.inmemory.snapshot.InMemorySnapshotStore"

ask-timeout = 10s
}
186 changes: 107 additions & 79 deletions legal/3rd-party-dependencies/compile.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
ch.qos.logback:logback-classic:jar:1.4.14:compile
ch.qos.logback:logback-core:jar:1.4.14:compile
ch.qos.logback:logback-classic:jar:1.5.7:compile
ch.qos.logback:logback-core:jar:1.5.7:compile
com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3:compile
com.fasterxml.jackson.core:jackson-core:jar:2.14.3:compile
com.fasterxml.jackson.core:jackson-databind:jar:2.14.3:compile
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3:compile
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3:compile
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3:compile
com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3:compile
com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3:compile
com.ethlo.time:itu:jar:1.10.2:compile
com.fasterxml.jackson.core:jackson-annotations:jar:2.17.2:compile
com.fasterxml.jackson.core:jackson-core:jar:2.17.2:compile
com.fasterxml.jackson.core:jackson-databind:jar:2.17.2:compile
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.17.2:compile
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.17.2:compile
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.2:compile
com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.17.2:compile
com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.17.2:compile
com.github.ben-manes.caffeine:caffeine:jar:3.1.8:compile
com.github.jnr:jffi:jar:1.2.18:compile
com.github.jnr:jffi:jar:native:1.2.18:compile
Expand All @@ -17,105 +18,132 @@ 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.1:compile
com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.2.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.3:compile
com.networknt:json-schema-validator:jar:1.5.1:compile
com.rabbitmq:amqp-client:jar:5.18.0:compile
com.thoughtworks.paranamer:paranamer:jar:2.8:compile
com.typesafe:config:jar:1.4.2:compile
com.typesafe:config:jar:1.4.3:compile
com.typesafe:ssl-config-core_2.13:jar:0.6.1:compile
io.cloudevents:cloudevents-api:jar:2.3.0:compile
io.cloudevents:cloudevents-core:jar:2.3.0:compile
io.cloudevents:cloudevents-http-basic:jar:2.3.0:compile
io.dropwizard.metrics:metrics-core:jar:4.2.9:compile
io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9:compile
io.jsonwebtoken:jjwt-api:jar:0.11.5:compile
io.kamon:kamon-core_2.13:jar:2.6.6:compile
io.kamon:kamon-executors_2.13:jar:2.6.6:compile
io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6:compile
io.kamon:kamon-opentelemetry_2.13:jar:2.6.6:compile
io.kamon:kamon-prometheus_2.13:jar:2.6.6:compile
io.kamon:kamon-system-metrics_2.13:jar:2.6.6:compile
io.netty:netty-buffer:jar:4.1.99.Final:compile
io.netty:netty-codec-http:jar:4.1.99.Final:compile
io.netty:netty-codec:jar:4.1.99.Final:compile
io.netty:netty-common:jar:4.1.99.Final:compile
io.netty:netty-handler:jar:4.1.99.Final:compile
io.netty:netty-resolver:jar:4.1.99.Final:compile
io.netty:netty-transport-classes-epoll:jar:4.1.99.Final:compile
io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final:compile
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final:compile
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final:compile
io.netty:netty-transport-native-unix-common:jar:4.1.99.Final:compile
io.netty:netty-transport:jar:4.1.99.Final:compile
io.opentelemetry:opentelemetry-api:jar:1.13.0:compile
io.opentelemetry:opentelemetry-context:jar:1.13.0:compile
io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0:compile
io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0:compile
io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0:compile
io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0:compile
io.cloudevents:cloudevents-api:jar:2.5.0:compile
io.cloudevents:cloudevents-core:jar:2.5.0:compile
io.cloudevents:cloudevents-http-basic:jar:2.5.0:compile
io.dropwizard.metrics:metrics-core:jar:4.2.27:compile
io.dropwizard.metrics:metrics-healthchecks:jar:4.2.27:compile
io.jsonwebtoken:jjwt-api:jar:0.12.6:compile
io.kamon:kamon-core_2.13:jar:2.7.3:compile
io.kamon:kamon-executors_2.13:jar:2.7.3:compile
io.kamon:kamon-instrumentation-common_2.13:jar:2.7.3:compile
io.kamon:kamon-opentelemetry_2.13:jar:2.7.3:compile
io.kamon:kamon-prometheus_2.13:jar:2.7.3:compile
io.kamon:kamon-system-metrics_2.13:jar:2.7.3:compile
io.netty:netty-buffer:jar:4.1.112.Final:compile
io.netty:netty-codec-http:jar:4.1.112.Final:compile
io.netty:netty-codec:jar:4.1.112.Final:compile
io.netty:netty-common:jar:4.1.112.Final:compile
io.netty:netty-handler:jar:4.1.112.Final:compile
io.netty:netty-resolver:jar:4.1.112.Final:compile
io.netty:netty-transport-classes-epoll:jar:4.1.112.Final:compile
io.netty:netty-transport-classes-kqueue:jar:4.1.112.Final:compile
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.112.Final:compile
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.112.Final:compile
io.netty:netty-transport-native-unix-common:jar:4.1.112.Final:compile
io.netty:netty-transport:jar:4.1.112.Final:compile
io.opentelemetry:opentelemetry-api:jar:1.35.0:compile
io.opentelemetry:opentelemetry-context:jar:1.35.0:compile
io.opentelemetry:opentelemetry-exporter-otlp:jar:1.35.0:compile
io.opentelemetry:opentelemetry-sdk-common:jar:1.35.0:compile
io.opentelemetry:opentelemetry-sdk-logs:jar:1.35.0:compile
io.opentelemetry:opentelemetry-sdk-metrics:jar:1.35.0:compile
io.opentelemetry:opentelemetry-sdk-trace:jar:1.35.0:compile
io.reactivex.rxjava2:rxjava:jar:2.2.21:compile
io.spray:spray-json_2.13:jar:1.3.6:compile
jakarta.jms:jakarta.jms-api:jar:2.0.3:compile
net.i2p.crypto:eddsa:jar:0.3.0:compile
nl.grons:metrics4-scala_2.13:jar:4.2.9:compile
nl.grons:metrics4-scala_2.13:jar:4.3.2:compile
org.agrona:agrona:jar:1.15.1:compile
org.apache.kafka:kafka-clients:jar:3.5.1:compile
org.apache.pekko:pekko-actor_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-cluster_2.13:jar:1.0.1:compile
org.apache.kafka:kafka-clients:jar:3.6.1:compile
org.apache.pekko:pekko-actor_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-cluster_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-coordination_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-coordination_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-discovery_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-http-core_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-http_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-discovery_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-http-core_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-http_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-management_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-parsing_2.13:jar:1.0.0:compile
org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-persistence_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-pki_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-remote_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-stream_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-parsing_2.13:jar:1.0.1:compile
org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-persistence_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-pki_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-remote_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-slf4j_2.13:jar:1.0.3:compile
org.apache.pekko:pekko-stream_2.13:jar:1.0.3:compile
org.apache.qpid:proton-j:jar:0.34.1:compile
org.apache.qpid:qpid-jms-client:jar:1.10.0:compile
org.apache.qpid:qpid-jms-client:jar:1.11.0:compile
org.apache.sshd:sshd-common:jar:2.9.2:compile
org.apache.sshd:sshd-core:jar:2.9.2:compile
org.atteo.classindex:classindex:jar:3.13:compile
org.codehaus.janino:commons-compiler:jar:3.1.11:compile
org.codehaus.janino:janino:jar:3.1.11:compile
org.komamitsu:fluency-core:jar:2.6.5:compile
org.komamitsu:fluency-fluentd:jar:2.6.5:compile
org.codehaus.janino:commons-compiler:jar:3.1.12:compile
org.codehaus.janino:janino:jar:3.1.12:compile
org.komamitsu:fluency-core:jar:2.7.2:compile
org.komamitsu:fluency-fluentd:jar:2.7.2: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.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.mongodb.scala:mongo-scala-bson_2.13:jar:5.1.3:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:5.1.3:compile
org.mongodb:bson:jar:5.1.3:compile
org.mongodb:mongodb-driver-core:jar:5.1.3:compile
org.mongodb:mongodb-driver-reactivestreams:jar:5.1.3:compile
org.mozilla:rhino-runtime:jar:1.7.15:compile
org.ow2.asm:asm-analysis:jar:9.2:compile
org.ow2.asm:asm-commons:jar:9.2:compile
org.ow2.asm:asm-tree:jar:9.2:compile
org.ow2.asm:asm-util:jar:9.2:compile
org.ow2.asm:asm:jar:9.2:compile
org.parboiled:parboiled_2.13:jar:2.5.0:compile
org.parboiled:parboiled_2.13:jar:2.5.1: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.12:compile
org.slf4j:jcl-over-slf4j:jar:2.0.11:compile
org.slf4j:jul-to-slf4j:jar:2.0.11:compile
org.slf4j:slf4j-api:jar:2.0.11:compile
org.scala-lang:scala-library:jar:2.13.14:compile
org.slf4j:jcl-over-slf4j:jar:2.0.16:compile
org.slf4j:jul-to-slf4j:jar:2.0.16:compile
org.slf4j:slf4j-api:jar:2.0.16:compile
org.webjars.npm:bytebuffer:jar:5.0.1:compile
org.webjars.npm:long:jar:3.2.0:compile
software.amazon.awssdk:annotations:jar:2.26.21:compile
software.amazon.awssdk:auth:jar:2.26.21:compile
software.amazon.awssdk:aws-core:jar:2.26.21:compile
software.amazon.awssdk:aws-query-protocol:jar:2.26.21:compile
software.amazon.awssdk:checksums-spi:jar:2.26.21:compile
software.amazon.awssdk:checksums:jar:2.26.21:compile
software.amazon.awssdk:endpoints-spi:jar:2.26.21:compile
software.amazon.awssdk:http-auth-aws-eventstream:jar:2.26.21:compile
software.amazon.awssdk:http-auth-aws:jar:2.26.21:compile
software.amazon.awssdk:http-auth-spi:jar:2.26.21:compile
software.amazon.awssdk:http-auth:jar:2.26.21:compile
software.amazon.awssdk:http-client-spi:jar:2.26.21:compile
software.amazon.awssdk:identity-spi:jar:2.26.21:compile
software.amazon.awssdk:json-utils:jar:2.26.21:compile
software.amazon.awssdk:metrics-spi:jar:2.26.21:compile
software.amazon.awssdk:profiles:jar:2.26.21:compile
software.amazon.awssdk:protocol-core:jar:2.26.21:compile
software.amazon.awssdk:regions:jar:2.26.21:compile
software.amazon.awssdk:retries-spi:jar:2.26.21:compile
software.amazon.awssdk:retries:jar:2.26.21:compile
software.amazon.awssdk:sdk-core:jar:2.26.21:compile
software.amazon.awssdk:sts:jar:2.26.21:compile
software.amazon.awssdk:third-party-jackson-core:jar:2.26.21:compile
software.amazon.awssdk:utils:jar:2.26.21:compile
software.amazon.eventstream:eventstream:jar:1.0.1:compile
Loading
Loading