Skip to content

Commit b54b880

Browse files
Update all dependencies
1 parent 510b0b9 commit b54b880

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
3232
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
3333
<maven-compiler.plugin.version>3.13.0</maven-compiler.plugin.version>
34-
<surefire-plugin.version>3.3.1</surefire-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.4</kotlin-logging-jvm.version>
4242
<quicktheories.version>0.26</quicktheories.version>
4343

4444
<!-- Other properties -->

0 commit comments

Comments
 (0)