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 Dec 20, 2024
1 parent 8d2de0a commit eb781ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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/[email protected].0
uses: suzuki-shunsuke/[email protected].1
with:
config_file_path: .github/renovate.json5
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<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.2</surefire-plugin.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>

<!-- Library versions -->
<kotlin-logging-jvm.version>7.0.0</kotlin-logging-jvm.version>
<kotlin-logging-jvm.version>7.0.3</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>
<graphql-kotlin.version>7.1.4</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>
<graphql-kotlin.version>8.2.1</graphql-kotlin.version>
<ktor.version>3.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
<mockk.version>1.13.14</mockk.version>
<springmockk.version>4.0.2</springmockk.version>

<!-- Other properties -->
Expand Down

0 comments on commit eb781ad

Please sign in to comment.