1 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
# Setup Java and Maven
- name: Set up JDK and Maven
uses: s4u/setup-maven-action@v1.15.0
uses: s4u/setup-maven-action@v1.14.0
with:
java-version: ${{ matrix.java-version }}
distribution: "zulu"

View File

@ -122,7 +122,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>