Skip to content

Commit

Permalink
Merge pull request #150 from killbill/new-killbill-0.24.10
Browse files Browse the repository at this point in the history
update to latest killbill 0.24.10
  • Loading branch information
xsalefter authored Apr 6, 2024
2 parents 9b9a888 + b0e0e62 commit 70fc850
Show file tree
Hide file tree
Showing 9 changed files with 12,197 additions and 12,264 deletions.
23,668 changes: 11,834 additions & 11,834 deletions codegen/kbswagger.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docker/docker-compose.ci.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
killbill:
network_mode: host
image: killbill/killbill:0.22.28
image: killbill/killbill:0.24.10
environment:
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
- KILLBILL_DAO_URL=jdbc:mysql://127.0.0.1:3306/killbill
Expand All @@ -22,6 +22,6 @@ services:
- db
db:
network_mode: host
image: killbill/mariadb:0.22
image: killbill/mariadb:0.24
environment:
- MYSQL_ROOT_PASSWORD=root
Loading

0 comments on commit 70fc850

Please sign in to comment.