Skip to content

Commit 5f59ad0

Browse files
committed
deps: Update ezmorph to 3.2.0
1 parent 2639655 commit 5f59ad0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ targetCompatibility = 1.8
2323
commonsLangVersion = 3.17.0
2424
commonsBeanutilsVersion = 1.11.0
2525
commonsCollections4Version = 4.5.0
26-
ezmorphVersion = 3.1.0
26+
ezmorphVersion = 3.2.0
2727
jacocoVersion = 0.8.12
2828
junitVersion = 4.13.2
2929
slf4jVersion = 2.0.17

jreleaser.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ signing:
7272

7373
deploy:
7474
maven:
75-
nexus2:
76-
maven-central:
75+
mavenCentral:
76+
release-deploy:
7777
active: RELEASE
78-
url: https://s01.oss.sonatype.org/service/local
79-
closeRepository: true
80-
releaseRepository: true
78+
url: https://central.sonatype.com/api/v1/publisher
8179
stagingRepositories:
8280
- build/repos/local/release
8381

0 commit comments

Comments
 (0)