Skip to content

Commit

Permalink
fix(deps): bump io.github.classgraph:classgraph from 4.8.174 to 4.8.175
Browse files Browse the repository at this point in the history
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.174 to 4.8.175.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.174...classgraph-4.8.175)

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 26, 2024
1 parent cfe13af commit 2cdcd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eea-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.174</version>
<version>4.8.175</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion libs/eea-classgraph-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.174</version>
<version>4.8.175</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2cdcd33

Please sign in to comment.