From 674a7c957be15ae255ccbba7008824e0e44dcc4d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:49:22 +0300 Subject: [PATCH 1/7] chore(deps): Update gradle/gradle-build-action digest to 093dfe9 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gradle/gradle-build-action | action | digest | `ac2d340` -> `093dfe9` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6eac0c2..091c0d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - name: Publish package - uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 + uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005 with: arguments: publish env: From 225e3426743fc7a384a22c4907adc60c47e3adbd Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:56:13 +0300 Subject: [PATCH 2/7] fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.28.0 (#124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | dependencies | minor | `4.27.3` -> `4.28.0` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28fbc25..5c03c65 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 def grpcVersion = '1.65.1' -def protobufVersion = '4.27.3' +def protobufVersion = '4.28.0' def protocVersion = protobufVersion dependencies { From 6a17de9e9b4fefb7957967adc479fcf193b6d890 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:51:55 +0300 Subject: [PATCH 3/7] fix(deps): Update dependency gradle to v8.10 (#126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | minor | `8.9` -> `8.10` | --- ### Release Notes
gradle/gradle (gradle) ### [`v8.10`](https://github.com/gradle/gradle/releases/tag/v8.10.0): 8.10 [Compare Source](https://github.com/gradle/gradle/compare/v8.9.0...v8.10.0) The Gradle team is excited to announce Gradle 8.10. [Read the Release Notes](https://docs.gradle.org/8.10/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [BjΓΆrn Kautler](https://github.com/Vampire), [Craig Andrews](https://github.com/candrews), [gotovsky](https://github.com/SergeyGotovskiy), [Jeff](https://github.com/mathjeff), [Kirill Gavrilov](https://github.com/gavvvr), [Madalin Valceleanu](https://github.com/vmadalin), [Sergei Vorobev](https://github.com/HackerMadCat), [Thach Le](https://github.com/thachlp), [Thad Guidry](https://github.com/thadguidry) #### Upgrade instructions Switch your build to use Gradle 8.10 by updating your wrapper: ./gradlew wrapper --gradle-version=8.10 See the Gradle [8.x upgrade guide](https://docs.gradle.org/8.10/userguide/upgrading_version\_8.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/8.10/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle).
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- gradle/wrapper/gradle-wrapper.jar | Bin 43504 -> 43583 bytes gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 2c3521197d7c4586c843d1d3e9090525f1898cde..a4b76b9530d66f5e68d973ea569d8e19de379189 100644 GIT binary patch delta 3990 zcmV;H4{7l5(*nQL0Kr1kzC=_KMxQY0|W5(lc#i zH*M1^P4B}|{x<+fkObwl)u#`$GxKKV&3pg*-y6R6txw)0qU|Clf9Uds3x{_-**c=7 z&*)~RHPM>Rw#Hi1R({;bX|7?J@w}DMF>dQQU2}9yj%iLjJ*KD6IEB2^n#gK7M~}6R zkH+)bc--JU^pV~7W=3{E*4|ZFpDpBa7;wh4_%;?XM-5ZgZNnVJ=vm!%a2CdQb?oTa z70>8rTb~M$5Tp!Se+4_OKWOB1LF+7gv~$$fGC95ToUM(I>vrd$>9|@h=O?eARj0MH zT4zo(M>`LWoYvE>pXvqG=d96D-4?VySz~=tPVNyD$XMshoTX(1ZLB5OU!I2OI{kb) zS8$B8Qm>wLT6diNnyJZC?yp{Kn67S{TCOt-!OonOK7$K)e-13U9GlnQXPAb&SJ0#3 z+vs~+4Qovv(%i8g$I#FCpCG^C4DdyQw3phJ(f#y*pvNDQCRZ~MvW<}fUs~PL=4??j zmhPyg<*I4RbTz|NHFE-DC7lf2=}-sGkE5e!RM%3ohM7_I^IF=?O{m*uUPH(V?gqyc(Rp?-Qu(3bBIL4Fz(v?=_Sh?LbK{nqZMD>#9D_hNhaV$0ef3@9V90|0u#|PUNTO>$F=qRhg1duaE z0`v~X3G{8RVT@kOa-pU+z8{JWyP6GF*u2e8eKr7a2t1fuqQy)@d|Qn(%YLZ62TWtoX@$nL}9?atE#Yw`rd(>cr0gY;dT9~^oL;u)zgHUvxc2I*b&ZkGM-iq=&(?kyO(3}=P! zRp=rErEyMT5UE9GjPHZ#T<`cnD)jyIL!8P{H@IU#`e8cAG5jMK zVyKw7--dAC;?-qEu*rMr$5@y535qZ6p(R#+fLA_)G~!wnT~~)|s`}&fA(s6xXN`9j zP#Fd3GBa#HeS{5&8p?%DKUyN^X9cYUc6vq}D_3xJ&d@=6j(6BZKPl?!k1?!`f3z&a zR4ZF60Mx7oBxLSxGuzA*Dy5n-d2K=+)6VMZh_0KetK|{e;E{8NJJ!)=_E~1uu=A=r zrn&gh)h*SFhsQJo!f+wKMIE;-EOaMSMB@aXRU(UcnJhZW^B^mgs|M9@5WF@s6B0p& zm#CTz)yiQCgURE{%hjxHcJ6G&>G9i`7MyftL!QQd5 z@RflRs?7)99?X`kHNt>W3l7YqscBpi*R2+fsgABor>KVOu(i(`03aytf2UA!&SC9v z!E}whj#^9~=XHMinFZ;6UOJjo=mmNaWkv~nC=qH9$s-8roGeyaW-E~SzZ3Gg>j zZ8}<320rg4=$`M0nxN!w(PtHUjeeU?MvYgWKZ6kkzABK;vMN0|U;X9abJleJA(xy<}5h5P(5 z{RzAFPvMnX2m0yH0Jn2Uo-p`daE|(O`YQiC#jB8;6bVIUf?SY(k$#C0`d6qT`>Xe0+0}Oj0=F&*D;PVe=Z<=0AGI<6$gYLwa#r` zm449x*fU;_+J>Mz!wa;T-wldoBB%&OEMJgtm#oaI60TSYCy7;+$5?q!zi5K`u66Wq zvg)Fx$s`V3Em{=OEY{3lmh_7|08ykS&U9w!kp@Ctuzqe1JFOGz6%i5}Kmm9>^=gih z?kRxqLA<3@e=}G4R_?phW{4DVr?`tPfyZSN@R=^;P;?!2bh~F1I|fB7P=V=9a6XU5 z<#0f>RS0O&rhc&nTRFOW7&QhevP0#>j0eq<1@D5yAlgMl5n&O9X|Vq}%RX}iNyRFF z7sX&u#6?E~bm~N|z&YikXC=I0E*8Z$v7PtWfjy)$e_Ez25fnR1Q=q1`;U!~U>|&YS zaOS8y!^ORmr2L4ik!IYR8@Dcx8MTC=(b4P6iE5CnrbI~7j7DmM8em$!da&D!6Xu)!vKPdLG z9f#)se|6=5yOCe)N6xDhPI!m81*dNe7u985zi%IVfOfJh69+#ag4ELzGne?o`eA`42K4T)h3S+s)5IT97%O>du- z0U54L8m4}rkRQ?QBfJ%DLssy^+a7Ajw;0&`NOTY4o;0-ivm9 zBz1C%nr_hQ)X)^QM6T1?=yeLkuG9Lf50(eH}`tFye;01&(p?8i+6h};VV-2B~qdxeC#=X z(JLlzy&fHkyi9Ksbcs~&r^%lh^2COldLz^H@X!s~mr9Dr6z!j+4?zkD@Ls7F8(t(f z9`U?P$Lmn*Y{K}aR4N&1N=?xtQ1%jqf1~pJyQ4SgBrEtR`j4lQuh7cqP49Em5cO=I zB(He2`iPN5M=Y0}h(IU$37ANTGx&|b-u1BYA*#dE(L-lptoOpo&th~E)_)y-`6kSH z3vvyVrcBwW^_XYReJ=JYd9OBQrzv;f2AQdZH#$Y{Y+Oa33M70XFI((fs;mB4e`<<{ ze4dv2B0V_?Ytsi>>g%qs*}oDGd5d(RNZ*6?7qNbdp7wP4T72=F&r?Ud#kZr8Ze5tB z_oNb7{G+(o2ajL$!69FW@jjPQ2a5C)m!MKKRirC$_VYIuVQCpf9rIms0GRDf)8AH${I`q^~5rjot@#3$2#zT2f`(N^P7Z;6(@EK$q*Jgif00I6*^ZGV+XB5uw*1R-@23yTw&WKD{s1;HTL;dO)%5i#`dc6b7;5@^{KU%N|A-$zsYw4)7LA{3`Zp>1 z-?K9_IE&z)dayUM)wd8K^29m-l$lFhi$zj0l!u~4;VGR6Y!?MAfBC^?QD53hy6VdD z@eUZIui}~L%#SmajaRq1J|#> z4m=o$vZ*34=ZWK2!QMNEcp2Lbc5N1q!lEDq(bz0b;WI9;e>l=CG9^n#ro`w>_0F$Q zfZ={2QyTkfByC&gy;x!r*NyXXbk=a%~~(#K?< zTke0HuF5{Q+~?@!KDXR|g+43$+;ab`^flS%miup_0OUTm=nIc%d5nLP)i308PIjl_YMF6cpQ__6&$n6it8K- z8PIjl_YMF6cpQ_!r)L8IivW`WdK8mBs6PXdjR2DYdK8nCs73=4j{uVadK8oNjwX|E wpAeHLsTu^*Y>Trk?aBtSQ(D-o$(D8Px^?ZI-PUB? z*1fv!{YdHme3Fc8%cR@*@zc5A_nq&2=R47Hp@$-JF4Fz*;SLw5}K^y>s-s;V!}b2i=5=M- zComP?ju>8Fe@=H@rlwe1l`J*6BTTo`9b$zjQ@HxrAhp0D#u?M~TxGC_!?ccCHCjt| zF*PgJf@kJB`|Ml}cmsyrAjO#Kjr^E5p29w+#>$C`Q|54BoDv$fQ9D?3n32P9LPMIzu?LjNqggOH=1@T{9bMn*u8(GI z!;MLTtFPHal^S>VcJdiYqX0VU|Rn@A}C1xOlxCribxes0~+n2 z6qDaIA2$?e`opx3_KW!rAgbpzU)gFdjAKXh|5w``#F0R|c)Y)Du0_Ihhz^S?k^pk% zP>9|pIDx)xHH^_~+aA=^$M!<8K~Hy(71nJGf6`HnjtS=4X4=Hk^O71oNia2V{HUCC zoN3RSBS?mZCLw;l4W4a+D8qc)XJS`pUJ5X-f^1ytxwr`@si$lAE?{4G|o; zO0l>`rr?;~c;{ZEFJ!!3=7=FdGJ?Q^xfNQh4A?i;IJ4}B+A?4olTK(fN++3CRBP97 ze~lG9h%oegkn)lpW-4F8o2`*WW0mZHwHez`ko@>U1_;EC_6ig|Drn@=DMV9YEUSCa zIf$kHei3(u#zm9I!Jf(4t`Vm1lltJ&lVHy(eIXE8sy9sUpmz%I_gA#8x^Zv8%w?r2 z{GdkX1SkzRIr>prRK@rqn9j2wG|rUvf6PJbbin=yy-TAXrguvzN8jL$hUrIXzr^s5 zVM?H4;eM-QeRFr06@ifV(ocvk?_)~N@1c2ien56UjWXid6W%6ievIh)>dk|rIs##^kY67ib8Kw%#-oVFaXG7$ERyA9(NSJUvWiOA5H(!{uOpcW zg&-?iqPhds%3%tFspHDqqr;A!e@B#iPQjHd=c>N1LoOEGRehVoPOdxJ>b6>yc#o#+ zl8s8!(|NMeqjsy@0x{8^j0d00SqRZjp{Kj)&4UHYGxG+z9b-)72I*&J70?+8e?p_@ z=>-(>l6z5vYlP~<2%DU02b!mA{7mS)NS_eLe=t)sm&+Pmk?asOEKlkPQ)EUvvfC=;4M&*|I!w}(@V_)eUKLA_t^%`o z0PM9LV|UKTLnk|?M3u!|f2S0?UqZsEIH9*NJS-8lzu;A6-rr-ot=dg9SASoluZUkFH$7X; zP=?kYX!K?JL-b~<#7wU;b;eS)O;@?h%sPPk{4xEBxb{!sm0AY|f9cNvx6>$3F!*0c z75H=dy8JvTyO8}g1w{$9T$p~5en}AeSLoCF>_RT9YPMpChUjl310o*$QocjbH& zbnwg#gssR#jDVN{uEi3n(PZ%PFZ|6J2 z5_rBf0-u>e4sFe0*Km49ATi7>Kn0f9!uc|rRMR1Dtt6m1LW8^>qFlo}h$@br=Rmpi z;mI&>OF64Be{dVeHI8utrh)v^wsZ0jii%x8UgZ8TC%K~@I(4E};GFW&(;WVov}3%H zH;IhRkfD^(vt^DjZz(MyHLZxv8}qzPc(%itBkBwf_fC~sDBgh<3XAv5cxxfF3<2U! z03Xe&z`is!JDHbe;mNmfkH+_LFE*I2^mdL@7(@9DfAcP6O04V-ko;Rpgp<%Cj5r8Z zd0`sXoIjV$j)--;jA6Zy^D5&5v$o^>e%>Q?9GLm{i~p^lAn!%ZtF$I~>39XVZxk0b zROh^Bk9cE0AJBLozZIEmy7xG(yHWGztvfnr0(2ro1%>zsGMS^EMu+S$r=_;9 zWwZkgf7Q7`H9sLf2Go^Xy6&h~a&%s2_T@_Csf19MntF$aVFiFkvE3_hUg(B@&Xw@YJ zpL$wNYf78=0c@!QU6_a$>CPiXT7QAGDM}7Z(0z#_ZA=fmLUj{2z7@Ypo71UDy8GHr z-&TLKf6a5WCf@Adle3VglBt4>Z>;xF}}-S~B7<(%B;Y z0QR55{z-buw>8ilNM3u6I+D$S%?)(p>=eBx-HpvZj{7c*_?K=d()*7q?93us}1dq%FAFYLsW8ZTQ_XZLh`P2*6(NgS}qGcfGXVWpwsp#Rs}IuKbk*`2}&) zI^Vsk6S&Q4@oYS?dJ`NwMVBs6f57+RxdqVub#PvMu?$=^OJy5xEl0<5SLsSRy%%a0 zi}Y#1-F3m;Ieh#Y12UgW?-R)|eX>ZuF-2cc!1>~NS|XSF-6In>zBoZg+ml!6%fk7U zw0LHcz8VQk(jOJ+Yu)|^|15ufl$KQd_1eUZZzj`aC%umU6F1&D5XVWce_wAe(qCSZ zpX-QF4e{EmEVN9~6%bR5U*UT{eMHfcUo`jw*u?4r2s_$`}U{?NjvEm(u&<>B|%mq$Q3weshxk z76<``8vh{+nX`@9CB6IE&z)I%IFjR^LH{s1p|eppv=x za(g_jLU|xjWMAn-V7th$f({|LG8zzIE0g?cyW;%Dmtv%C+0@xVxPE^ zyZzi9P%JAD6ynwHptuzP`Kox7*9h7XSMonCalv;Md0i9Vb-c*!f0ubfk?&T&T}AHh z4m8Bz{JllKcdNg?D^%a5MFQ;#1z|*}H^qHLzW)L}wp?2tY7RejtSh8<;Zw)QGJYUm z|MbTxyj*McKlStlT9I5XlSWtQGN&-LTr2XyNU+`490rg?LYLMRnz-@oKqT1hpCGqP zyRXt4=_Woj$%n5ee<3zhLF>5>`?m9a#xQH+Jk_+|RM8Vi;2*XbK- zEL6sCpaGPzP>k8f4Kh|##_imt#zJMB;ir|JrMPGW`rityK1vHXMLy18%qmMQAm4WZ zP)i30KR&5vs15)C+8dM66&$k~i|ZT;KR&5vs15)C+8dJ(sAmGPijyIz6_bsqKLSFH zlOd=TljEpH0>h4zA*dCTK&emy#FCRCs1=i^sZ9bFmXjf<6_X39E(XY)00000#N437 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 09523c0..9355b41 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 1bb2093a4bc1ee5855085b57ddb8732f779ab59e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:53:20 +0300 Subject: [PATCH 4/7] fix(deps): Update dependency org.mockito:mockito-core to v5.13.0 (#127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.12.0` -> `5.13.0` | --- ### Release Notes
mockito/mockito (org.mockito:mockito-core) ### [`v5.13.0`](https://github.com/mockito/mockito/releases/tag/v5.13.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.13.0 - 2024-08-27 - [43 commit(s)](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot\[bot] - Bump versions.bytebuddy from 1.14.19 to 1.15.0 [(#​3429)](https://github.com/mockito/mockito/pull/3429) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 [(#​3427)](https://github.com/mockito/mockito/pull/3427) - Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 [(#​3425)](https://github.com/mockito/mockito/pull/3425) - Bump com.gradle.enterprise from 3.17.6 to 3.18 [(#​3423)](https://github.com/mockito/mockito/pull/3423) - Fix a typo in InjectMocks [(#​3422)](https://github.com/mockito/mockito/pull/3422) - Bump versions.bytebuddy from 1.14.18 to 1.14.19 [(#​3417)](https://github.com/mockito/mockito/pull/3417) - Bump androidx.test:runner from 1.6.1 to 1.6.2 [(#​3415)](https://github.com/mockito/mockito/pull/3415) - Bump versions.junitJupiter from 5.10.3 to 5.11.0 [(#​3413)](https://github.com/mockito/mockito/pull/3413) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 [(#​3409)](https://github.com/mockito/mockito/pull/3409) - Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [(#​3408)](https://github.com/mockito/mockito/pull/3408) - Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 [(#​3407)](https://github.com/mockito/mockito/pull/3407) - Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0.10 [(#​3405)](https://github.com/mockito/mockito/pull/3405) - Bump com.gradle.enterprise from 3.17.5 to 3.17.6 [(#​3404)](https://github.com/mockito/mockito/pull/3404) - Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 [(#​3401)](https://github.com/mockito/mockito/pull/3401) - Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 [(#​3398)](https://github.com/mockito/mockito/pull/3398) - Bump versions.bytebuddy from 1.14.17 to 1.14.18 [(#​3397)](https://github.com/mockito/mockito/pull/3397) - ci: add .m2 dependencies cache [(#​3396)](https://github.com/mockito/mockito/pull/3396) - Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 [(#​3394)](https://github.com/mockito/mockito/pull/3394) - Bump androidx.test:runner from 1.6.0 to 1.6.1 [(#​3393)](https://github.com/mockito/mockito/pull/3393) - Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 [(#​3392)](https://github.com/mockito/mockito/pull/3392) - Gradle lazy configuration [(#​3391)](https://github.com/mockito/mockito/pull/3391) - Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 [(#​3388)](https://github.com/mockito/mockito/pull/3388) - docs: cleanup javadoc for modularity [(#​3386)](https://github.com/mockito/mockito/pull/3386) - Bump versions.junitJupiter from 5.10.2 to 5.10.3 [(#​3385)](https://github.com/mockito/mockito/pull/3385) - Bump androidx.test.ext:junit from 1.1.5 to 1.2.0 [(#​3383)](https://github.com/mockito/mockito/pull/3383) - Bump androidx.test:runner from 1.5.2 to 1.6.0 [(#​3382)](https://github.com/mockito/mockito/pull/3382) - Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.0.0 to 4.0.1 [(#​3380)](https://github.com/mockito/mockito/pull/3380) - Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 [(#​3376)](https://github.com/mockito/mockito/pull/3376) - Bump gradle/wrapper-validation-action from 3.4.0 to 3.4.1 [(#​3372)](https://github.com/mockito/mockito/pull/3372) - Bump gradle/wrapper-validation-action from 3.3.2 to 3.4.0 [(#​3365)](https://github.com/mockito/mockito/pull/3365) - Bump org.shipkit:shipkit-auto-version from 2.0.7 to 2.0.9 [(#​3364)](https://github.com/mockito/mockito/pull/3364) - Bump com.gradle.enterprise from 3.17.4 to 3.17.5 [(#​3363)](https://github.com/mockito/mockito/pull/3363) - Bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0 [(#​3362)](https://github.com/mockito/mockito/pull/3362) - Bump net.ltgt.gradle:gradle-errorprone-plugin from 3.1.0 to 4.0.0 [(#​3361)](https://github.com/mockito/mockito/pull/3361) - Bump versions.bytebuddy from 1.14.16 to 1.14.17 [(#​3357)](https://github.com/mockito/mockito/pull/3357) - Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 [(#​3355)](https://github.com/mockito/mockito/pull/3355) - EditorConfig enhancement [(#​3353)](https://github.com/mockito/mockito/pull/3353) - Bump versions.bytebuddy from 1.14.15 to 1.14.16 [(#​3352)](https://github.com/mockito/mockito/pull/3352) - Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 [(#​3351)](https://github.com/mockito/mockito/pull/3351) - Fixes [#​3237](https://github.com/mockito/mockito/issues/3237): Fix NullPointerException in Only.verify [(#​3349)](https://github.com/mockito/mockito/pull/3349) - Bump com.gradle.enterprise from 3.17.3 to 3.17.4 [(#​3348)](https://github.com/mockito/mockito/pull/3348) - potential editorconfig enhancement [(#​3347)](https://github.com/mockito/mockito/issues/3347) - Method `Only.verify` throws `NullPointerException` [(#​3237)](https://github.com/mockito/mockito/issues/3237)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c03c65..1204195 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation "io.grpc:grpc-testing:${grpcVersion}" testImplementation "junit:junit:4.13.2" - testImplementation "org.mockito:mockito-core:5.12.0" + testImplementation "org.mockito:mockito-core:5.13.0" } protobuf { From a6012ae5ddccb24cf4400d13b8dd8a253a0e5ba9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:57:23 +0300 Subject: [PATCH 5/7] fix(deps): Update grpc-java monorepo to v1.66.0 (#128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `1.66.0` | --- ### Release Notes
grpc/grpc-java (io.grpc:protoc-gen-grpc-java) ### [`v1.66.0`](https://github.com/grpc/grpc-java/releases/tag/v1.66.0) ##### gRPC Java 1.66.0 Release Notes ##### API Changes - stub: Support setting onReadyThreshold through AbstractStub. ([#​11320](https://github.com/grpc/grpc-java/issues/11320)) ([`25a8b7c`](https://github.com/grpc/grpc-java/commit/25a8b7c50)) - util: Stabilize `AdvancedTlsX509TrustManager`, an `X509ExtendedTrustManager` that allows users to configure advanced TLS features, such as root certificate reloading and peer cert custom verification. ([`658cbf6`](https://github.com/grpc/grpc-java/commit/658cbf6cf)) - util: Align AdvancedTlsX509{Key and Trust}Manager. ([#​11385](https://github.com/grpc/grpc-java/issues/11385)) - util: Add `GracefulSwitchLoadBalancer` config ([`ebed047`](https://github.com/grpc/grpc-java/commit/ebed04798)) and mark switchTo() deprecated. ([`85e0a01`](https://github.com/grpc/grpc-java/commit/85e0a01ec)). `GracefulSwitchLoadBalancer` now receives its configuration like a regular load balancer. - binder: Introduce `AllowSecurityPolicy` to allow calling code to not have to wait on async/slow implementations. `BinderTransport` now submits async implementations to an executor. ([#​11272](https://github.com/grpc/grpc-java/issues/11272)) ([`7fee6a3`](https://github.com/grpc/grpc-java/commit/7fee6a3fe)) - api: Add convenience method in `ServerBuilder` for adding a list of service implementations to the handler registry together. ([#​11285](https://github.com/grpc/grpc-java/issues/11285)) ([`85ed053`](https://github.com/grpc/grpc-java/commit/85ed05300)) ##### Improvements - examples: Improve example Bazel WORKSPACE to demonstrate referencing grpc-xds. ([`5ec0187`](https://github.com/grpc/grpc-java/commit/5ec0187e2)) - examples: Include Bazel bzlmod configuration ([`36e687f`](https://github.com/grpc/grpc-java/commit/36e687f9d)). There are now examples for both non-bzlmod and bzlmod. - core: Fixes to `PickFirstLeafLoadBalancer` - Eliminate NPE after recovering from a temporary name resolution failure. ([#​11298](https://github.com/grpc/grpc-java/issues/11298)) - Deduplicate addresses. ([#​11342](https://github.com/grpc/grpc-java/issues/11342), [#​11345](https://github.com/grpc/grpc-java/issues/11345)) - core: Change default to use the new pick first load balancer (`PickFirstLeafLoadBalancer`). ([#​11348](https://github.com/grpc/grpc-java/issues/11348)) - core: Use retryThrottling from defaultServiceConfig when the name resolver config doesn't provide this config. ([#​11274](https://github.com/grpc/grpc-java/issues/11274)) ([`062ebb4`](https://github.com/grpc/grpc-java/commit/062ebb4d7)) - netty: Enable use of Netty 4.1.111 by avoiding the optimization provided by `NettyAdaptiveCumulator` if Netty is on version 4.1.111 or later. ([#​11367](https://github.com/grpc/grpc-java/issues/11367)) - binder: Set a default connect timeout of 60 seconds. ([#​11359](https://github.com/grpc/grpc-java/issues/11359)) ([`21dec30`](https://github.com/grpc/grpc-java/commit/21dec3092)) - binder: Make `BinderServer` own `ServerAuthInterceptor`'s executor that helps avoid leaks. ([#​11293](https://github.com/grpc/grpc-java/issues/11293)) ([`15ad9f5`](https://github.com/grpc/grpc-java/commit/15ad9f546)) - services:: Added `ProtoReflectionServiceV1` for the v1 reflection protocol. The preexisting `ProtoReflectionService` implements the v1alpha reflection protocol. ([#​11237](https://github.com/grpc/grpc-java/issues/11237)) ([`0aa976c`](https://github.com/grpc/grpc-java/commit/0aa976c4e)) ##### Bug Fixes - binder: Add missing synchronization to prevent races when calling awaitTermination(). ([#​11277](https://github.com/grpc/grpc-java/issues/11277)) ([`14fd81f`](https://github.com/grpc/grpc-java/commit/14fd81f59)) - util: Fix `AdvancedTlsX509TrustManager` validation on servers when using SSLSocket. Previously it would try to use a null SSLEngine . ([`dcb1c01`](https://github.com/grpc/grpc-java/commit/dcb1c018c)) ##### Dependencies - compiler: Upgrade from CentOS 7 to AlmaLinux 8 for the pre-compiled Linux protoc-gen-grpc-java ([`71eb5fb`](https://github.com/grpc/grpc-java/commit/71eb5fb9f)). This adds a runtime dependency on libstdc++ - Upgrade animal-sniffer-annotations to 1.24 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade error_prone_annotations to 2.28.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade proto-google-common-protos to 2.41.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade google-auth-library to 1.23.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade gson to 2.11.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade guava to 33.2.1 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade opentelemetry to 1.40.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade perfmark-api to 0.27.0 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - Upgrade protobuf-java to 3.25.3 ([`a977385`](https://github.com/grpc/grpc-java/commit/a97738518)) - xds: Remove unused opencensus-proto dependency ([`e7c3803`](https://github.com/grpc/grpc-java/commit/e7c3803b5)) - bazel: Replace `@com_github_cncf_udpa` usage with preexisting `@com_github_cncf_xds`; delete `@com_github_cncf_udpa` repo alias for xds ([`6dd6ca9`](https://github.com/grpc/grpc-java/commit/6dd6ca9f9)) - bazel: Upgrade envoyproxy/data-plane-api to [`1611a73`](https://github.com/grpc/grpc-java/commit/1611a730) ([`c540993`](https://github.com/grpc/grpc-java/commit/c540993aa)). The version used by Gradle had been updated in 1.62.0 ([`68334a0`](https://github.com/grpc/grpc-java/commit/68334a01)), but the bazel version had not - bazel: Use com_google_protobuf instead of com_google_protobuf_javalite ([`7a25e68`](https://github.com/grpc/grpc-java/commit/7a25e6895)). Bazel’s protobuf rules no longer use the old com_google_protobuf_javalite repository name - bazel: Don't require protobuf to be in maven_install ([`d3c2f5a`](https://github.com/grpc/grpc-java/commit/d3c2f5a2d)). Protobuf’s targets are generally just used directly; this fixed the only place that used maven’s `artifact()` syntax ##### Thanks to [@​hlx502](https://github.com/hlx502) [@​erm-g](https://github.com/erm-g) [@​jdcormie](https://github.com/jdcormie) [@​JoaoVitorStein](https://github.com/JoaoVitorStein) [@​cfredri4](https://github.com/cfredri4)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1204195..68d3511 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { sourceCompatibility = 1.8 targetCompatibility = 1.8 -def grpcVersion = '1.65.1' +def grpcVersion = '1.66.0' def protobufVersion = '4.28.0' def protocVersion = protobufVersion From a247363cf65a4d6339c7047524fbc0ae2b7a92b3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:05:27 +0300 Subject: [PATCH 6/7] fix: Generate Java Code from `plugin-pb` (#129) This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`. --- .../discovery/v1/DiscoveryGrpc.java | 2 +- .../io/cloudquery/plugin/v3/PluginGrpc.java | 2 +- .../discovery/v1/DiscoveryOuterClass.java | 6 ++-- .../cloudquery/discovery/v1/GetVersions.java | 14 ++++----- .../discovery/v1/GetVersionsOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Close.java | 14 ++++----- .../cloudquery/plugin/v3/CloseOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/GetName.java | 14 ++++----- .../plugin/v3/GetNameOrBuilder.java | 2 +- .../cloudquery/plugin/v3/GetSpecSchema.java | 14 ++++----- .../plugin/v3/GetSpecSchemaOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetTables.java | 14 ++++----- .../plugin/v3/GetTablesOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetVersion.java | 14 ++++----- .../plugin/v3/GetVersionOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Init.java | 14 ++++----- .../cloudquery/plugin/v3/InitOrBuilder.java | 2 +- .../plugin/v3/PluginOuterClass.java | 6 ++-- .../io/cloudquery/plugin/v3/Predicate.java | 10 +++---- .../plugin/v3/PredicateOrBuilder.java | 2 +- .../cloudquery/plugin/v3/PredicatesGroup.java | 10 +++---- .../plugin/v3/PredicatesGroupOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Read.java | 14 ++++----- .../cloudquery/plugin/v3/ReadOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Sync.java | 30 +++++++++---------- .../cloudquery/plugin/v3/SyncOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TableRelation.java | 6 ++-- .../plugin/v3/TableRelationOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TestConnection.java | 14 ++++----- .../plugin/v3/TestConnectionOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/Transform.java | 14 ++++----- .../plugin/v3/TransformOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TransformSchema.java | 14 ++++----- .../plugin/v3/TransformSchemaOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Write.java | 30 +++++++++---------- .../cloudquery/plugin/v3/WriteOrBuilder.java | 2 +- 36 files changed, 144 insertions(+), 144 deletions(-) diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java index 09b1e04..f01671d 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.65.1)", + value = "by gRPC proto compiler (version 1.66.0)", comments = "Source: cloudquery/discovery/v1/discovery.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DiscoveryGrpc { diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java index 74b9c87..4606f03 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java @@ -5,7 +5,7 @@ /** */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.65.1)", + value = "by gRPC proto compiler (version 1.66.0)", comments = "Source: cloudquery/plugin/v3/plugin.proto") @io.grpc.stub.annotations.GrpcGenerated public final class PluginGrpc { diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java index 793ebc5..05ba448 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.discovery.v1; @@ -11,8 +11,8 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", DiscoveryOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java index 1f47873..2f386e4 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.discovery.v1; @@ -17,8 +17,8 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GetVersions.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -430,8 +430,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java index 33357a4..802cc1c 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.discovery.v1; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java index 1851f7a..a2592a1 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Close extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Close.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -413,8 +413,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java index 89d7af5..5fa4349 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java index 176bba6..a93e4b0 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GetName.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +425,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java index 2910d77..e30c7d8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java index bcb69ff..3d29633 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GetSpecSchema.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -445,8 +445,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java index b354499..aafd615 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java index ce15879..4f707ab 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GetTables.class.getName()); } @@ -114,8 +114,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -950,8 +950,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java index e24bf4d..1bc83a5 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java index 321d0ce..7463fa9 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GetVersion.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +425,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java index 7450804..4af30d0 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java index 632640a..01ff1af 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Init extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Init.class.getName()); } @@ -98,8 +98,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -790,8 +790,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java index 76d9964..c08803b 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java index 493d04e..2e61783 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -11,8 +11,8 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", PluginOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java index db2ec6a..d68fc24 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Predicate.class.getName()); } @@ -68,8 +68,8 @@ public enum Operator com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Operator.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java index 8d2cfd4..f7fa508 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java index 9872962..cf6b6ab 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", PredicatesGroup.class.getName()); } @@ -64,8 +64,8 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", GroupingType.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java index e2b038a..17653b9 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java index 246002e..ecff9b8 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Read extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Read.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java index 583b68a..f8e920d 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java index 579f55d..21ba448 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Sync.class.getName()); } @@ -68,8 +68,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageInsert.class.getName()); } @@ -523,8 +523,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -1028,8 +1028,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -2270,8 +2270,8 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", BackendOptions.class.getName()); } @@ -3037,8 +3037,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -4151,8 +4151,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java index 5d87091..bbd4085 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java index bc385ce..6d4f826 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", TableRelation.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java index eda731d..96540c2 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java index cb9d8b9..86ee082 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", TestConnection.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -543,8 +543,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java index 9ed44e5..73613c3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java index cc0bbfb..81bf647 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Transform.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java index 201d8a7..de43759 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java index cf36370..01aeb37 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", TransformSchema.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java index 81272de..e1a0a85 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java index b39284a..a1657d4 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Write extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Write.class.getName()); } @@ -74,8 +74,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -596,8 +596,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageInsert.class.getName()); } @@ -1092,8 +1092,8 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageDeleteStale.class.getName()); } @@ -2070,8 +2070,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -3334,8 +3334,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -4603,8 +4603,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 27, - /* patch= */ 3, + /* minor= */ 28, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java index 2dc644a..fa388ed 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.27.3 +// Protobuf Java Version: 4.28.0 package io.cloudquery.plugin.v3; From 0e3d72c93f6a4fabede2055f2ad92296218d093b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:52:34 +0300 Subject: [PATCH 7/7] chore(main): Release v0.0.24 (#125) :robot: I have created a release *beep* *boop* --- ## [0.0.24](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.23...v0.0.24) (2024-09-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.0 ([#124](https://github.com/cloudquery/plugin-pb-java/issues/124)) ([225e342](https://github.com/cloudquery/plugin-pb-java/commit/225e3426743fc7a384a22c4907adc60c47e3adbd)) * **deps:** Update dependency gradle to v8.10 ([#126](https://github.com/cloudquery/plugin-pb-java/issues/126)) ([6a17de9](https://github.com/cloudquery/plugin-pb-java/commit/6a17de9e9b4fefb7957967adc479fcf193b6d890)) * **deps:** Update dependency org.mockito:mockito-core to v5.13.0 ([#127](https://github.com/cloudquery/plugin-pb-java/issues/127)) ([1bb2093](https://github.com/cloudquery/plugin-pb-java/commit/1bb2093a4bc1ee5855085b57ddb8732f779ab59e)) * **deps:** Update grpc-java monorepo to v1.66.0 ([#128](https://github.com/cloudquery/plugin-pb-java/issues/128)) ([a6012ae](https://github.com/cloudquery/plugin-pb-java/commit/a6012ae5ddccb24cf4400d13b8dd8a253a0e5ba9)) * Generate Java Code from `plugin-pb` ([#129](https://github.com/cloudquery/plugin-pb-java/issues/129)) ([a247363](https://github.com/cloudquery/plugin-pb-java/commit/a247363cf65a4d6339c7047524fbc0ae2b7a92b3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ build.gradle | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a244a27..9740c6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.23" + ".": "0.0.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c560624..72e95bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.24](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.23...v0.0.24) (2024-09-01) + + +### Bug Fixes + +* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.0 ([#124](https://github.com/cloudquery/plugin-pb-java/issues/124)) ([225e342](https://github.com/cloudquery/plugin-pb-java/commit/225e3426743fc7a384a22c4907adc60c47e3adbd)) +* **deps:** Update dependency gradle to v8.10 ([#126](https://github.com/cloudquery/plugin-pb-java/issues/126)) ([6a17de9](https://github.com/cloudquery/plugin-pb-java/commit/6a17de9e9b4fefb7957967adc479fcf193b6d890)) +* **deps:** Update dependency org.mockito:mockito-core to v5.13.0 ([#127](https://github.com/cloudquery/plugin-pb-java/issues/127)) ([1bb2093](https://github.com/cloudquery/plugin-pb-java/commit/1bb2093a4bc1ee5855085b57ddb8732f779ab59e)) +* **deps:** Update grpc-java monorepo to v1.66.0 ([#128](https://github.com/cloudquery/plugin-pb-java/issues/128)) ([a6012ae](https://github.com/cloudquery/plugin-pb-java/commit/a6012ae5ddccb24cf4400d13b8dd8a253a0e5ba9)) +* Generate Java Code from `plugin-pb` ([#129](https://github.com/cloudquery/plugin-pb-java/issues/129)) ([a247363](https://github.com/cloudquery/plugin-pb-java/commit/a247363cf65a4d6339c7047524fbc0ae2b7a92b3)) + ## [0.0.23](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.22...v0.0.23) (2024-08-01) diff --git a/build.gradle b/build.gradle index 68d3511..c82e65f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ mainClassName = 'main.Main' group 'io.cloudquery' // x-release-please-start-version -version = '0.0.23' +version = '0.0.24' // x-release-please-end repositories {