From 9373ce7d3daac7ac5a22145e1bcf0ef695908aeb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 20 Mar 2026 18:50:12 +0000
Subject: [PATCH 01/12] chore(deps): update dependency
org.jacoco:jacoco-maven-plugin to v0.8.14
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..ccf1a36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
UTF-8
UTF-8
- 0.8.13
+ 0.8.14
5.1.0.4751
0.1.2
From fe61903934e67a4a756f88fd86f21b4d553a114e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 21 Mar 2026 02:38:07 +0000
Subject: [PATCH 02/12] chore(deps): update dependency
org.jreleaser:jreleaser-maven-plugin to v1.23.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..ffd9f33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
12.1.3
1.6
1.21.0
- 1.19.0
+ 1.23.0
8.1
26.66.0
From 6e750f72d306878b88e141a765d6cd399086c639 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 21 Mar 2026 06:05:05 +0000
Subject: [PATCH 03/12] chore(deps): update actions/checkout action to v6
---
.github/workflows/push.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index b8e7c47..7c5d55f 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -19,7 +19,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
runs-on: ubuntu-24.04
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Copy maven settings
From fba9fae2e000591acd3aac74a4b1be5a6f7a49f1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 26 Mar 2026 19:33:05 +0000
Subject: [PATCH 04/12] chore(deps): update actions/cache action to v5
---
.github/workflows/push.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index b8e7c47..97a412e 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -30,7 +30,7 @@ jobs:
java-version: 21.0.5+11
distribution: liberica
- name: Cache Maven dependencies
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
From 34227344cc522125cd4b01482c41e2b1f3c8cc3c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 11 Apr 2026 18:45:54 +0000
Subject: [PATCH 05/12] chore(deps): update dependency
org.owasp:dependency-check-maven to v12.2.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..29560f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
1.7.0
1.12.2
1.12.2
- 12.1.3
+ 12.2.1
1.6
1.21.0
1.19.0
From 0fc8930597a519bd538c9b9308a3fa5ddbd19704 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Apr 2026 14:39:56 +0000
Subject: [PATCH 06/12] fix(deps): update dependency
com.google.cloud:libraries-bom to v26.80.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..2500bdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
1.21.0
1.19.0
8.1
- 26.66.0
+ 26.80.0
true
From 2eedb76f9c286b042a4ab2042ddea74f80c6d4e4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 Apr 2026 17:50:12 +0000
Subject: [PATCH 07/12] chore(deps): update dependency
org.sonarsource.scanner.maven:sonar-maven-plugin to v5.6.0.6792
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..a371405 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
UTF-8
0.8.13
- 5.1.0.4751
+ 5.6.0.6792
0.1.2
From 3940acd7d9027ccef6f78b4d56aa1eae028867c8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 08:28:47 +0000
Subject: [PATCH 08/12] fix(deps): update dependency
org.springframework.boot:spring-boot-starter-parent to v4.0.5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..acf8ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.4
+ 4.0.5
org.entur.ror
From 0e20c5d90c77a9eb2270a198a1a9066c319eb365 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 08:29:04 +0000
Subject: [PATCH 09/12] chore(deps): update actions/setup-java action to v5
---
.github/workflows/push.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index b8e7c47..c988762 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
- name: Copy maven settings
run: |
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
with:
java-version: 21.0.5+11
distribution: liberica
From 2c37c064cb20eb161a829187a24854fb275446e7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 08:29:08 +0000
Subject: [PATCH 10/12] chore(deps): update dependency
org.apache.maven.scm:maven-scm-api to v2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..22e01d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
0.1.2
1.7.0
- 1.12.2
+ 2.2.1
1.12.2
12.1.3
1.6
From 04f2b3c6e861d77c92508fbf876f1cd268da17a0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 08:29:13 +0000
Subject: [PATCH 11/12] chore(deps): update dependency
org.apache.maven.scm:maven-scm-provider-gitexe to v2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..01396a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
1.7.0
1.12.2
- 1.12.2
+ 2.2.1
12.1.3
1.6
1.21.0
From f9880a86fac228f010de1c8a4ed4d4c0e473e413 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 08:29:18 +0000
Subject: [PATCH 12/12] fix(deps): update dependency
net.logstash.logback:logstash-logback-encoder to v9
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ceec58..f1a268c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
1.6
1.21.0
1.19.0
- 8.1
+ 9.0
26.66.0