From e459f72faa2c47e0361d69964b9e9a7d7a96aaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20J=C3=A4ckle?= Date: Mon, 30 Sep 2024 11:16:19 +0200 Subject: [PATCH] update dependency/legal files --- bom/pom.xml | 2 +- legal/3rd-party-dependencies/compile.txt | 10 +- .../3rd-party-dependencies/listMvnPlugins.sh | 17 --- .../3rd-party-dependencies/maven-plugins.txt | 24 ---- legal/3rd-party-dependencies/runtime.txt | 6 +- legal/3rd-party-dependencies/test.txt | 8 +- legal/NOTICE-THIRD-PARTY.md | 120 +++++++++--------- 7 files changed, 72 insertions(+), 115 deletions(-) delete mode 100755 legal/3rd-party-dependencies/listMvnPlugins.sh delete mode 100644 legal/3rd-party-dependencies/maven-plugins.txt diff --git a/bom/pom.xml b/bom/pom.xml index 1bf1dd7971..1a5608ae07 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -27,7 +27,7 @@ 2.13 - 2.13.14 + 2.13.15 1.1.2 1.0.2 diff --git a/legal/3rd-party-dependencies/compile.txt b/legal/3rd-party-dependencies/compile.txt index 1c4a94880b..2c403cbb4e 100644 --- a/legal/3rd-party-dependencies/compile.txt +++ b/legal/3rd-party-dependencies/compile.txt @@ -103,10 +103,10 @@ 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: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.mongodb.scala:mongo-scala-driver_2.13:jar:5.1.4:compile +org.mongodb:bson:jar:5.1.4:compile +org.mongodb:mongodb-driver-core:jar:5.1.4:compile +org.mongodb:mongodb-driver-reactivestreams:jar:5.1.4: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 @@ -116,7 +116,7 @@ org.ow2.asm:asm:jar:9.2: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.14:compile +org.scala-lang:scala-library:jar:2.13.15: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 diff --git a/legal/3rd-party-dependencies/listMvnPlugins.sh b/legal/3rd-party-dependencies/listMvnPlugins.sh deleted file mode 100755 index 1f04611340..0000000000 --- a/legal/3rd-party-dependencies/listMvnPlugins.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Copyright (c) 2017 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# http://www.eclipse.org/legal/epl-2.0 -# -# SPDX-License-Identifier: EPL-2.0 -cd ../../ -mvn dependency:list dependency:resolve-plugins -DoutputFile=plugins.txt -find . -name plugins.txt|while read i; do cat $i;done|grep '.*:.*:runtime$'| tr -d '[:blank:]'|sort|uniq > legal/3rd-party-dependencies/maven-plugins.txt -find . -name plugins.txt|while read i; do rm $i;done -cd legal/3rd-party-dependencies/ - diff --git a/legal/3rd-party-dependencies/maven-plugins.txt b/legal/3rd-party-dependencies/maven-plugins.txt deleted file mode 100644 index f4ebf27358..0000000000 --- a/legal/3rd-party-dependencies/maven-plugins.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 diff --git a/legal/3rd-party-dependencies/runtime.txt b/legal/3rd-party-dependencies/runtime.txt index 6223f66db1..d1f209fc77 100644 --- a/legal/3rd-party-dependencies/runtime.txt +++ b/legal/3rd-party-dependencies/runtime.txt @@ -30,11 +30,11 @@ org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21: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:5.1.3:runtime -org.mongodb:mongodb-driver-reactivestreams:jar:5.1.3:runtime +org.mongodb:bson-record-codec:jar:5.1.4:runtime +org.mongodb:mongodb-driver-reactivestreams:jar:5.1.4:runtime org.msgpack:jackson-dataformat-msgpack:jar:0.9.6:runtime org.msgpack:msgpack-core:jar:0.9.6:runtime -org.scala-lang:scala-reflect:jar:2.13.14:runtime +org.scala-lang:scala-reflect:jar:2.13.15:runtime org.xerial.snappy:snappy-java:jar:1.1.10.5:runtime software.amazon.awssdk:apache-client:jar:2.26.21:runtime software.amazon.awssdk:netty-nio-client:jar:2.26.21:runtime diff --git a/legal/3rd-party-dependencies/test.txt b/legal/3rd-party-dependencies/test.txt index 57ee5b4513..40d4a42ca7 100644 --- a/legal/3rd-party-dependencies/test.txt +++ b/legal/3rd-party-dependencies/test.txt @@ -10,12 +10,10 @@ io.github.alstanchev:pekko-persistence-inmemory_2.13:jar:1.1.1: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 -net.bytebuddy:byte-buddy:jar:1.12.12:test -net.bytebuddy:byte-buddy:jar:1.12.13:test -net.bytebuddy:byte-buddy:jar:1.12.21:test +net.bytebuddy:byte-buddy:jar:1.14.18:test net.java.dev.jna:jna:jar:5.12.1:test net.sf.jopt-simple:jopt-simple:jar:5.0.4:test -nl.jqno.equalsverifier:equalsverifier:jar:3.10.1:test +nl.jqno.equalsverifier:equalsverifier:jar:3.16.1:test org.apache.commons:commons-compress:jar:1.21:test org.apache.commons:commons-lang3:jar:3.12.0:test org.apache.commons:commons-math3:jar:3.6.1:test @@ -38,8 +36,8 @@ org.junit.platform:junit-platform-commons:jar:1.10.0:test org.junit.platform:junit-platform-engine:jar:1.10.0:test org.junit.vintage:junit-vintage-engine:jar:5.10.0:test org.mockito:mockito-core:jar:4.7.0:test -org.mutabilitydetector:MutabilityDetector:jar:0.10.6:test org.objenesis:objenesis:jar:3.2:test +org.objenesis:objenesis:jar:3.3:test org.openjdk.jmh:jmh-core:jar:1.37:test org.openjdk.jmh:jmh-generator-annprocess:jar:1.37:test org.opentest4j:opentest4j:jar:1.3.0:test diff --git a/legal/NOTICE-THIRD-PARTY.md b/legal/NOTICE-THIRD-PARTY.md index a53a360cc3..9a78110f06 100644 --- a/legal/NOTICE-THIRD-PARTY.md +++ b/legal/NOTICE-THIRD-PARTY.md @@ -480,134 +480,134 @@ * Maven sources: https://search.maven.org/remotecontent?filepath=io/kamon/kamon-system-metrics_2.13/2.7.3/kamon-system-metrics_2.13-2.7.3-sources.jar -## Netty/Buffer (4.1.111.Final) +## Netty/Buffer (4.1.112.Final) -* Maven coordinates: `io.netty:netty-buffer:4.1.111.Final` +* Maven coordinates: `io.netty:netty-buffer:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-buffer/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-buffer - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-buffer/4.1.111.Final/netty-buffer-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-buffer/4.1.112.Final/netty-buffer-4.1.112.Final-sources.jar -## Netty/Codec (4.1.111.Final) +## Netty/Codec (4.1.112.Final) -* Maven coordinates: `io.netty:netty-codec:4.1.111.Final` +* Maven coordinates: `io.netty:netty-codec:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-codec/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-codec - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec/4.1.111.Final/netty-codec-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec/4.1.112.Final/netty-codec-4.1.112.Final-sources.jar -## Netty/Codec/HTTP (4.1.111.Final) +## Netty/Codec/HTTP (4.1.112.Final) -* Maven coordinates: `io.netty:netty-codec-http:4.1.111.Final` +* Maven coordinates: `io.netty:netty-codec-http:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-codec-http/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-codec-http - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http/4.1.111.Final/netty-codec-http-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http/4.1.112.Final/netty-codec-http-4.1.112.Final-sources.jar -## Netty/Codec/HTTP2 (4.1.111.Final) +## Netty/Codec/HTTP2 (4.1.112.Final) -* Maven coordinates: `io.netty:netty-codec-http2:4.1.111.Final` +* Maven coordinates: `io.netty:netty-codec-http2:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-codec-http2/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-codec-http2 - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http2/4.1.111.Final/netty-codec-http2-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http2/4.1.112.Final/netty-codec-http2-4.1.112.Final-sources.jar -## Netty/Common (4.1.111.Final) +## Netty/Common (4.1.112.Final) -* Maven coordinates: `io.netty:netty-common:4.1.111.Final` +* Maven coordinates: `io.netty:netty-common:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-common/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-common - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-common/4.1.111.Final/netty-common-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-common/4.1.112.Final/netty-common-4.1.112.Final-sources.jar -## Netty/Handler (4.1.111.Final) +## Netty/Handler (4.1.112.Final) -* Maven coordinates: `io.netty:netty-handler:4.1.111.Final` +* Maven coordinates: `io.netty:netty-handler:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-handler/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-handler - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-handler/4.1.111.Final/netty-handler-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-handler/4.1.112.Final/netty-handler-4.1.112.Final-sources.jar -## Netty/Resolver (4.1.111.Final) +## Netty/Resolver (4.1.112.Final) -* Maven coordinates: `io.netty:netty-resolver:4.1.111.Final` +* Maven coordinates: `io.netty:netty-resolver:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-resolver/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-resolver - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-resolver/4.1.111.Final/netty-resolver-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-resolver/4.1.112.Final/netty-resolver-4.1.112.Final-sources.jar -## Netty/Transport (4.1.111.Final) +## Netty/Transport (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport/4.1.111.Final/netty-transport-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport/4.1.112.Final/netty-transport-4.1.112.Final-sources.jar -## Netty/Transport/Classes/Epoll (4.1.111.Final) +## Netty/Transport/Classes/Epoll (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport-classes-epoll:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport-classes-epoll:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport-classes-epoll/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport-classes-epoll - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-classes-epoll/4.1.111.Final/netty-transport-classes-epoll-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-classes-epoll/4.1.112.Final/netty-transport-classes-epoll-4.1.112.Final-sources.jar -## Netty/Transport/Classes/KQueue (4.1.111.Final) +## Netty/Transport/Classes/KQueue (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport-classes-kqueue:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport-classes-kqueue:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport-classes-kqueue/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport-classes-kqueue - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-classes-kqueue/4.1.111.Final/netty-transport-classes-kqueue-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-classes-kqueue/4.1.112.Final/netty-transport-classes-kqueue-4.1.112.Final-sources.jar -## Netty/Transport/Native/Epoll (4.1.111.Final) +## Netty/Transport/Native/Epoll (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport-native-epoll:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport-native-epoll:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport-native-epoll/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport-native-epoll - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-epoll/4.1.111.Final/netty-transport-native-epoll-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-epoll/4.1.112.Final/netty-transport-native-epoll-4.1.112.Final-sources.jar -## Netty/Transport/Native/KQueue (4.1.111.Final) +## Netty/Transport/Native/KQueue (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport-native-kqueue:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport-native-kqueue:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport-native-kqueue/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport-native-kqueue - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-kqueue/4.1.111.Final/netty-transport-native-kqueue-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-kqueue/4.1.112.Final/netty-transport-native-kqueue-4.1.112.Final-sources.jar -## Netty/Transport/Native/Unix/Common (4.1.111.Final) +## Netty/Transport/Native/Unix/Common (4.1.112.Final) -* Maven coordinates: `io.netty:netty-transport-native-unix-common:4.1.111.Final` +* Maven coordinates: `io.netty:netty-transport-native-unix-common:4.1.112.Final` * License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) * Project: https://netty.io/netty-transport-native-unix-common/ * Sources: * declared as SCM: https://github.com/netty/netty/netty-transport-native-unix-common - * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-unix-common/4.1.111.Final/netty-transport-native-unix-common-4.1.111.Final-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=io/netty/netty-transport-native-unix-common/4.1.112.Final/netty-transport-native-unix-common-4.1.112.Final-sources.jar ## OpenTelemetry Java (1.35.0) @@ -1330,44 +1330,44 @@ * Maven sources: https://search.maven.org/remotecontent?filepath=org/lz4/lz4-java/1.8.0/lz4-java-1.8.0-sources.jar -## BSON (5.1.3) +## BSON (5.1.4) -* Maven coordinates: `org.mongodb:bson:5.1.3` +* Maven coordinates: `org.mongodb:bson:5.1.4` * 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/5.1.3/bson-5.1.3-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/bson/5.1.4/bson-5.1.4-sources.jar -## BSON Record Codec (5.1.3) +## BSON Record Codec (5.1.4) -* Maven coordinates: `org.mongodb:bson-record-codec:5.1.3` +* Maven coordinates: `org.mongodb:bson-record-codec:5.1.4` * 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/bson-record-codec/5.1.3/bson-record-codec-5.1.3-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/bson-record-codec/5.1.4/bson-record-codec-5.1.4-sources.jar -## MongoDB Java Driver Core (5.1.3) +## MongoDB Java Driver Core (5.1.4) -* Maven coordinates: `org.mongodb:mongodb-driver-core:5.1.3` +* Maven coordinates: `org.mongodb:mongodb-driver-core:5.1.4` * 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/5.1.3/mongodb-driver-core-5.1.3-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-core/5.1.4/mongodb-driver-core-5.1.4-sources.jar -## The MongoDB Reactive Streams Driver (5.1.3) +## The MongoDB Reactive Streams Driver (5.1.4) -* Maven coordinates: `org.mongodb:mongodb-driver-reactivestreams:5.1.3` +* Maven coordinates: `org.mongodb:mongodb-driver-reactivestreams:5.1.4` * 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-reactivestreams/5.1.3/mongodb-driver-reactivestreams-5.1.3-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/mongodb-driver-reactivestreams/5.1.4/mongodb-driver-reactivestreams-5.1.4-sources.jar ## Mongo Scala Bson Library (5.1.3) @@ -1380,14 +1380,14 @@ * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/scala/mongo-scala-bson_2.13/5.1.3/mongo-scala-bson_2.13-5.1.3-sources.jar -## Mongo Scala Driver (5.1.3) +## Mongo Scala Driver (5.1.4) -* Maven coordinates: `org.mongodb.scala:mongo-scala-driver_2.13:5.1.3` +* Maven coordinates: `org.mongodb.scala:mongo-scala-driver_2.13:5.1.4` * 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/scala/mongo-scala-driver_2.13/5.1.3/mongo-scala-driver_2.13-5.1.3-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/mongodb/scala/mongo-scala-driver_2.13/5.1.4/mongo-scala-driver_2.13-5.1.4-sources.jar ## rhino-runtime (1.7.15) @@ -1490,24 +1490,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.14) +## Scala Library (2.13.15) -* Maven coordinates: `org.scala-lang:scala-library:2.13.14` +* Maven coordinates: `org.scala-lang:scala-library:2.13.15` * 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.14/scala-library-2.13.14-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-library/2.13.15/scala-library-2.13.15-sources.jar -## Scala Reflect (2.13.14) +## Scala Reflect (2.13.15) -* Maven coordinates: `org.scala-lang:scala-reflect:2.13.14` +* Maven coordinates: `org.scala-lang:scala-reflect:2.13.15` * 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.14/scala-reflect-2.13.14-sources.jar + * Maven sources: https://search.maven.org/remotecontent?filepath=org/scala-lang/scala-reflect/2.13.15/scala-reflect-2.13.15-sources.jar ## scala-java8-compat (1.0.2)