Skip to content

Commit

Permalink
Bump Guava in IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 7, 2022
1 parent 09c0594 commit db3ab48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/it/projects/bom-flattenMode/bom/pom.xml
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<version>31.1-jre</version>
</dependency>
<!-- Library with general utilities as well as I18N and exception support -->
<dependency>
Expand All @@ -80,4 +80,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>
4 changes: 2 additions & 2 deletions src/it/projects/bom-pomElements/bom/pom.xml
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<version>31.1-jre</version>
</dependency>
<!-- Library with general utilities as well as I18N and exception support -->
<dependency>
Expand All @@ -80,4 +80,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>

0 comments on commit db3ab48

Please sign in to comment.