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 Jul 15, 2024
1 parent 2b8e476 commit c11306a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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@v0.1.3
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: .github/renovate.json5
2 changes: 1 addition & 1 deletion .github/workflows/run-java-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: temurin

- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- Maven build plugins and their dependencies -->
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<ktlint-plugin.version>1.16.0</ktlint-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>

<!-- Library versions -->
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>
<graphql-kotlin.version>7.0.1</graphql-kotlin.version>
<ktor.version>2.3.4</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
<mockk.version>1.13.7</mockk.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>

<!-- Other properties -->
<start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
Expand Down Expand Up @@ -218,7 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -312,7 +312,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit c11306a

Please sign in to comment.