Skip to content

Commit

Permalink
Bump armeria to 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Oct 26, 2023
1 parent be08cd4 commit 3889ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.github.vh</groupId>
<artifactId>maritima</artifactId>
<version>0.25.0</version>
<version>0.25.1</version>
</dependency>
</dependencies>
```

### Gradle
```groovy
implementation 'com.github.vh:maritima:0.25.0'
implementation 'com.github.vh:maritima:0.25.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
armeria_version = '1.25.0'
armeria_version = '1.25.1'
guice_version = '7.0.0'
protobuf_version = '3.24.4'
grpc_version = '1.59.0'
Expand All @@ -18,7 +18,7 @@ plugins {
}

group 'com.github.vh'
version '0.25.0'
version '0.25.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 3889ce0

Please sign in to comment.