Skip to content

Commit faece5e

Browse files
authored
fix(deps): update dependency com.google.guava:guava to v33.1.0-jre (#1238)
1 parent 1bdd75e commit faece5e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Copyright 2019 Google LLC
7171
<dependency>
7272
<groupId>com.google.guava</groupId>
7373
<artifactId>guava</artifactId>
74-
<version>33.0.0-jre</version>
74+
<version>33.1.0-jre</version>
7575
<scope>compile</scope>
7676
</dependency>
7777

bookshelf-standard/2-structured-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Copyright 2016 Google Inc.
109109
<dependency> <!-- Google Core Libraries for Java -->
110110
<groupId>com.google.guava</groupId>
111111
<artifactId>guava</artifactId> <!-- https://github.com/google/guava/wiki -->
112-
<version>33.0.0-jre</version>
112+
<version>33.1.0-jre</version>
113113
<scope>compile</scope>
114114
</dependency>
115115

bookshelf-standard/3-binary-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Copyright 2016 Google Inc.
117117
<dependency> <!-- Google Core Libraries for Java -->
118118
<groupId>com.google.guava</groupId>
119119
<artifactId>guava</artifactId> <!-- https://github.com/google/guava/wiki -->
120-
<version>33.0.0-jre</version>
120+
<version>33.1.0-jre</version>
121121
<scope>compile</scope>
122122
</dependency>
123123

bookshelf-standard/4-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Copyright 2016 Google Inc.
118118
<dependency> <!-- Google Core Libraries for Java -->
119119
<groupId>com.google.guava</groupId>
120120
<artifactId>guava</artifactId> <!-- https://github.com/google/guava/wiki -->
121-
<version>33.0.0-jre</version>
121+
<version>33.1.0-jre</version>
122122
<scope>compile</scope>
123123
</dependency>
124124

bookshelf-standard/5-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Copyright 2016 Google Inc.
118118
<dependency> <!-- Google Core Libraries for Java -->
119119
<groupId>com.google.guava</groupId>
120120
<artifactId>guava</artifactId> <!-- https://github.com/google/guava/wiki -->
121-
<version>33.0.0-jre</version>
121+
<version>33.1.0-jre</version>
122122
<scope>compile</scope>
123123
</dependency>
124124

bookshelf/1-cloud-run/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Copyright 2019 Google LLC
6767
<dependency>
6868
<groupId>com.google.guava</groupId>
6969
<artifactId>guava</artifactId>
70-
<version>33.0.0-jre</version>
70+
<version>33.1.0-jre</version>
7171
<scope>compile</scope>
7272
</dependency>
7373

gce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Copyright 2019 Google LLC
7575
<dependency>
7676
<groupId>com.google.guava</groupId>
7777
<artifactId>guava</artifactId>
78-
<version>33.0.0-jre</version>
78+
<version>33.1.0-jre</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)