Skip to content

Commit

Permalink
Squash dependency update commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinteringham committed Jun 30, 2024
1 parent 78bc051 commit 606aacb
Show file tree
Hide file tree
Showing 36 changed files with 6,079 additions and 4,650 deletions.
145 changes: 50 additions & 95 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ With that set you can then run ```mvn verify```

## Documentation

You can also find out the health of the application by accessing ```http://localhost:3003/actuator/health```. Finally, to access the APIs logfiles, head to ```http://localhost:3003/actuator/logfile```
You can also find out the health of the application by accessing ```http://localhost:3003/actuator/health```. Finally, to access the APIs logfiles, head to ```http://localhost:3003/actuator/logfile```
18 changes: 9 additions & 9 deletions assets/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<version>3.3.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
<exclusions>
<!-- Exclude Groovy because of dependency issue -->
<exclusion>
Expand All @@ -128,12 +128,12 @@
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>18.5.0</version>
<version>24.2.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.6.0</version>
<version>4.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -144,27 +144,27 @@
<dependency>
<groupId>com.xebialabs.restito</groupId>
<artifactId>restito</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.3.1</version>
<version>5.9.1</version>
</dependency>
</dependencies>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 606aacb

Please sign in to comment.