Skip to content

Commit

Permalink
Merge branch 'main' into feat/sync-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert authored Sep 27, 2024
2 parents 0725139 + eb0777b commit 7a47301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
<scope>test</scope>
</dependency>
<!-- End mockito workaround-->
Expand Down Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion providers/flipt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7a47301

Please sign in to comment.