Skip to content

Commit e91e8ee

Browse files
Update all dependencies
1 parent 510b0b9 commit e91e8ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/[email protected].0
15+
uses: suzuki-shunsuke/[email protected].1
1616
with:
1717
config_file_path: .github/renovate.json5

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<!-- Maven build plugins and their dependencies -->
3131
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
3232
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
33-
<maven-compiler.plugin.version>3.13.0</maven-compiler.plugin.version>
34-
<surefire-plugin.version>3.3.1</surefire-plugin.version>
33+
<maven-compiler.plugin.version>3.14.0</maven-compiler.plugin.version>
34+
<surefire-plugin.version>3.5.2</surefire-plugin.version>
3535
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
36-
<ktlint-plugin.version>3.2.0</ktlint-plugin.version>
36+
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
3737

3838
<!-- Library versions -->
39-
<arrow-core.version>1.2.4</arrow-core.version>
39+
<arrow-core.version>2.0.1</arrow-core.version>
4040
<geolatte.version>1.9.1</geolatte.version>
41-
<kotlin-logging-jvm.version>7.0.0</kotlin-logging-jvm.version>
41+
<kotlin-logging-jvm.version>7.0.5</kotlin-logging-jvm.version>
4242
<quicktheories.version>0.26</quicktheories.version>
4343

4444
<!-- Other properties -->

0 commit comments

Comments
 (0)