Skip to content

Commit

Permalink
fix: example ci class not found (#29409)
Browse files Browse the repository at this point in the history
  • Loading branch information
totalo authored Dec 15, 2023
1 parent 0cde4a5 commit cf9c7e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.10</version>
<version>1.2.13</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit cf9c7e6

Please sign in to comment.