Skip to content

Commit 3889ce0

Browse files
committed
Bump armeria to 1.25.1
1 parent be08cd4 commit 3889ce0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.github.vh</groupId>
1010
<artifactId>maritima</artifactId>
11-
<version>0.25.0</version>
11+
<version>0.25.1</version>
1212
</dependency>
1313
</dependencies>
1414
```
1515

1616
### Gradle
1717
```groovy
18-
implementation 'com.github.vh:maritima:0.25.0'
18+
implementation 'com.github.vh:maritima:0.25.1'
1919
```
2020

2121
## Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
armeria_version = '1.25.0'
3+
armeria_version = '1.25.1'
44
guice_version = '7.0.0'
55
protobuf_version = '3.24.4'
66
grpc_version = '1.59.0'
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
group 'com.github.vh'
21-
version '0.25.0'
21+
version '0.25.1'
2222

2323
repositories {
2424
mavenCentral()

0 commit comments

Comments
 (0)