Skip to content

Commit

Permalink
fix(deps): bump the production-dependencies group across 1 directory …
Browse files Browse the repository at this point in the history
…with 6 updates (#303)
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 3f46dd1 commit 59531bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -28,7 +28,7 @@
<folio-spring-support.version>8.2.0-SNAPSHOT</folio-spring-support.version>
<folio-service-tools.version>4.1.0-SNAPSHOT</folio-service-tools.version>
<folio-s3-client.version>2.2.0-SNAPSHOT</folio-s3-client.version>
<aws-sdk-java.version>2.25.65</aws-sdk-java.version>
<aws-sdk-java.version>2.26.8</aws-sdk-java.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok.mapstruct-binding.version>0.2.0</lombok.mapstruct-binding.version>
<marc4j.version>2.9.5</marc4j.version>
Expand All @@ -37,8 +37,8 @@

<maven-openapi-generator-plugin.version>7.6.0</maven-openapi-generator-plugin.version>
<maven-copy-rename-plugin.version>1.0.1</maven-copy-rename-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -424,7 +424,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<executions>
<execution>
<goals>
Expand All @@ -441,7 +441,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<preparationGoals>clean verify</preparationGoals>
<tagNameFormat>v@{project.version}</tagNameFormat>
Expand Down

0 comments on commit 59531bc

Please sign in to comment.