Skip to content

Commit

Permalink
MODEXPS-236 - spring-boot-starter-parent v3.1.4 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekGbuz authored Oct 18, 2023
1 parent 0993b7b commit 7d16999
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.0.6</version>
<version>3.1.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -31,7 +31,7 @@
<export-configs.yaml.file>${project.basedir}/src/main/resources/swagger.api/export-configs.yaml
</export-configs.yaml.file>

<folio-spring-base.version>7.0.0</folio-spring-base.version>
<folio-spring-base.version>7.2.0</folio-spring-base.version>
<folio-service-tools.version>3.1.0</folio-service-tools.version>
<hypersistence-utils-hibernate-60.version>3.0.1</hypersistence-utils-hibernate-60.version>
<commons-collections4.version>4.4</commons-collections4.version>
Expand All @@ -43,6 +43,7 @@
<junit-extensions.version>2.4.0</junit-extensions.version>
<wiremock-standalone.version>2.27.2</wiremock-standalone.version>
<mockserver-client-java.version>5.15.0</mockserver-client-java.version>
<mockito-inline.version>5.2.0</mockito-inline.version>

<!--Plugin properties-->
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
Expand Down Expand Up @@ -193,6 +194,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito-inline.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7d16999

Please sign in to comment.