Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring update #94

Merged
merged 19 commits into from Sep 8, 2021
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.1</version>
<version>2.5.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -38,7 +38,7 @@
<resilience4j.version>1.7.0</resilience4j.version>
<guava.version>30.1.1-jre</guava.version>
<equalsverifier.version>3.1.13</equalsverifier.version>
<logstash-encoder.version>6.3</logstash-encoder.version>
<logstash-encoder.version>6.6</logstash-encoder.version>
<!-- https://github.com/skuzzle/cmp/issues/90 Fixes problem with failing contract tests -->
<json-path.version>2.6.0</json-path.version>

Expand Down