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.6.0 | v1.11.0 |
| maven       | io.kotest.extensions:kotest-property-arrow-optics-jvm | 1.2.5  | 1.4.0   |
| maven       | io.kotest.extensions:kotest-property-arrow-jvm        | 1.2.5  | 1.4.0   |
| maven       | io.kotest.extensions:kotest-assertions-arrow-jvm      | 1.2.5  | 1.4.0   |
| maven       | io.kotest:kotest-property-jvm                         | 5.5.4  | 5.8.0   |
| maven       | io.kotest:kotest-assertions-core-jvm                  | 5.5.4  | 5.8.0   |
| maven       | io.kotest:kotest-runner-junit5-jvm                    | 5.5.4  | 5.8.0   |
| maven       | io.arrow-kt:arrow-fx-coroutines                       | 1.1.3  | 1.2.1   |
| maven       | io.arrow-kt:arrow-optics                              | 1.1.3  | 1.2.1   |
| maven       | io.arrow-kt:arrow-core                                | 1.1.3  | 1.2.1   |
| maven       | org.jetbrains.kotlin:kotlin-maven-plugin              | 1.7.21 | 1.9.21  |
| maven       | org.jetbrains.kotlin:kotlin-stdlib                    | 1.7.21 | 1.9.21  |
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 6894cac commit cab3e39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.6.0
uses: s4u/setup-maven-action@v1.11.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.6.0
uses: s4u/setup-maven-action@v1.11.0
with:
java-version: 8

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.21</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<arrow.version>1.1.3</arrow.version>
<kotest.version>5.5.4</kotest.version>
<kotestArrow.version>1.2.5</kotestArrow.version>
<arrow.version>1.2.1</arrow.version>
<kotest.version>5.8.0</kotest.version>
<kotestArrow.version>1.4.0</kotestArrow.version>
</properties>

<repositories>
Expand Down

0 comments on commit cab3e39

Please sign in to comment.