Skip to content

Commit b099d9a

Browse files
authored
chore(main): Release v0.0.45 (#378)
🤖 I have created a release *beep* *boop* --- ## [0.0.45](v0.0.44...v0.0.45) (2025-10-01) ### Bug Fixes * **deps:** Update dependency gradle to v9 ([#374](#374)) ([ec34114](ec34114)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v4 ([#375](#375)) ([ff6972d](ff6972d)) * **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#368](#368)) ([14791e2](14791e2)) * **deps:** Update plugin com.diffplug.spotless to v7 ([#376](#376)) ([d38c03e](d38c03e)) * **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#377](#377)) ([0c0c48c](0c0c48c)) --- 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 ec34114 commit b099d9a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.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.44"
2+
".": "0.0.45"
33
}

CHANGELOG.md

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

3+
## [0.0.45](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.44...v0.0.45) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency gradle to v9 ([#374](https://github.com/cloudquery/plugin-sdk-java/issues/374)) ([ec34114](https://github.com/cloudquery/plugin-sdk-java/commit/ec34114c214270e0a76cbc0c0b59d3bf12b5966f))
9+
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v4 ([#375](https://github.com/cloudquery/plugin-sdk-java/issues/375)) ([ff6972d](https://github.com/cloudquery/plugin-sdk-java/commit/ff6972d5691e173845c24c74a45a49cedb75daf5))
10+
* **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#368](https://github.com/cloudquery/plugin-sdk-java/issues/368)) ([14791e2](https://github.com/cloudquery/plugin-sdk-java/commit/14791e27b2cca4d0bae855d2beb395ce06f4b304))
11+
* **deps:** Update plugin com.diffplug.spotless to v7 ([#376](https://github.com/cloudquery/plugin-sdk-java/issues/376)) ([d38c03e](https://github.com/cloudquery/plugin-sdk-java/commit/d38c03e16e92f26fa884b0058e26fa5d483a39e8))
12+
* **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#377](https://github.com/cloudquery/plugin-sdk-java/issues/377)) ([0c0c48c](https://github.com/cloudquery/plugin-sdk-java/commit/0c0c48cab9196fd21b5f97925fc87e6ab4d5a75a))
13+
314
## [0.0.44](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.43...v0.0.44) (2025-10-01)
415

516

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.44'
10+
version = '0.0.45'
1111
// x-release-please-end
1212

1313
repositories {

0 commit comments

Comments
 (0)