Skip to content

Commit

Permalink
upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Apr 24, 2023
1 parent 8c1084d commit c73545e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
<relativePath/>
</parent>

Expand All @@ -42,10 +42,10 @@
<!-- - version provided by spring-boot-dependencies may be a bit old. -->
<rest-assured.version>5.3.0</rest-assured.version> <!-- https://github.com/rest-assured/rest-assured/blob/master/changelog.txt -->
<!-- - to let versions-maven-plugin handle version. Don't forget to update spring-boot-starter-parent manually! -->
<spring-boot.version>3.0.5</spring-boot.version>
<spring-boot.version>3.0.6</spring-boot.version>

<archunit.version>1.0.1</archunit.version> <!-- https://github.com/TNG/ArchUnit/releases -->
<datafaker.version>1.8.1</datafaker.version> <!-- https://github.com/datafaker-net/datafaker/tags -->
<datafaker.version>1.9.0</datafaker.version> <!-- https://github.com/datafaker-net/datafaker/tags -->
<equalsverifier.version>3.14.1</equalsverifier.version> <!-- https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md -->
<greenmail.version>2.0.0</greenmail.version> <!-- https://github.com/greenmail-mail-test/greenmail/releases -->
<guava.version>31.1-jre</guava.version> <!-- https://github.com/google/guava/releases -->
Expand All @@ -54,7 +54,7 @@
<jjwt.version>0.11.5</jjwt.version> <!-- https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md -->
<json-unit.version>2.37.0</json-unit.version> <!-- https://github.com/lukas-krecan/JsonUnit#release-notes -->
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<mapstruct.version>1.5.3.Final</mapstruct.version> <!-- https://github.com/mapstruct/mapstruct/releases -->
<mapstruct.version>1.5.4.Final</mapstruct.version> <!-- https://github.com/mapstruct/mapstruct/releases -->
<springdoc.version>2.1.0</springdoc.version> <!-- https://springdoc.org/v2/ -->

<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
Expand Down

0 comments on commit c73545e

Please sign in to comment.