diff --git a/pom.xml b/pom.xml index f0023e815..d882cb22d 100644 --- a/pom.xml +++ b/pom.xml @@ -40,18 +40,18 @@ 1.78.1 1.9.13 - 1.15 + 1.17.1 3.2.2 - 1.26.0 + 1.26.2 2.10.1 - 2.15.1 + 2.16.1 3.14.0 1.3.3 1.11.0 - 2.17.2 + 2.18.1 32.0.1-jre 3.4.0 - 1.5.2 + 1.7.0 true 0.8.5 ${project.build.directory}/dependency-jars @@ -69,7 +69,7 @@ UTF-8 4.27.5 net.snowflake.ingest.internal - 1.7.36 + 2.0.16 1.1.10.5 3.18.0 0.13.0 @@ -758,7 +758,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.5.0 org.jacoco @@ -841,7 +841,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.8.1 true 1.8 diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py index 9f715abd6..5d42a5084 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -64,6 +64,7 @@ "com.thoughtworks.paranamer:paranamer": BSD_2_CLAUSE_LICENSE, "org.roaringbitmap:RoaringBitmap": APACHE_LICENSE, "org.roaringbitmap:shims": APACHE_LICENSE, + "dev.failsafe:failsafe": APACHE_LICENSE, }