Skip to content

Commit d73f997

Browse files
committed
Update all non-major dependencies
1 parent cdd5e6a commit d73f997

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.google.cloud</groupId>
120120
<artifactId>google-cloud-bigquery</artifactId>
121-
<version>2.57.0</version>
121+
<version>2.57.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-storage</artifactId>
141-
<version>2.60.0</version>
141+
<version>2.61.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
<plugin>
807807
<groupId>org.apache.maven.plugins</groupId>
808808
<artifactId>maven-release-plugin</artifactId>
809-
<version>3.3.0</version>
809+
<version>3.3.1</version>
810810
<configuration>
811811
<useReleaseProfile>false</useReleaseProfile>
812812
<goals>deploy</goals>

0 commit comments

Comments
 (0)