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 Nov 27, 2024
1 parent b35697d commit b8788ea
Show file tree
Hide file tree
Showing 3 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/[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
4 changes: 2 additions & 2 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<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>
Expand Down

0 comments on commit b8788ea

Please sign in to comment.