Skip to content

Commit ccb968c

Browse files
committed
TIKA-4327: update aws, commons logging, spotless
1 parent af28c19 commit ccb968c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tika-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<!-- dependency versions -->
317317
<!-- change threetenbp exclusion version -->
318318
<google.cloud.version>2.69.0</google.cloud.version>
319-
<aws2.version>2.46.10</aws2.version>
319+
<aws2.version>2.46.13</aws2.version>
320320
<!-- WARNING: when you upgrade asm make sure that you update the
321321
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
322322
See TIKA-2992.
@@ -338,7 +338,7 @@
338338
<commons.fileupload.version>1.6.0</commons.fileupload.version>
339339
<commons.io.version>2.22.0</commons.io.version>
340340
<commons.lang3.version>3.20.0</commons.lang3.version>
341-
<commons.logging.version>1.3.6</commons.logging.version>
341+
<commons.logging.version>1.4.0</commons.logging.version>
342342
<commons.math3.version>3.6.1</commons.math3.version>
343343
<commons.net.version>3.12.0</commons.net.version>
344344
<ctakes.version>6.0.0</ctakes.version>
@@ -1581,7 +1581,7 @@
15811581
<plugin>
15821582
<groupId>com.diffplug.spotless</groupId>
15831583
<artifactId>spotless-maven-plugin</artifactId>
1584-
<version>3.6.0</version>
1584+
<version>3.7.0</version>
15851585
<configuration>
15861586
<lineEndings>UNIX</lineEndings>
15871587
<java>

0 commit comments

Comments
 (0)