Skip to content

Commit 5a27ef1

Browse files
Update all dependencies
1 parent 80a8708 commit 5a27ef1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- 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
1616
with:
1717
config_file_path: .github/renovate.json5

.github/workflows/generate-jooq.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: "17"
2121
java-package: jdk
2222
architecture: x64
2323
distribution: temurin
2424

2525
- name: Cache Maven packages
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.m2
2929
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/java-tests.yml

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

2020
- name: Set up JDK 17
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: "17"
2424
java-package: jdk
2525
architecture: x64
2626
distribution: temurin
2727

2828
- name: Cache Maven packages
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.m2
3232
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

spring-boot/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
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-
<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.4.0</surefire-plugin.version>
3232

3333
<!-- 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>
3737
<quicktheories.version>0.26</quicktheories.version>
3838

3939
<!-- Other properties -->
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-enforcer-plugin</artifactId>
313-
<version>3.0.0</version>
313+
<version>3.5.0</version>
314314
<executions>
315315
<execution>
316316
<id>enforce-versions</id>

0 commit comments

Comments
 (0)