Skip to content

Commit

Permalink
Fixing up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Aug 15, 2023
1 parent 1c3739a commit d1eb10b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions ssb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-parent</artifactId>
<version>2.24.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.2.0</version>
<relativePath/>
</parent>

<artifactId>ssb</artifactId>
Expand All @@ -25,19 +26,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.24.1-SNAPSHOT</version>
<version>2.26.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.24.1-SNAPSHOT</version>
<version>2.26.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d1eb10b

Please sign in to comment.