File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments