Skip to content

Commit

Permalink
Merge pull request #15 from AzBuilder/upgrade-spring
Browse files Browse the repository at this point in the history
Upgrade spring
  • Loading branch information
alfespa17 authored Dec 23, 2021
2 parents 76dd6f9 + b8c0d51 commit 5776e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions terraform-client/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>2.4.13</version>
<version>2.5.8</version>
</parent>

<groupId>org.azbuilder.terraform</groupId>
Expand All @@ -27,7 +27,6 @@
<lombok.version>1.18.22</lombok.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<log4j2.version>2.16.0</log4j2.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion terraform-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.13</version>
<version>2.5.8</version>
</parent>

<groupId>org.azbuilder.terraform</groupId>
Expand Down
2 changes: 1 addition & 1 deletion terraform-spring-boot-samples/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>2.4.13</version>
<version>2.5.8</version>
</parent>

<groupId>org.azbuilder.terraform.samples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion terraform-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.13</version>
<version>2.5.8</version>
</parent>

<groupId>org.azbuilder.terraform</groupId>
Expand Down

0 comments on commit 5776e4e

Please sign in to comment.