Skip to content

Commit

Permalink
Bump armeria to 1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Aug 15, 2023
1 parent 4b77939 commit 5655d4c
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.24.2</version>
<version>0.24.3</version>
</dependency>
</dependencies>
```

### Gradle
```groovy
implementation 'com.github.vh:maritima:0.24.2'
implementation 'com.github.vh:maritima:0.24.3'
```

## 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.24.2'
armeria_version = '1.24.3'
guice_version = '7.0.0'
protobuf_version = '3.24.0'
grpc_version = '1.57.1'
Expand All @@ -18,7 +18,7 @@ plugins {
}

group 'com.github.vh'
version '0.24.2'
version '0.24.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit 5655d4c

Please sign in to comment.