Skip to content

Commit

Permalink
Bump armeria to 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Oct 27, 2023
1 parent 3889ce0 commit 6ce3006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1</version>
<version>0.25.2</version>
</dependency>
</dependencies>
```

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

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

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

repositories {
mavenCentral()
Expand Down

0 comments on commit 6ce3006

Please sign in to comment.