Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 7151905 commit b28faf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avro-flink-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.26.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<mbknor.jsonschema.converter.version>1.0.39</mbknor.jsonschema.converter.version>
<everit.json.schema.version>1.14.2</everit.json.schema.version>
<classgraph.version>4.8.120</classgraph.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.compress.version>1.26.0</commons.compress.version>
<commons.lang.version>3.8.1</commons.lang.version>
<jackson.version>2.12.2</jackson.version>
<!-- Protobuf -->
Expand Down

0 comments on commit b28faf1

Please sign in to comment.