Skip to content

Commit

Permalink
upgrade classgraph dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 26, 2023
1 parent 6f149ac commit 17fa845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.152</version>
<version>4.8.160</version>
</dependency>
<dependency>
<groupId>io.github.t12y</groupId>
Expand Down
3 changes: 3 additions & 0 deletions karate-core/src/test/resources/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mvn versions:set versions:commit -DnewVersion=2.0.0
cve check
=========
mvn clean verify -P depcheck
(save the above report)

prod:
=====
Expand All @@ -26,6 +27,8 @@ mvn versions:set versions:commit -DnewVersion=@@@
karate-core/target/karate-XXX.jar
karate-robot/target/karate-robot-XXX.jar

(save the sonatype report)

release radar
=============
https://github.com/github/release-radar/issues/new?assignees=MishManners&labels=&template=release-radar-request.yml&title=%5BRelease+Radar+Request%5D+%3Ctitle%3E
Expand Down

0 comments on commit 17fa845

Please sign in to comment.