Skip to content

Commit

Permalink
Update dependencies (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 13, 2023
1 parent 538f66b commit 3f65024
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build-monitor-acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<byte-buddy.version>1.14.9</byte-buddy.version>
<serenity.version>4.0.18</serenity.version>
<serenity.version>4.0.21</serenity.version>
<slf4j.version>2.0.9</slf4j.version>
</properties>

Expand All @@ -31,10 +31,15 @@
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down Expand Up @@ -66,6 +71,11 @@
<artifactId>byte-buddy-agent</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down

0 comments on commit 3f65024

Please sign in to comment.