Skip to content

Commit cb07fd9

Browse files
authored
Merge pull request #184 from BillFarber/develop
Merge master into develop
2 parents d37e553 + d4503b1 commit cb07fd9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ GEM
210210
jekyll-feed (~> 0.9)
211211
jekyll-seo-tag (~> 2.1)
212212
minitest (5.19.0)
213-
nokogiri (1.16.2-arm64-darwin)
213+
nokogiri (1.16.5-arm64-darwin)
214214
racc (~> 1.4)
215-
nokogiri (1.16.2-x86_64-linux)
215+
nokogiri (1.16.5-x86_64-linux)
216216
racc (~> 1.4)
217217
octokit (4.25.1)
218218
faraday (>= 1, < 3)
@@ -224,7 +224,8 @@ GEM
224224
rb-fsevent (0.11.2)
225225
rb-inotify (0.10.1)
226226
ffi (~> 1.0)
227-
rexml (3.2.6)
227+
rexml (3.2.8)
228+
strscan (>= 3.0.9)
228229
rouge (3.26.0)
229230
ruby2_keywords (0.0.5)
230231
rubyzip (2.3.2)
@@ -239,6 +240,7 @@ GEM
239240
faraday (>= 0.17.3, < 3)
240241
simpleidn (0.2.1)
241242
unf (~> 0.1.4)
243+
strscan (3.1.0)
242244
terminal-table (1.8.0)
243245
unicode-display_width (~> 1.1, >= 1.1.1)
244246
typhoeus (1.4.0)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=1.9
2+
version=1.9.0
33

44
# For the Confluent Connector Archive
55
componentOwner=marklogic

0 commit comments

Comments
 (0)