Skip to content

Commit

Permalink
upgrading Specmatic to 1.3.8 and replacing hard coded springboot vers…
Browse files Browse the repository at this point in the history
…ion with property
  • Loading branch information
harikrishnan83 committed Mar 26, 2024
1 parent 1aaf114 commit e1ed937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<properties>
<kotlin.version>1.9.21</kotlin.version>
<maven.compiler>1.8</maven.compiler>
<specmatic.version>1.2.18</specmatic.version>
<specmatic.version>1.3.8</specmatic.version>
<spring.boot.version>2.7.5</spring.boot.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>2.7.5</version>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit e1ed937

Please sign in to comment.