Skip to content

Commit

Permalink
Add Git Forensics to the managed set (#4013)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 23, 2024
1 parent e5b25f4 commit ac9177b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@
<artifactId>gcp-java-sdk-storage</artifactId>
<version>26.23.0-28.vd30f921a_22a_8</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>git-forensics</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@
<artifactId>gcp-java-sdk-storage</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>git-forensics</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
Expand Down

0 comments on commit ac9177b

Please sign in to comment.