diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000000..c6000969d38
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ org.apache.maven.extensions
+ maven-build-cache-extension
+ 1.0.0
+
+
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 9eff76852b9..4f6f92f84f6 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -156,7 +156,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M7
+ ${maven-surefire-plugin.version}
diff --git a/pom.xml b/pom.xml
index f43cb87109b..469c536d074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
org.apache
apache
- 27
+ 28
org.apache.avro
@@ -47,20 +47,20 @@
build/avro-doc-${project.version}/api
- 0.14
- 3.1.2
+ 0.15
+ 3.2.0
9.3
3.1.0
1.6.1
3.1.0
3.0.1
- 3.4.0
+ 3.4.1
3.6.4
- 3.3.0
+ 3.4.1
3.2.1
- 3.5
- 2.23.0
- 3.0.0-M5
+ 3.7.0
+ 2.27.2
+ 3.0.0-M7
10
@@ -359,11 +359,13 @@
**/.gitattributes
**/.gitignore
**/.gitmodules
-
+
doc/build/**
doc/themes/docsy/**
doc/examples/java-example/target/**
doc/examples/mr-example/target/**
+ doc/node_modules/**
+ **/.hugo_build.lock
**/*.log
**/*.rej
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 208e7e1ac3e..eae63093065 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -86,7 +86,7 @@ RUN apt-get -qqy install --no-install-recommends libzstd-dev \
# Install a maven release -------------------------------------------
# Inspired from https://github.com/apache/accumulo-docker/blob/master/Dockerfile#L53
-ENV MAVEN_VERSION 3.8.4
+ENV MAVEN_VERSION 3.8.6
ENV APACHE_DIST_URLS \
https://www.apache.org/dyn/closer.cgi?action=download&filename= \
# if the version is outdated (or we're grabbing the .asc file), we might have to pull from the dist/archive :/