File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import org.jreleaser.model.Active
33plugins {
44 `java- library`
55 `maven- publish`
6- id(" org.jreleaser" ) version " 1.18 .0"
6+ id(" org.jreleaser" ) version " 1.19 .0"
77}
88
99group = " io.github.archipelagomw"
10- version = " 0.1.20-SNAPSHOT "
10+ version = " 0.1.21 "
1111
1212repositories {
1313 mavenCentral()
Original file line number Diff line number Diff line change 22# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
33
44[versions ]
5- junit-jupiter = " 5.13.3 "
6- java-websocket = " 1.5.7 "
5+ junit-jupiter = " 5.13.4 "
6+ java-websocket = " 1.6.0 "
77gson = " 2.13.1"
88httpclient = " 5.5"
9- httpcore = " 5.3.1 "
9+ httpcore = " 5.3.4 "
1010
1111[libraries ]
1212junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-jupiter" }
You can’t perform that action at this time.
0 commit comments