Skip to content

Commit 7d4092a

Browse files
Update all dependencies
1 parent 81b915f commit 7d4092a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2020

2121
<!-- Maven build plugins and their dependencies -->
22-
<build-helper-plugin.version>3.2.0</build-helper-plugin.version>
23-
<build-properties-plugin.version>1.0.0</build-properties-plugin.version>
24-
<flyway-plugin.version>8.5.13</flyway-plugin.version>
25-
<jooq-meta.version>3.14.16</jooq-meta.version>
26-
<kotlin-plugin.version>1.6.21</kotlin-plugin.version>
27-
<postgresql.version>42.3.7</postgresql.version>
28-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
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+
<flyway-plugin.version>9.16.3</flyway-plugin.version>
25+
<jooq-meta.version>3.18.3</jooq-meta.version>
26+
<kotlin-plugin.version>1.8.20</kotlin-plugin.version>
27+
<postgresql.version>42.6.0</postgresql.version>
28+
<surefire-plugin.version>3.0.0</surefire-plugin.version>
2929

3030
<!-- Library versions -->
31-
<arrow-core.version>1.1.3</arrow-core.version>
32-
<geolatte.version>1.9.0</geolatte.version>
33-
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
31+
<arrow-core.version>1.1.5</arrow-core.version>
32+
<geolatte.version>1.9.1</geolatte.version>
33+
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3434
<quicktheories.version>0.26</quicktheories.version>
3535
<spring-boot.version>2.7.5</spring-boot.version>
3636

@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-enforcer-plugin</artifactId>
306-
<version>3.0.0</version>
306+
<version>3.3.0</version>
307307
<executions>
308308
<execution>
309309
<id>enforce-versions</id>
@@ -392,7 +392,7 @@
392392
<plugin>
393393
<groupId>org.apache.maven.plugins</groupId>
394394
<artifactId>maven-compiler-plugin</artifactId>
395-
<version>3.8.1</version>
395+
<version>3.11.0</version>
396396
<configuration>
397397
<source>${java.version}</source>
398398
<target>${java.version}</target>

0 commit comments

Comments
 (0)