Skip to content

Commit

Permalink
Merge branch 'develop' into feature/connection-timeout-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fameing authored Nov 2, 2023
2 parents 9bcf2c3 + 5762339 commit 80ce9a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.5
uses: renovatebot/github-action@v39.1.1
with:
configurationFile: .github/renovate/renovate.json
token: ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion feign-reactor-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.5.0</version>
<version>2.1.1</version>
<configuration>
<programFile>benchmark</programFile>
</configuration>
Expand Down
3 changes: 2 additions & 1 deletion feign-reactor-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>

<maven.javadoc.plugin.version>3.3.2</maven.javadoc.plugin.version>
<maven.javadoc.plugin.version>3.5.0</maven.javadoc.plugin.version>
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>


<!-- GPG -->
<gpg.keyname>3EEF24C7</gpg.keyname>
<gpg.defaultKeyring>false</gpg.defaultKeyring>
Expand Down

0 comments on commit 80ce9a8

Please sign in to comment.