Skip to content

Commit 55b0bed

Browse files
Bump the gradle group with 2 updates
Bumps the gradle group with 2 updates: [com.google.guava:guava](https://github.com/google/guava) and commons-io:commons-io. Updates `com.google.guava:guava` from 33.4.6-jre to 33.4.8-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `commons-io:commons-io` from 2.18.0 to 2.19.0 --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.4.8-jre dependency-type: direct:production dependency-group: gradle - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4ab5c9 commit 55b0bed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath("com.google.guava:guava:33.4.6-jre")
10-
classpath("commons-io:commons-io:2.18.0")
9+
classpath("com.google.guava:guava:33.4.8-jre")
10+
classpath("commons-io:commons-io:2.19.0")
1111
}
1212
}
1313

0 commit comments

Comments
 (0)