Skip to content

Commit 163cae2

Browse files
Chore(deps): Bump io.github.classgraph:classgraph from 4.8.181 to 4.8.184 in /versions (#14304)
* Chore(deps): Bump io.github.classgraph:classgraph in /versions Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.181 to 4.8.184. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.181...classgraph-4.8.184) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.184 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix module --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
1 parent 766cfb7 commit 163cae2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build-logic/src/main/kotlin/org.jabref.gradle.base.dependency-rules.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ extraJavaModuleInfo {
215215
module("dev.langchain4j:langchain4j-open-ai", "langchain4j.open.ai")
216216
module("eu.lestard:doc-annotations", "doc.annotations")
217217
module("info.debatty:java-string-similarity", "java.string.similarity")
218-
module("io.github.classgraph:classgraph", "io.github.classgraph") {
219-
overrideModuleName()
220-
exportAllPackages()
221-
}
222-
223218
module("io.github.darvil82:utils", "utils"){
224219
patchRealModule()
225220
exportAllPackages()

versions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies.constraints {
8888
api("info.picocli:picocli:4.7.7")
8989
api("io.github.adr:e-adr:2.0.0")
9090
api("io.github.darvil82:terminal-text-formatter:2.2.0")
91-
api("io.github.classgraph:classgraph:4.8.181")
91+
api("io.github.classgraph:classgraph:4.8.184")
9292
api("io.github.java-diff-utils:java-diff-utils:4.15")
9393
api("io.github.stefanbratanov:jvm-openai:0.11.0")
9494
api("io.github.thibaultmeyer:cuid:2.0.4")

0 commit comments

Comments
 (0)