Skip to content

Commit 113f524

Browse files
Update all dependencies
1 parent 424d359 commit 113f524

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/generate-jooq.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v3
1919
with:
2020
java-version: "11"
2121
java-package: jdk

.github/workflows/java-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./development.sh start:devdeps
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v3
2222
with:
2323
java-version: "11"
2424
java-package: jdk

spring-boot/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2626

2727
<!-- Maven build plugins and their dependencies -->
28-
<build-helper-plugin.version>3.2.0</build-helper-plugin.version>
29-
<build-properties-plugin.version>1.0.0</build-properties-plugin.version>
30-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
28+
<build-helper-plugin.version>3.4.0</build-helper-plugin.version>
29+
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
30+
<surefire-plugin.version>3.1.2</surefire-plugin.version>
3131

3232
<!-- Library versions -->
33-
<arrow-core.version>1.1.3</arrow-core.version>
34-
<geolatte.version>1.9.0</geolatte.version>
35-
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
33+
<arrow-core.version>1.1.5</arrow-core.version>
34+
<geolatte.version>1.9.1</geolatte.version>
35+
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3636
<quicktheories.version>0.26</quicktheories.version>
3737

3838
<!-- Other properties -->
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-enforcer-plugin</artifactId>
312-
<version>3.0.0</version>
312+
<version>3.3.0</version>
313313
<executions>
314314
<execution>
315315
<id>enforce-versions</id>
@@ -401,7 +401,7 @@
401401
<plugin>
402402
<groupId>org.apache.maven.plugins</groupId>
403403
<artifactId>maven-compiler-plugin</artifactId>
404-
<version>3.8.1</version>
404+
<version>3.11.0</version>
405405
<configuration>
406406
<source>${java.version}</source>
407407
<target>${java.version}</target>

0 commit comments

Comments
 (0)