Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 90875f1

Browse files
committed
Bumped version numbers
Also bumped jaxen dependency
1 parent 621964d commit 90875f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repositories {
2020
}
2121

2222
dependencies {
23-
api 'com.marklogic:ml-javaclient-util:4.1.0-SNAPSHOT'
24-
api 'jaxen:jaxen:1.1.6'
23+
api 'com.marklogic:ml-javaclient-util:4.1.0'
24+
api 'jaxen:jaxen:1.2.0'
2525
api 'org.apache.httpcomponents:httpclient:4.5.13'
2626
api 'org.springframework:spring-web:5.2.9.RELEASE'
2727

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
group=com.marklogic
22
javadocsDir=../gh-pages-marklogic-java/javadocs
3-
version=4.1.0-SNAPSHOT
3+
version=4.1.0
44

5+
# Define this via gradle-local.properties or on the command line when running snyk-test
56
snykToken=
67

0 commit comments

Comments
 (0)