Skip to content

Commit 76cc66b

Browse files
Update all dependencies
1 parent b35697d commit 76cc66b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
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>

0 commit comments

Comments
 (0)