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 1, 2024
1 parent b35697d commit 196c61f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion .github/workflows/run-cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# These must run on ubuntu 22.04 or older.
# The MS SQL server used by jore4-jore3-importer needs,
# does not run on Linux kernels newer than 6.6.x.
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Extract metadata to env variables
Expand Down
6 changes: 3 additions & 3 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
<maven-compiler.plugin.version>3.13.0</maven-compiler.plugin.version>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<ktlint-plugin.version>3.2.0</ktlint-plugin.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>

<!-- Library versions -->
<arrow-core.version>1.2.4</arrow-core.version>
<geolatte.version>1.9.1</geolatte.version>
<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>

<!-- Other properties -->
Expand Down

0 comments on commit 196c61f

Please sign in to comment.