Skip to content

Commit c14c229

Browse files
olenagerasimovaolenagerasimova
andauthored
dep: update asto (#538)
Co-authored-by: olenagerasimova <[email protected]>
1 parent 85f7d3e commit c14c229

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SOFTWARE.
3434
<version>1.0-SNAPSHOT</version>
3535
<properties>
3636
<jmh.version>1.29</jmh.version>
37-
<asto.version>v1.9.0</asto.version>
37+
<asto.version>v1.13.0</asto.version>
3838
<qulice.license>${project.basedir}/LICENSE.header</qulice.license>
3939
</properties>
4040
<dependencies>
@@ -55,7 +55,7 @@ SOFTWARE.
5555
</dependency>
5656
<dependency>
5757
<groupId>com.artipie</groupId>
58-
<artifactId>asto</artifactId>
58+
<artifactId>asto-core</artifactId>
5959
<version>${asto.version}</version>
6060
</dependency>
6161
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SOFTWARE.
101101
<dependency>
102102
<groupId>com.artipie</groupId>
103103
<artifactId>http</artifactId>
104-
<version>v1.1.3</version>
104+
<version>v1.1.4</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>javax.xml.bind</groupId>
@@ -110,8 +110,8 @@ SOFTWARE.
110110
</dependency>
111111
<dependency>
112112
<groupId>com.artipie</groupId>
113-
<artifactId>asto</artifactId>
114-
<version>v1.12.3</version>
113+
<artifactId>asto-core</artifactId>
114+
<version>v1.13.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)