Skip to content

Commit 796d312

Browse files
authored
chore(main): Release v0.0.47 (#385)
🤖 I have created a release *beep* *boop* --- ## [0.0.47](v0.0.46...v0.0.47) (2025-10-16) ### Bug Fixes * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.40 ([#384](#384)) ([ff6ce30](ff6ce30)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent ff6ce30 commit 796d312

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
name: Set up Docker Buildx
2727
uses: docker/setup-buildx-action@v3
2828
- name: Validate Gradle wrapper
29-
# v4.4.1
3029
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
3130
- name: Build package
3231
run: ./gradlew build

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
packages: write
910

1011
jobs:
1112
publish:
@@ -19,10 +20,10 @@ jobs:
1920
java-version: "18"
2021
cache: "gradle"
2122
- name: Validate Gradle wrapper
22-
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
23-
- name: Publish package
24-
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
25-
with:
26-
arguments: publish
23+
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
24+
- name: Setup Gradle
25+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
26+
- name: Publish Package
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
run: ./gradlew publish

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.46"
2+
".": "0.0.47"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.47](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.46...v0.0.47) (2025-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.40 ([#384](https://github.com/cloudquery/plugin-sdk-java/issues/384)) ([ff6ce30](https://github.com/cloudquery/plugin-sdk-java/commit/ff6ce309d1a428b860552d696e3d70c69d5bead6))
9+
310
## [0.0.46](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.45...v0.0.46) (2025-10-01)
411

512

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group 'io.cloudquery'
99
// x-release-please-start-version
10-
version = '0.0.46'
10+
version = '0.0.47'
1111
// x-release-please-end
1212

1313
repositories {

0 commit comments

Comments
 (0)