Skip to content

Commit

Permalink
upgrade libs and mvn wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Mar 25, 2023
1 parent 8da26f2 commit cc69e71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<relativePath/>
</parent>

Expand All @@ -42,17 +42,17 @@
<!-- - 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.4</spring-boot.version>
<spring-boot.version>3.0.5</spring-boot.version>

<archunit.version>1.0.1</archunit.version> <!-- https://github.com/TNG/ArchUnit/releases -->
<datafaker.version>1.8.0</datafaker.version> <!-- https://github.com/datafaker-net/datafaker/tags -->
<equalsverifier.version>3.14</equalsverifier.version> <!-- https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md -->
<datafaker.version>1.8.1</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 -->
<javax.activation-activation.version>1.1.1</javax.activation-activation.version>
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version> <!-- https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md -->
<jjwt.version>0.11.5</jjwt.version> <!-- https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md -->
<json-unit.version>2.36.1</json-unit.version> <!-- https://github.com/lukas-krecan/JsonUnit#release-notes -->
<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 -->
<springdoc.version>2.0.4</springdoc.version> <!-- https://springdoc.org/v2/ -->
Expand All @@ -64,8 +64,8 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> <!-- https://www.jacoco.org/jacoco/trunk/doc/changes.html -->
<jib-maven-plugin.version>3.3.1</jib-maven-plugin.version> <!-- https://github.com/GoogleContainerTools/jib/blob/master/jib-maven-plugin/CHANGELOG.md -->
<oga-maven-plugin.version>1.8.0</oga-maven-plugin.version>
<owasp-dependency-check-plugin.version>8.1.2</owasp-dependency-check-plugin.version>
<spotbugs-maven-plugin.version>4.7.3.2</spotbugs-maven-plugin.version>
<owasp-dependency-check-plugin.version>8.2.1</owasp-dependency-check-plugin.version>
<spotbugs-maven-plugin.version>4.7.3.3</spotbugs-maven-plugin.version>
<versions-maven-plugin.version>2.15.0</versions-maven-plugin.version> <!-- https://github.com/mojohaus/versions-maven-plugin/releases -->
</properties>

Expand Down

0 comments on commit cc69e71

Please sign in to comment.