Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent c66a136 commit 5ba9d77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>throwing-function</artifactId>
<groupId>com.pivovarit</groupId>
<scope>compile</scope>
<version>1.5.1</version>
<version>1.6.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion cory-serdes-msgpack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>throwing-function</artifactId>
<groupId>com.pivovarit</groupId>
<scope>compile</scope>
<version>1.5.1</version>
<version>1.6.1</version>
</dependency>
<dependency>
<artifactId>msgpack-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<artifactId>jedis-mock</artifactId>
<groupId>com.github.fppt</groupId>
<scope>test</scope>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<artifactId>nats-embedded</artifactId>
Expand All @@ -88,7 +88,7 @@
<artifactId>throwing-function</artifactId>
<groupId>com.pivovarit</groupId>
<scope>test</scope>
<version>1.5.1</version>
<version>1.6.1</version>
</dependency>
<dependency>
<artifactId>assertj-core</artifactId>
Expand Down Expand Up @@ -131,7 +131,7 @@
<groupId>org.junit</groupId>
<scope>import</scope>
<type>pom</type>
<version>5.11.0</version>
<version>5.11.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 5ba9d77

Please sign in to comment.