Skip to content

Commit f2d4ae7

Browse files
authored
Merge pull request #724 from loicmathieu/google-cloud-services-1-3-0
Google Cloud Services 1.3.0
2 parents 29763e1 + 2185364 commit f2d4ae7

File tree

4 files changed

+61
-41
lines changed

4 files changed

+61
-41
lines changed

generated-platform-project/quarkus-camel/bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
<dependency>
830830
<groupId>io.perfmark</groupId>
831831
<artifactId>perfmark-api</artifactId>
832-
<version>0.25.0</version>
832+
<version>0.26.0</version>
833833
</dependency>
834834
<dependency>
835835
<groupId>io.projectreactor.netty</groupId>
@@ -11306,7 +11306,7 @@
1130611306
<dependency>
1130711307
<groupId>org.threeten</groupId>
1130811308
<artifactId>threetenbp</artifactId>
11309-
<version>1.6.4</version>
11309+
<version>1.6.5</version>
1131011310
</dependency>
1131111311
<dependency>
1131211312
<groupId>org.web3j</groupId>

generated-platform-project/quarkus-google-cloud-services/bom/pom.xml

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,92 +2833,102 @@
28332833
<dependency>
28342834
<groupId>io.perfmark</groupId>
28352835
<artifactId>perfmark-api</artifactId>
2836-
<version>0.25.0</version>
2836+
<version>0.26.0</version>
28372837
</dependency>
28382838
<dependency>
28392839
<groupId>io.quarkiverse.googlecloudservices</groupId>
28402840
<artifactId>quarkus-google-cloud-bigquery-deployment</artifactId>
2841-
<version>1.2.2</version>
2841+
<version>1.3.0</version>
28422842
</dependency>
28432843
<dependency>
28442844
<groupId>io.quarkiverse.googlecloudservices</groupId>
28452845
<artifactId>quarkus-google-cloud-bigquery</artifactId>
2846-
<version>1.2.2</version>
2846+
<version>1.3.0</version>
28472847
</dependency>
28482848
<dependency>
28492849
<groupId>io.quarkiverse.googlecloudservices</groupId>
28502850
<artifactId>quarkus-google-cloud-bigtable-deployment</artifactId>
2851-
<version>1.2.2</version>
2851+
<version>1.3.0</version>
28522852
</dependency>
28532853
<dependency>
28542854
<groupId>io.quarkiverse.googlecloudservices</groupId>
28552855
<artifactId>quarkus-google-cloud-bigtable</artifactId>
2856-
<version>1.2.2</version>
2856+
<version>1.3.0</version>
28572857
</dependency>
28582858
<dependency>
28592859
<groupId>io.quarkiverse.googlecloudservices</groupId>
28602860
<artifactId>quarkus-google-cloud-common-deployment</artifactId>
2861-
<version>1.2.2</version>
2861+
<version>1.3.0</version>
28622862
</dependency>
28632863
<dependency>
28642864
<groupId>io.quarkiverse.googlecloudservices</groupId>
28652865
<artifactId>quarkus-google-cloud-common-grpc</artifactId>
2866-
<version>1.2.2</version>
2866+
<version>1.3.0</version>
28672867
</dependency>
28682868
<dependency>
28692869
<groupId>io.quarkiverse.googlecloudservices</groupId>
28702870
<artifactId>quarkus-google-cloud-common</artifactId>
2871-
<version>1.2.2</version>
2871+
<version>1.3.0</version>
2872+
</dependency>
2873+
<dependency>
2874+
<groupId>io.quarkiverse.googlecloudservices</groupId>
2875+
<artifactId>quarkus-google-cloud-firebase-admin-deployment</artifactId>
2876+
<version>1.3.0</version>
2877+
</dependency>
2878+
<dependency>
2879+
<groupId>io.quarkiverse.googlecloudservices</groupId>
2880+
<artifactId>quarkus-google-cloud-firebase-admin</artifactId>
2881+
<version>1.3.0</version>
28722882
</dependency>
28732883
<dependency>
28742884
<groupId>io.quarkiverse.googlecloudservices</groupId>
28752885
<artifactId>quarkus-google-cloud-firestore-deployment</artifactId>
2876-
<version>1.2.2</version>
2886+
<version>1.3.0</version>
28772887
</dependency>
28782888
<dependency>
28792889
<groupId>io.quarkiverse.googlecloudservices</groupId>
28802890
<artifactId>quarkus-google-cloud-firestore</artifactId>
2881-
<version>1.2.2</version>
2891+
<version>1.3.0</version>
28822892
</dependency>
28832893
<dependency>
28842894
<groupId>io.quarkiverse.googlecloudservices</groupId>
28852895
<artifactId>quarkus-google-cloud-pubsub-deployment</artifactId>
2886-
<version>1.2.2</version>
2896+
<version>1.3.0</version>
28872897
</dependency>
28882898
<dependency>
28892899
<groupId>io.quarkiverse.googlecloudservices</groupId>
28902900
<artifactId>quarkus-google-cloud-pubsub</artifactId>
2891-
<version>1.2.2</version>
2901+
<version>1.3.0</version>
28922902
</dependency>
28932903
<dependency>
28942904
<groupId>io.quarkiverse.googlecloudservices</groupId>
28952905
<artifactId>quarkus-google-cloud-secret-manager-deployment</artifactId>
2896-
<version>1.2.2</version>
2906+
<version>1.3.0</version>
28972907
</dependency>
28982908
<dependency>
28992909
<groupId>io.quarkiverse.googlecloudservices</groupId>
29002910
<artifactId>quarkus-google-cloud-secret-manager</artifactId>
2901-
<version>1.2.2</version>
2911+
<version>1.3.0</version>
29022912
</dependency>
29032913
<dependency>
29042914
<groupId>io.quarkiverse.googlecloudservices</groupId>
29052915
<artifactId>quarkus-google-cloud-spanner-deployment</artifactId>
2906-
<version>1.2.2</version>
2916+
<version>1.3.0</version>
29072917
</dependency>
29082918
<dependency>
29092919
<groupId>io.quarkiverse.googlecloudservices</groupId>
29102920
<artifactId>quarkus-google-cloud-spanner</artifactId>
2911-
<version>1.2.2</version>
2921+
<version>1.3.0</version>
29122922
</dependency>
29132923
<dependency>
29142924
<groupId>io.quarkiverse.googlecloudservices</groupId>
29152925
<artifactId>quarkus-google-cloud-storage-deployment</artifactId>
2916-
<version>1.2.2</version>
2926+
<version>1.3.0</version>
29172927
</dependency>
29182928
<dependency>
29192929
<groupId>io.quarkiverse.googlecloudservices</groupId>
29202930
<artifactId>quarkus-google-cloud-storage</artifactId>
2921-
<version>1.2.2</version>
2931+
<version>1.3.0</version>
29222932
</dependency>
29232933
<dependency>
29242934
<groupId>org.conscrypt</groupId>
@@ -2928,7 +2938,7 @@
29282938
<dependency>
29292939
<groupId>org.threeten</groupId>
29302940
<artifactId>threetenbp</artifactId>
2931-
<version>1.6.4</version>
2941+
<version>1.6.5</version>
29322942
</dependency>
29332943
</dependencies>
29342944
</dependencyManagement>

