Skip to content

Commit 01dd86e

Browse files
deps: update eo-yaml (#543)
* deps: update eo-yaml * correct java versions * correct java versions
1 parent 86f5c94 commit 01dd86e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 11
18+
java-version: 17
1919
- uses: actions/cache@v1
2020
with:
2121
path: ~/.m2/repository

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [windows-latest, ubuntu-latest]
16-
java: [1.8, 11, 13]
16+
java: [1.8, 17]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ SOFTWARE.
111111
<dependency>
112112
<groupId>com.artipie</groupId>
113113
<artifactId>asto-core</artifactId>
114-
<version>v1.13.0</version>
114+
<version>v1.15.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>commons-cli</groupId>
@@ -126,7 +126,7 @@ SOFTWARE.
126126
<dependency>
127127
<groupId>com.amihaiemil.web</groupId>
128128
<artifactId>eo-yaml</artifactId>
129-
<version>5.1.6</version>
129+
<version>7.0.1</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)