Skip to content

Commit 90e4a39

Browse files
committed
Beam 2.55.0
1 parent edbdea8 commit 90e4a39

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pom.xml

+13-3
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<avro.version>1.11.3</avro.version>
105105
<bouncycastle.version>1.77</bouncycastle.version>
106106
<!--Ensure Beam SDK compatibility-->
107-
<!-- https://github.com/apache/beam/blob/release-2.54.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L600 -->
108-
<beam.version>2.54.0</beam.version>
107+
<!-- https://github.com/apache/beam/blob/release-2.55.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L600 -->
108+
<beam.version>2.55.0</beam.version>
109109
<!--https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/26.32.0/index.html -->
110110
<google-cloud-libraries-bom.version>26.32.0</google-cloud-libraries-bom.version>
111111
<guava.version>33.0.0-jre</guava.version>
@@ -161,13 +161,23 @@
161161
<dependency>
162162
<groupId>com.google.apis</groupId>
163163
<artifactId>google-api-services-storage</artifactId>
164-
<version>v1-rev20240202-2.0.0</version>
164+
<version>v1-rev20240205-2.0.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>commons-codec</groupId>
168168
<artifactId>commons-codec</artifactId>
169169
<version>1.16.1</version>
170170
</dependency>
171+
<dependency>
172+
<groupId>org.apache.commons</groupId>
173+
<artifactId>commons-compress</artifactId>
174+
<version>1.26.1</version>
175+
</dependency>
176+
<dependency>
177+
<groupId>org.apache.commons</groupId>
178+
<artifactId>commons-lang3</artifactId>
179+
<version>3.14.0</version>
180+
</dependency>
171181
<!-- overrides to resolve dependency conflicts - end-->
172182
<!-- overrides with vulnerability fixes - start-->
173183
<dependency>

0 commit comments

Comments
 (0)