This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 561182de1d CTR A bunch of squashed dependabot PRs:
561182de1d is described below
commit 561182de1d2695068800f825bf97e9eae690106f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 20:13:43 2023 +0000
CTR A bunch of squashed dependabot PRs:
Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.4
Bumps
[asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin)
from 1.5.8 to 2.2.4.
- [Release
notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
-
[Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.4/CHANGELOG.adoc)
-
[Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-1.5.8...asciidoctor-maven-plugin-2.2.4)
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Bump netty from 3.7.1.Final to 3.10.6.Final
Bumps [netty](https://github.com/netty/netty) from 3.7.1.Final to
3.10.6.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-3.7.1.Final...netty-3.10.6.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Bump buildnumber-maven-plugin from 1.4 to 3.2.0
Bumps
[buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
from 1.4 to 3.2.0.
- [Release
notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/buildnumber-maven-plugin-1.4...3.2.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:buildnumber-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Bump docker-maven-plugin from 0.42.0 to 0.43.0
Bumps
[docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from
0.42.0 to 0.43.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
-
[Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
-
[Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.42.0...v0.43.0)
---
updated-dependencies:
- dependency-name: io.fabric8:docker-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Bump slf4j.version from 1.7.25 to 1.7.33
Bumps `slf4j.version` from 1.7.25 to 1.7.33.
Updates `org.slf4j:slf4j-log4j12` from 1.7.25 to 1.7.33
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.33)
Updates `org.slf4j:slf4j-api` from 1.7.25 to 1.7.33
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.33)
Updates `org.slf4j:jcl-over-slf4j` from 1.7.25 to 1.7.33
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.33)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-log4j12
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:jcl-over-slf4j
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Bump io.dropwizard.metrics:metrics-core from 4.2.11 to 4.2.19
Bumps
[io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics)
from 4.2.11 to 4.2.19.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.11...v4.2.19)
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
hadoop-gremlin/pom.xml | 2 +-
neo4j-gremlin/pom.xml | 2 +-
pom.xml | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml
index baa6882a75..39924648d0 100644
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<!-- see: https://github.com/apache/hadoop/pull/84 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.7.1.Final</version>
+ <version>3.10.6.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index c5b151629f..cf73b4c6eb 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -207,7 +207,7 @@ limitations under the License.
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.11</version>
+ <version>4.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 5af1611cd6..2b6cb73289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@ limitations under the License.
<metrics.version>3.0.2</metrics.version>
<mockito.version>4.10.0</mockito.version>
<netty.version>4.1.86.Final</netty.version>
- <slf4j.version>1.7.25</slf4j.version>
+ <slf4j.version>1.7.33</slf4j.version>
<snakeyaml.version>2.0</snakeyaml.version>
<spark.version>3.3.2</spark.version>
@@ -326,7 +326,7 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
<executions>
<execution>
<goals>
@@ -672,7 +672,7 @@ limitations under the License.
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.5.8</version>
+ <version>2.2.4</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
@@ -720,7 +720,7 @@ limitations under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.42.0</version>
+ <version>0.43.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>