Skip to content

Commit 9aecf4d

Browse files
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0
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] <[email protected]>
1 parent eca62ca commit 9aecf4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<scram-client.version>2.1</scram-client.version>
189189
<picocli.version>4.7.7</picocli.version>
190190
<google-cloud-functions.version>1.1.4</google-cloud-functions.version>
191-
<commons-compress.version>1.27.1</commons-compress.version> <!-- Please check with Java Operator SDK / Fabric8 team before updating -->
191+
<commons-compress.version>1.28.0</commons-compress.version> <!-- Please check with Java Operator SDK / Fabric8 team before updating -->
192192
<commons-text.version>1.14.0</commons-text.version>
193193
<gson.version>2.13.1</gson.version>
194194
<log4j2-jboss-logmanager.version>2.0.1.Final</log4j2-jboss-logmanager.version>

independent-projects/tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<jackson-bom.version>2.19.2</jackson-bom.version>
5555
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
5656
<junit5.version>5.13.4</junit5.version>
57-
<commons-compress.version>1.27.1</commons-compress.version>
57+
<commons-compress.version>1.28.0</commons-compress.version>
5858
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
5959
<mockito.version>5.18.0</mockito.version>
6060
<quarkus.version>${project.version}</quarkus.version>

0 commit comments

Comments
 (0)