Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 691ac8d commit e3a3cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: actions/checkout@v4

- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.0
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: .github/renovate.json5
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<!-- Library versions -->
<versions.retrofit>2.11.0</versions.retrofit>
<versions.oauth2-oidc-sdk>11.12</versions.oauth2-oidc-sdk>
<versions.jsonwebtoken>0.12.5</versions.jsonwebtoken>
<versions.oauth2-oidc-sdk>11.13</versions.oauth2-oidc-sdk>
<versions.jsonwebtoken>0.12.6</versions.jsonwebtoken>
<versions.springdoc>2.5.0</versions.springdoc>
<versions.wiremock>3.6.0</versions.wiremock>
<versions.wiremock>3.7.0</versions.wiremock>
<versions.mockito>5.12.0</versions.mockito>

<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
Expand Down

0 comments on commit e3a3cbd

Please sign in to comment.