Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jan 23, 2024
1 parent 70d7ff9 commit 57e6807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spring-boot-test/src/it/autoconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<artifactId>commons-exec</artifactId>
<groupId>org.apache.commons</groupId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
Expand All @@ -40,7 +40,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>3.2.1</version>
<version>3.2.2</version>
</parent>
<properties>
<java.version>17</java.version>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-test/src/it/manual-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<artifactId>commons-exec</artifactId>
<groupId>org.apache.commons</groupId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
Expand All @@ -40,7 +40,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>3.2.1</version>
<version>3.2.2</version>
</parent>
<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit 57e6807

Please sign in to comment.