Skip to content

Commit 3096a45

Browse files
committed
Update all non-major dependencies
1 parent 4052087 commit 3096a45

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-storage</artifactId>
141-
<version>2.56.0</version>
141+
<version>2.57.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
<dependency>
474474
<groupId>com.google.code.gson</groupId>
475475
<artifactId>gson</artifactId>
476-
<version>2.13.1</version>
476+
<version>2.13.2</version>
477477
</dependency>
478478
<dependency>
479479
<groupId>com.google.flogger</groupId>
@@ -671,13 +671,13 @@
671671
<dependency>
672672
<groupId>com.google.truth</groupId>
673673
<artifactId>truth</artifactId>
674-
<version>1.4.4</version>
674+
<version>1.4.5</version>
675675
<scope>test</scope>
676676
</dependency>
677677
<dependency>
678678
<groupId>com.google.truth.extensions</groupId>
679679
<artifactId>truth-java8-extension</artifactId>
680-
<version>1.4.4</version>
680+
<version>1.4.5</version>
681681
<scope>test</scope>
682682
</dependency>
683683

0 commit comments

Comments
 (0)