Skip to content

Commit 2c16195

Browse files
committed
chore: bump dependencies
1 parent 616be3e commit 2c16195

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
<license.header.file>${project.basedir}/header</license.header.file>
118118
<spotless.version>2.39.0</spotless.version>
119119
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
120+
<net.sf.saxon.version>12.3</net.sf.saxon.version>
121+
<jsoniter.version>0.9.23</jsoniter.version>
122+
<avro.version>1.11.3</avro.version>
123+
<commons-compress.version>1.26.1</commons-compress.version>
124+
<commons-io.version>2.15.1</commons-io.version>
120125
</properties>
121126

122127
<repositories>
@@ -604,27 +609,27 @@
604609
<dependency>
605610
<groupId>commons-io</groupId>
606611
<artifactId>commons-io</artifactId>
607-
<version>2.15.0</version>
612+
<version>${commons-io.version}</version>
608613
</dependency>
609614
<dependency>
610615
<groupId>org.apache.commons</groupId>
611616
<artifactId>commons-compress</artifactId>
612-
<version>1.26.1</version>
617+
<version>${commons-compress.version}</version>
613618
</dependency>
614619
<dependency>
615620
<groupId>org.apache.avro</groupId>
616621
<artifactId>avro</artifactId>
617-
<version>1.11.3</version>
622+
<version>${avro.version}</version>
618623
</dependency>
619624
<dependency>
620625
<groupId>com.jsoniter</groupId>
621626
<artifactId>jsoniter</artifactId>
622-
<version>0.9.23</version>
627+
<version>${jsoniter.version}</version>
623628
</dependency>
624629
<dependency>
625630
<groupId>net.sf.saxon</groupId>
626631
<artifactId>Saxon-HE</artifactId>
627-
<version>12.3</version>
632+
<version>${net.sf.saxon.version}</version>
628633
</dependency>
629634
<dependency>
630635
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)