## What
<!--
* Describe what the change is solving. Link all GitHub issues related to this change.
-->
Upgrade from dagger 0.9.6 to dagger 0.13
## How
<!--
* Describe how code changes achieve the solution.
-->
* change behavior of `with_exec()`. The `skip_entrypoint` keyword arg has been changed to an opposite kwarg: `use_entrypoint`
* The `pipeline()` function has been removed. Remove its use.
## How will I deem the update stable
* [x] `pipelines` tests are 🟢
* [x] `CAT` tests are 🟢
* [x] `base_image` tests are 🟢
* [x] Tests are running for a java and a python connector 🟢 [(Python test)](https://github.com/airbytehq/airbyte/actions/runs/11370125686) [(Java test)](https://github.com/airbytehq/airbyte/actions/runs/11381915439/job/31664363609)
* [x] The publish pipeline still works for java and python connectors 🟢 [(test)](https://github.com/airbytehq/airbyte/actions/runs/11367885824/job/31621641890)
## User Impact
Should have no impact
## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO ❌