generated-platform-project/quarkus-universe/bom/pom.xml

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6383,7 +6383,7 @@
63836383
<dependency>
63846384
<groupId>io.perfmark</groupId>
63856385
<artifactId>perfmark-api</artifactId>
6386-
<version>0.25.0</version>
6386+
<version>0.26.0</version>
63876387
</dependency>
63886388
<dependency>
63896389
<groupId>io.projectreactor.netty</groupId>
@@ -6683,87 +6683,97 @@
66836683
<dependency>
66846684
<groupId>io.quarkiverse.googlecloudservices</groupId>
66856685
<artifactId>quarkus-google-cloud-bigquery-deployment</artifactId>
6686-
<version>1.2.2</version>
6686+
<version>1.3.0</version>
66876687
</dependency>
66886688
<dependency>
66896689
<groupId>io.quarkiverse.googlecloudservices</groupId>
66906690
<artifactId>quarkus-google-cloud-bigquery</artifactId>
6691-
<version>1.2.2</version>
6691+
<version>1.3.0</version>
66926692
</dependency>
66936693
<dependency>
66946694
<groupId>io.quarkiverse.googlecloudservices</groupId>
66956695
<artifactId>quarkus-google-cloud-bigtable-deployment</artifactId>
6696-
<version>1.2.2</version>
6696+
<version>1.3.0</version>
66976697
</dependency>
66986698
<dependency>
66996699
<groupId>io.quarkiverse.googlecloudservices</groupId>
67006700
<artifactId>quarkus-google-cloud-bigtable</artifactId>
6701-
<version>1.2.2</version>
6701+
<version>1.3.0</version>
67026702
</dependency>
67036703
<dependency>
67046704
<groupId>io.quarkiverse.googlecloudservices</groupId>
67056705
<artifactId>quarkus-google-cloud-common-deployment</artifactId>
6706-
<version>1.2.2</version>
6706+
<version>1.3.0</version>
67076707
</dependency>
67086708
<dependency>
67096709
<groupId>io.quarkiverse.googlecloudservices</groupId>
67106710
<artifactId>quarkus-google-cloud-common-grpc</artifactId>
6711-
<version>1.2.2</version>
6711+
<version>1.3.0</version>
67126712
</dependency>
67136713
<dependency>
67146714
<groupId>io.quarkiverse.googlecloudservices</groupId>
67156715
<artifactId>quarkus-google-cloud-common</artifactId>
6716-
<version>1.2.2</version>
6716+
<version>1.3.0</version>
6717+
</dependency>
6718+
<dependency>
6719+
<groupId>io.quarkiverse.googlecloudservices</groupId>
6720+
<artifactId>quarkus-google-cloud-firebase-admin-deployment</artifactId>
6721+
<version>1.3.0</version>
6722+
</dependency>
6723+
<dependency>
6724+
<groupId>io.quarkiverse.googlecloudservices</groupId>
6725+
<artifactId>quarkus-google-cloud-firebase-admin</artifactId>
6726+
<version>1.3.0</version>
67176727
</dependency>
67186728
<dependency>
67196729
<groupId>io.quarkiverse.googlecloudservices</groupId>
67206730
<artifactId>quarkus-google-cloud-firestore-deployment</artifactId>
6721-
<version>1.2.2</version>
6731+
<version>1.3.0</version>
67226732
</dependency>
67236733
<dependency>
67246734
<groupId>io.quarkiverse.googlecloudservices</groupId>
67256735
<artifactId>quarkus-google-cloud-firestore</artifactId>
6726-
<version>1.2.2</version>
6736+
<version>1.3.0</version>
67276737
</dependency>
67286738
<dependency>
67296739
<groupId>io.quarkiverse.googlecloudservices</groupId>
67306740
<artifactId>quarkus-google-cloud-pubsub-deployment</artifactId>
6731-
<version>1.2.2</version>
6741+
<version>1.3.0</version>
67326742
</dependency>
67336743
<dependency>
67346744
<groupId>io.quarkiverse.googlecloudservices</groupId>
67356745
<artifactId>quarkus-google-cloud-pubsub</artifactId>
6736-
<version>1.2.2</version>
6746+
<version>1.3.0</version>
67376747
</dependency>
67386748
<dependency>
67396749
<groupId>io.quarkiverse.googlecloudservices</groupId>
67406750
<artifactId>quarkus-google-cloud-secret-manager-deployment</artifactId>
6741-
<version>1.2.2</version>
6751+
<version>1.3.0</version>
67426752
</dependency>
67436753
<dependency>
67446754
<groupId>io.quarkiverse.googlecloudservices</groupId>
67456755
<artifactId>quarkus-google-cloud-secret-manager</artifactId>
6746-
<version>1.2.2</version>
6756+
<version>1.3.0</version>
67476757
</dependency>
67486758
<dependency>
67496759
<groupId>io.quarkiverse.googlecloudservices</groupId>
67506760
<artifactId>quarkus-google-cloud-spanner-deployment</artifactId>
6751-
<version>1.2.2</version>
6761+
<version>1.3.0</version>
67526762
</dependency>
67536763
<dependency>
67546764
<groupId>io.quarkiverse.googlecloudservices</groupId>
67556765
<artifactId>quarkus-google-cloud-spanner</artifactId>
6756-
<version>1.2.2</version>
6766+
<version>1.3.0</version>
67576767
</dependency>
67586768
<dependency>
67596769
<groupId>io.quarkiverse.googlecloudservices</groupId>
67606770
<artifactId>quarkus-google-cloud-storage-deployment</artifactId>
6761-
<version>1.2.2</version>
6771+
<version>1.3.0</version>
67626772
</dependency>
67636773
<dependency>
67646774
<groupId>io.quarkiverse.googlecloudservices</groupId>
67656775
<artifactId>quarkus-google-cloud-storage</artifactId>
6766-
<version>1.2.2</version>
6776+
<version>1.3.0</version>
67676777
</dependency>
67686778
<dependency>
67696779
<groupId>io.quarkiverse.jackson-jq</groupId>
@@ -28778,7 +28788,7 @@
2877828788
<dependency>
2877928789
<groupId>org.threeten</groupId>
2878028790
<artifactId>threetenbp</artifactId>
28781-
<version>1.6.4</version>
28791+
<version>1.6.5</version>
2878228792
</dependency>
2878328793
<dependency>
2878428794
<groupId>org.w3c</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<drools-quarkus.version>8.31.1.Final</drools-quarkus.version>
8484
<optaplanner-quarkus.version>8.31.1.Final</optaplanner-quarkus.version>
8585

86-
<quarkus-google-cloud-services.version>1.2.2</quarkus-google-cloud-services.version>
86+
<quarkus-google-cloud-services.version>1.3.0</quarkus-google-cloud-services.version>
8787
<quarkus-vault.version>2.1.0</quarkus-vault.version>
8888
<quarkus-operator-sdk.version>5.0.0.Beta1</quarkus-operator-sdk.version>
8989

0 commit comments

Comments
 (0)