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 Sep 2, 2024
1 parent 69e0175 commit c4a1e6e
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.1
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
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 @@ -29,13 +29,13 @@
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<ktlint-plugin.version>3.2.0</ktlint-plugin.version>
<surefire-plugin.version>3.5.0</surefire-plugin.version>
<ktlint-plugin.version>3.3.0</ktlint-plugin.version>

<!-- Library versions -->
<kotlin-logging-jvm.version>7.0.0</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>
<graphql-kotlin.version>7.1.4</graphql-kotlin.version>
<graphql-kotlin.version>8.0.0</graphql-kotlin.version>
<ktor.version>2.3.12</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
<mockk.version>1.13.12</mockk.version>
<springmockk.version>4.0.2</springmockk.version>
Expand Down

0 comments on commit c4a1e6e

Please sign in to comment.