Skip to content

Commit

Permalink
deps: update eo-yaml (#543)
Browse files Browse the repository at this point in the history
* deps: update eo-yaml

* correct java versions

* correct java versions
  • Loading branch information
olenagerasimova authored Dec 2, 2022
1 parent 86f5c94 commit 01dd86e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
java: [1.8, 11, 13]
java: [1.8, 17]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ SOFTWARE.
<dependency>
<groupId>com.artipie</groupId>
<artifactId>asto-core</artifactId>
<version>v1.13.0</version>
<version>v1.15.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -126,7 +126,7 @@ SOFTWARE.
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>eo-yaml</artifactId>
<version>5.1.6</version>
<version>7.0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 01dd86e

Please sign in to comment.