Skip to content

Commit

Permalink
fix(deps): update dependency com.jcabi:jcabi-log to v0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 7624326 commit 3e0118c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version is set in order to avoid a cyclic reference -->
<version>0.24.2</version>
<version>0.24.3</version>
<exclusions>
<exclusion>
<groupId>com.jcabi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/loggable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version is set in order to avoid a cyclic reference -->
<version>0.24.2</version>
<version>0.24.3</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version is set in order to avoid a cyclic reference -->
<version>0.24.2</version>
<version>0.24.3</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/weaving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version is set in order to avoid a cyclic reference -->
<version>0.24.2</version>
<version>0.24.3</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down

0 comments on commit 3e0118c

Please sign in to comment.