Skip to content

Commit

Permalink
Merge pull request #139 from vegardit/dependabot/maven/io.github.clas…
Browse files Browse the repository at this point in the history
…sgraph-classgraph-4.8.163

fix(deps): bump io.github.classgraph:classgraph from 4.8.162 to 4.8.163
  • Loading branch information
github-actions[bot] authored Oct 16, 2023
2 parents 59bc8dc + 113ca16 commit d9ee546
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 @@ -47,7 +47,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.162</version>
<version>4.8.163</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 @@ -23,7 +23,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.162</version>
<version>4.8.163</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit d9ee546

Please sign in to comment.