File tree Expand file tree Collapse file tree 7 files changed +22
-8
lines changed
Expand file tree Collapse file tree 7 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 22 extends : [ "github>cloudquery/.github//.github/renovate-java-default.json5" ] ,
33 packageRules : [
44 {
5- matchPackageNames : [ "^org. junit" ] ,
5+ matchPackageNames : [ "/ junit/ " ] ,
66 groupName : "junit" ,
77 } ,
88 ] ,
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - uses : actions/setup-java@v4
2121 with :
2222 distribution : " temurin"
Original file line number Diff line number Diff line change 1717 steps :
1818 # Please look up the latest version from
1919 # https://github.com/amannn/action-semantic-pull-request/releases
20- - uses : amannn/action-semantic-pull-request@v5
20+ - uses : amannn/action-semantic-pull-request@v6
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - uses : actions/setup-java@v4
1717 with :
1818 distribution : " temurin"
Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.43 "
2+ "." : " 0.0.44 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.44] ( https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.43...v0.0.44 ) (2025-10-01)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** Update dependency com.google.guava: guava to v33.5.0-jre ([ #358 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/358 ) ) ([ e60eb99] ( https://github.com/cloudquery/plugin-sdk-java/commit/e60eb99b2ea35bbd45ed88d439e1db1e27ba7752 ) )
9+ * ** deps:** Update dependency io.cloudquery: plugin-pb-java to v0.0.35 ([ #353 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/353 ) ) ([ fbb196c] ( https://github.com/cloudquery/plugin-sdk-java/commit/fbb196cfb7268e3209cfa99997055e77deb75c8c ) )
10+ * ** deps:** Update dependency org.assertj: assertj-core to v3.27.6 ([ #357 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/357 ) ) ([ af74a56] ( https://github.com/cloudquery/plugin-sdk-java/commit/af74a56160220e58d901db67961b3bd3f95d43d2 ) )
11+ * ** deps:** Update grpc-java monorepo to v1.75.0 ([ #365 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/365 ) ) ([ cd8f5fa] ( https://github.com/cloudquery/plugin-sdk-java/commit/cd8f5fa719f99abf70d3e96ec54fa675792974d1 ) )
12+ * ** deps:** Update jackson monorepo ([ #366 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/366 ) ) ([ 05df6b2] ( https://github.com/cloudquery/plugin-sdk-java/commit/05df6b2e6984b48d1e2997b3438903d291a9601c ) )
13+ * ** deps:** Update log4j2 monorepo to v2.25.2 ([ #367 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/367 ) ) ([ a978959] ( https://github.com/cloudquery/plugin-sdk-java/commit/a97895901f8dac1cbd0155e2b85a9c3f87e977fd ) )
14+ * ** deps:** Update plugin io.freefair.lombok to v8.14.2 ([ #369 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/369 ) ) ([ 94dd81c] ( https://github.com/cloudquery/plugin-sdk-java/commit/94dd81c2d396cdaa425cb1b020415b117fcc1520 ) )
15+ * ** deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 ([ #370 ] ( https://github.com/cloudquery/plugin-sdk-java/issues/370 ) ) ([ fbe0ce7] ( https://github.com/cloudquery/plugin-sdk-java/commit/fbe0ce7b8969add19d555dd17368349729b35047 ) )
16+
317## [ 0.0.43] ( https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.42...v0.0.43 ) (2025-09-01)
418
519
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java-library'
33 id " io.freefair.lombok" version " 8.14.2"
44 id " maven-publish"
5- id " com.diffplug.spotless" version " 6.25.0 "
5+ id " com.diffplug.spotless" version " 7.2.1 "
66}
77
88ext {
1111
1212group ' io.cloudquery'
1313// x-release-please-start-version
14- version = ' 0.0.43 '
14+ version = ' 0.0.44 '
1515// x-release-please-end
1616
1717repositories {
@@ -55,7 +55,7 @@ dependencies {
5555 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
5656 testImplementation ' org.mockito:mockito-core:5.15.2'
5757 testImplementation ' org.mockito:mockito-junit-jupiter:5.15.2'
58- testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.19.4 '
58+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.1.1 '
5959 testImplementation ' org.assertj:assertj-core:3.27.6'
6060 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
6161
You can’t perform that action at this time.
0 commit comments