Compare commits
1 Commits
renovate/o
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
faaf3ead39 |
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
# Setup Java and Maven
|
# Setup Java and Maven
|
||||||
- name: Set up JDK and Maven
|
- name: Set up JDK and Maven
|
||||||
uses: s4u/setup-maven-action@v1.14.0
|
uses: s4u/setup-maven-action@v1.15.0
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java-version }}
|
java-version: ${{ matrix.java-version }}
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
|
2
pom.xml
2
pom.xml
@ -122,7 +122,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents.client5</groupId>
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||||
<artifactId>httpclient5</artifactId>
|
<artifactId>httpclient5</artifactId>
|
||||||
<version>5.4.1</version>
|
<version>5.3.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
Reference in New Issue
Block a user