Commit 88c76a4 1 parent 80a8708 commit 88c76a4 Copy full SHA for 88c76a4
File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4
13
13
14
14
- name : Validate
15
- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
15
+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
16
16
with :
17
17
config_file_path : .github/renovate.json5
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
uses : actions/checkout@v4
16
16
17
17
- name : Set up JDK 17
18
- uses : actions/setup-java@v3
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
java-version : " 17"
21
21
java-package : jdk
22
22
architecture : x64
23
23
distribution : temurin
24
24
25
25
- name : Cache Maven packages
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2
29
29
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
run : ./development.sh start:devdeps
19
19
20
20
- name : Set up JDK 17
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : " 17"
24
24
java-package : jdk
25
25
architecture : x64
26
26
distribution : temurin
27
27
28
28
- name : Cache Maven packages
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.m2
32
32
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 25
25
<kotlin .compiler.incremental>true</kotlin .compiler.incremental>
26
26
27
27
<!-- 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
- <maven-compiler .plugin.version>3.11 .0</maven-compiler .plugin.version>
31
- <surefire-plugin .version>2.22.2 </surefire-plugin .version>
28
+ <build-helper-plugin .version>3.6 .0</build-helper-plugin .version>
29
+ <build-properties-plugin .version>1.2.1 </build-properties-plugin .version>
30
+ <maven-compiler .plugin.version>3.13 .0</maven-compiler .plugin.version>
31
+ <surefire-plugin .version>3.2.5 </surefire-plugin .version>
32
32
33
33
<!-- Library versions -->
34
- <arrow-core .version>1.1.3 </arrow-core .version>
35
- <geolatte .version>1.9.0 </geolatte .version>
36
- <kotlin-logging-jvm .version>3.0.2 </kotlin-logging-jvm .version>
34
+ <arrow-core .version>1.2.4 </arrow-core .version>
35
+ <geolatte .version>1.9.1 </geolatte .version>
36
+ <kotlin-logging-jvm .version>3.0.5 </kotlin-logging-jvm .version>
37
37
<quicktheories .version>0.26</quicktheories .version>
38
38
39
39
<!-- Other properties -->
310
310
<plugin >
311
311
<groupId >org.apache.maven.plugins</groupId >
312
312
<artifactId >maven-enforcer-plugin</artifactId >
313
- <version >3.0.0 </version >
313
+ <version >3.4.1 </version >
314
314
<executions >
315
315
<execution >
316
316
<id >enforce-versions</id >
You can’t perform that action at this time.
0 commit comments