Skip to content

Commit 5ab0d65

Browse files
committed
deps
1 parent 07b6fdb commit 5ab0d65

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plugins {
1818
allprojects {
1919
repositories {
2020
mavenCentral()
21+
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
2122
}
2223
}
2324

dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# If its classes are exposed in Javadoc, update offline links as well.
44
#
55
[versions]
6-
armeria = "1.40.0"
6+
armeria = "1.40.1-SNAPSHOT"
77
assertj = "3.27.7"
88
awaitility = "4.3.0"
99
bouncycastle = "1.84"

0 commit comments

Comments
 (0)