Skip to content

Bump com.influxdb:influxdb-client-java from 7.3.0 to 7.4.0 in /modules/influxdb #13304

Bump com.influxdb:influxdb-client-java from 7.3.0 to 7.4.0 in /modules/influxdb

Bump com.influxdb:influxdb-client-java from 7.3.0 to 7.4.0 in /modules/influxdb #13304

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}