Skip to content

Commit 196c61f

Browse files
Update all dependencies
1 parent b35697d commit 196c61f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-renovatebot-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Validate
15-
uses: suzuki-shunsuke/[email protected].0
15+
uses: suzuki-shunsuke/[email protected].1
1616
with:
1717
config_file_path: .github/renovate.json5

.github/workflows/run-cypress-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# These must run on ubuntu 22.04 or older.
1111
# The MS SQL server used by jore4-jore3-importer needs,
1212
# does not run on Linux kernels newer than 6.6.x.
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Extract metadata to env variables

spring-boot/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
3232
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
3333
<maven-compiler.plugin.version>3.13.0</maven-compiler.plugin.version>
34-
<surefire-plugin.version>3.3.1</surefire-plugin.version>
34+
<surefire-plugin.version>3.5.2</surefire-plugin.version>
3535
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
36-
<ktlint-plugin.version>3.2.0</ktlint-plugin.version>
36+
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
3737

3838
<!-- Library versions -->
3939
<arrow-core.version>1.2.4</arrow-core.version>
4040
<geolatte.version>1.9.1</geolatte.version>
41-
<kotlin-logging-jvm.version>7.0.0</kotlin-logging-jvm.version>
41+
<kotlin-logging-jvm.version>7.0.3</kotlin-logging-jvm.version>
4242
<quicktheories.version>0.26</quicktheories.version>
4343

4444
<!-- Other properties -->

0 commit comments

Comments
 (0)