Skip to content

Commit 40673ca

Browse files
Merge pull request #34 from embulk/dependabot/gradle/org.apache.commons-commons-compress-1.28.0
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0
2 parents 6049b0f + ca34356 commit 40673ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
99
commons-codec:commons-codec:1.19.0=compileClasspath,runtimeClasspath
1010
commons-io:commons-io:2.20.0=compileClasspath,runtimeClasspath
1111
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
12-
org.apache.commons:commons-compress:1.27.1=compileClasspath,runtimeClasspath
12+
org.apache.commons:commons-compress:1.28.0=compileClasspath,runtimeClasspath
1313
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath
1414
org.embulk:embulk-spi:0.11=compileClasspath
1515
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jackson = "2.16.2"
1515

1616
embulk-util-file = "0.2.0"
1717

18-
commons-compress = "1.27.1"
18+
commons-compress = "1.28.0"
1919
commons-codec = "1.19.0"
2020
commons-io = "2.20.0"
2121
commons-lang3 = "3.18.0"

0 commit comments

Comments
 (0)