Skip to content

Commit

Permalink
Upgrade of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kerim1 committed Jan 10, 2023
1 parent 8b14acc commit ec25a9f
Show file tree
Hide file tree
Showing 83 changed files with 380 additions and 4,295 deletions.
5 changes: 2 additions & 3 deletions ContractDiff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<jdk.version>11</jdk.version>
<maven-compiler.version>3.8.1</maven-compiler.version>
<jackson.version>2.12.5</jackson.version>
<jackson.version>2.14.1</jackson.version>
</properties>

<build>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>

<!-- Hamcrest dependency should be on top see http://stackoverflow.com/a/16735373 -->
Expand All @@ -61,6 +61,5 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>

</dependencies>
</project>
4 changes: 2 additions & 2 deletions HttpCommand/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<jersey-client.version>2.22.2</jersey-client.version>
<concordion.version>1.5.1</concordion.version>
<guava.version>31.0.1-jre</guava.version>
<guava.version>31.1-jre</guava.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<httpcore.version>4.4.14</httpcore.version>
<httpcore.version>4.4.16</httpcore.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion security-client-agnostic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>
</dependencies>

Expand Down
2 changes: 0 additions & 2 deletions third_party/BUILD

This file was deleted.

7 changes: 0 additions & 7 deletions third_party/dependenciesGeneratedFor

This file was deleted.

Loading

0 comments on commit ec25a9f

Please sign in to comment.