Skip to content

Commit

Permalink
Update all dependencies (#28)
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.6.0 |
| github-tags | s4u/setup-maven-action                   | v1.4.0 | v1.6.0 |
| maven       | io.kotest:kotest-property-jvm            | 5.4.1  | 5.5.4  |
| maven       | io.kotest:kotest-assertions-core-jvm     | 5.4.1  | 5.5.4  |
| maven       | io.kotest:kotest-runner-junit5-jvm       | 5.4.1  | 5.5.4  |
| maven       | io.arrow-kt:arrow-fx-coroutines          | 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  |
| maven       | org.jetbrains.kotlin:kotlin-maven-plugin | 1.7.10 | 1.7.21 |
| maven       | org.jetbrains.kotlin:kotlin-stdlib       | 1.7.10 | 1.7.21 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2022
1 parent 98a6866 commit 6894cac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6.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 @@ -18,7 +18,7 @@ jobs:

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>1.7.21</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.5.4</kotest.version>
<kotestArrow.version>1.2.5</kotestArrow.version>
</properties>

Expand Down

0 comments on commit 6894cac

Please sign in to comment.