Skip to content

Commit 4681538

Browse files
build(deps): bump org.apache.commons:commons-compress (#211)
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.27.1 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.27.1...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e2c88b commit 4681538

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>org.apache.commons</groupId>
164164
<artifactId>commons-compress</artifactId>
165-
<version>1.27.1</version>
165+
<version>1.28.0</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>commons-io</groupId>

services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.apache.commons</groupId>
110110
<artifactId>commons-compress</artifactId>
111-
<version>1.27.1</version>
111+
<version>1.28.0</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.springframework.boot</groupId>

test-apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-compress</artifactId>
71-
<version>1.27.1</version>
71+
<version>1.28.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)