Skip to content

Commit

Permalink
Merge pull request #173 from HubSpot/js-update-raven-dep
Browse files Browse the repository at this point in the history
Add `com.getsentry.raven:raven` to managed dependencies
  • Loading branch information
jaredstehler authored May 6, 2024
2 parents 743440f + 52ae0e2 commit b73fa9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.getsentry.raven</groupId>
<artifactId>raven</artifactId>
<version>8.0.2</version>
</dependency>

<dependency>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven</artifactId>
Expand Down

0 comments on commit b73fa9e

Please sign in to comment.