Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                              | from   | to     |
| ----------- | ------------------------------------ | ------ | ------ |
| github-tags | s4u/setup-maven-action               | v1.4.0 | v1.5.0 |
| github-tags | s4u/setup-maven-action               | v1.4.0 | v1.5.0 |
| maven       | io.kotest:kotest-property-jvm        | 5.4.1  | 5.4.2  |
| maven       | io.kotest:kotest-assertions-core-jvm | 5.4.1  | 5.4.2  |
| maven       | io.kotest:kotest-runner-junit5-jvm   | 5.4.1  | 5.4.2  |
| maven       | io.arrow-kt:arrow-optics-ksp-plugin  | 1.1.2  | 1.1.3  |
| maven       | io.arrow-kt:arrow-optics             | 1.1.2  | 1.1.3  |
| maven       | io.arrow-kt:arrow-core               | 1.1.2  | 1.1.3  |
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent 49850f9 commit f8fbfed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.4.0
uses: s4u/setup-maven-action@v1.5.0
with:
java-version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.4.0
uses: s4u/setup-maven-action@v1.5.0
with:
java-version: 8

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.2</arrow.version>
<kotest.version>5.4.1</kotest.version>
<arrow.version>1.1.3</arrow.version>
<kotest.version>5.4.2</kotest.version>
<kotestArrow.version>1.2.5</kotestArrow.version>
<ksp.version>1.3</ksp.version>
<buildHelper.version>3.3.0</buildHelper.version>
Expand Down

0 comments on commit f8fbfed

Please sign in to comment.