Skip to content

Commit

Permalink
Merge pull request #122 from killbill/tests-for-cve-2022-1471-fix
Browse files Browse the repository at this point in the history
Update killbill-oss-parent to 0.146.35
  • Loading branch information
pierre authored Aug 31, 2024
2 parents 907c77f + 83b040d commit 79212e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.kill-bill.billing</groupId>
<artifactId>killbill-oss-parent</artifactId>
<version>0.146.6</version>
<version>0.146.35</version>
</parent>
<groupId>org.kill-bill.billing.plugin.java</groupId>
<artifactId>stripe-plugin</artifactId>
Expand Down Expand Up @@ -206,6 +206,11 @@
<artifactId>killbill-metrics-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kill-bill.testing</groupId>
<artifactId>testing-mysql-server</artifactId>
Expand Down

0 comments on commit 79212e1

Please sign in to comment.