Skip to content

Commit 3306d16

Browse files
Update all dependencies
1 parent 112c871 commit 3306d16

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
validate:
88
name: Validate renovatebot config
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
push_to_registry:
1212
name: Build & Push docker image to Docker Hub
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Checkout code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
run_cypress_tests:
1010
name: Run cypress e2e tests from docker
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Collect Workflow Telemetry

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2020

2121
<!-- Maven build plugins and their dependencies -->
22-
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
23-
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
24-
<kotlin-plugin.version>1.7.20</kotlin-plugin.version>
25-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
22+
<build-helper-plugin.version>3.4.0</build-helper-plugin.version>
23+
<build-properties-plugin.version>1.2.0</build-properties-plugin.version>
24+
<kotlin-plugin.version>1.9.0</kotlin-plugin.version>
25+
<surefire-plugin.version>3.1.2</surefire-plugin.version>
2626
<ktlint-plugin.version>1.16.0</ktlint-plugin.version>
2727

2828
<!-- Library versions -->
29-
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
29+
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3030
<quicktheories.version>0.26</quicktheories.version>
3131
<spring-boot.version>2.7.14</spring-boot.version>
32-
<graphql-kotlin.version>6.4.1</graphql-kotlin.version>
33-
<ktor.version>2.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
34-
<jackson-datatype.version>2.15.1</jackson-datatype.version>
35-
<mockk.version>1.12.4</mockk.version>
32+
<graphql-kotlin.version>6.5.3</graphql-kotlin.version>
33+
<ktor.version>2.3.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
34+
<jackson-datatype.version>2.15.2</jackson-datatype.version>
35+
<mockk.version>1.13.5</mockk.version>
3636

3737
<!-- Other properties -->
3838
<start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-enforcer-plugin</artifactId>
218-
<version>3.0.0</version>
218+
<version>3.3.0</version>
219219
<executions>
220220
<execution>
221221
<id>enforce-versions</id>
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-compiler-plugin</artifactId>
307-
<version>3.8.1</version>
307+
<version>3.11.0</version>
308308
<configuration>
309309
<source>${java.version}</source>
310310
<target>${java.version}</target>

0 commit comments

Comments
 (0)