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-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.20 |
| maven       | org.jetbrains.kotlin:kotlin-stdlib       | 1.7.10 | 1.7.20 |
  • Loading branch information
renovate[bot] authored Sep 29, 2022
1 parent 49850f9 commit 428148a
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.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
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.20</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 428148a

Please sign in to comment.