Skip to content

Commit

Permalink
Bump Logbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
msdousti committed Jun 19, 2023
1 parent 7052bff commit 47ced1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion riptide-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<jackson.version>2.15.2</jackson.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<junit-jupiter.version>5.10.0-M1</junit-jupiter.version>
<logbook.version>3.0.0</logbook.version>
<logbook.version>3.1.0</logbook.version>
<micrometer.version>1.11.1</micrometer.version>
<mockito.version>5.3.1</mockito.version>
<problem.version>0.27.1</problem.version>
Expand Down
7 changes: 0 additions & 7 deletions riptide-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
<version>${logbook.version}</version>
<optional>true</optional>
<exclusions>
<!-- This won't be needed when Logbook 3.0.1 is released -->
<exclusion>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>


Expand Down

0 comments on commit 47ced1a

Please sign in to comment.