Skip to content

Commit

Permalink
build(deps): Bump dependency io.github.classgraph:classgraph to v4.8.176
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vorburger committed Oct 2, 2024
1 parent 061d8c7 commit 888c3e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ maven_install(
"org.slf4j:slf4j-simple:2.0.13",
# Tika (unfortunately!) uses Log4j (v2) instead of SLF4j, so:
"org.apache.logging.log4j:log4j-to-jul:2.24.0",
"io.github.classgraph:classgraph:4.8.172",
"io.github.classgraph:classgraph:4.8.176",
"com.google.errorprone:error_prone_annotations:2.29.2",
"com.google.errorprone:error_prone_type_annotations:2.29.2",
"org.jspecify:jspecify:1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.174</version>
<version>4.8.176</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down
10 changes: 5 additions & 5 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -96232579,
"__RESOLVED_ARTIFACTS_HASH": 1508164065,
"__INPUT_ARTIFACTS_HASH": 866839409,
"__RESOLVED_ARTIFACTS_HASH": 1654770384,
"conflict_resolution": {
"com.fasterxml.jackson.core:jackson-databind:2.13.5": "com.fasterxml.jackson.core:jackson-databind:2.17.2",
"com.google.guava:failureaccess:1.0.1": "com.google.guava:failureaccess:1.0.2",
Expand Down Expand Up @@ -439,10 +439,10 @@
},
"io.github.classgraph:classgraph": {
"shasums": {
"jar": "c16b1e231a738992f72950b525cefbe054a408ff642eccbb21cadd5470a05f22",
"sources": "08c10ae391732c0abc1aef4e5d36e42e8923941e0666a0aa28ce11cb233cad2e"
"jar": "603724d4fd2a7fce66a325e85a5504e1e4f5a19d158c228e4b8159eaa4d024ec",
"sources": "2ddf740888e1bf50af8d431401bc8b05afd8cffce6a15eace763714edef4acb2"
},
"version": "4.8.172"
"version": "4.8.176"
},
"io.github.java-diff-utils:java-diff-utils": {
"shasums": {
Expand Down

0 comments on commit 888c3e2

Please sign in to comment.