We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746361c commit 1525edaCopy full SHA for 1525eda
1 file changed
libraries-bom/pom.xml
@@ -44,6 +44,7 @@
44
45
<properties>
46
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47
+ <first-party-dependencies.version>3.54.1</first-party-dependencies.version>
48
</properties>
49
50
<distributionManagement>
@@ -76,7 +77,7 @@
76
77
<dependency>
78
<groupId>com.google.cloud</groupId>
79
<artifactId>first-party-dependencies</artifactId>
- <version>3.54.1</version>
80
+ <version>${first-party-dependencies.version}</version>
81
<type>pom</type>
82
<scope>import</scope>
83
</dependency>
0 commit comments