Skip to content

Commit 7733458

Browse files
authored
Merge pull request #1792 from marklogic/feature/notice-file
MLE-12345 Updating NOTICE file
2 parents 8cbcaed + 24af387 commit 7733458

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

NOTICE.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MarkLogic® for Java Client
22

3-
Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
3+
Copyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
44

55
To the extent required by the applicable open-source license, a complete machine-readable copy of the source code
66
corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and
@@ -19,17 +19,17 @@ okhttp-digest 2.7 (Apache-2.0)
1919
jakarta.xml.bind-api 3.0.1 (EPL-1.0)
2020
javax.ws.rs-api 2.1.1 (CDDL-1.1)
2121
jaxb-runtime 3.0.2 (CDDL-1.1)
22-
slf4j-api 2.0.16 (Apache-2.0)
22+
slf4j-api 2.0.17 (Apache-2.0)
2323

2424
Common Licenses
2525

2626
Apache License 2.0 (Apache-2.0)
27-
Common Development and Distribution License 1.1 (CDDL-1.1)
28-
Eclipse Public License 1.0 (EPL-1.0)
27+
Common Development and Distribution License 1.1 (CDDL-1.1)
28+
Eclipse Public License 1.0 (EPL-1.0)
2929

3030
Third-Party Components
3131

32-
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.1.0 (last updated January 6, 2025):
32+
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.2.0 (last updated July 21, 2025):
3333

3434
jackson-databind 2.19.0 (Apache-2.0)
3535
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/
@@ -67,13 +67,13 @@ jaxb-runtime 3.0.2 (Apache-2.0)
6767
https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/
6868
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)
6969

70-
slf4j-api 2.0.16 (Apache-2.0)
70+
slf4j-api 2.0.17 (Apache-2.0)
7171
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
7272
For the full text of the Apache-2.0 license, see Apache License 2.0 (Apache-2.0)
7373

7474
Common Licenses
7575

76-
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.1.0 (last updated January 6, 2025):
76+
The following is a list of the third-party components used by the MarkLogic® for Java Client 7.2.0 (last updated July 21, 2025):
7777

7878
Apache License 2.0 (Apache-2.0)
7979
https://spdx.org/licenses/Apache-2.0.html

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation "com.sun.mail:jakarta.mail:2.0.1"
2929

3030
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
31-
implementation 'org.slf4j:slf4j-api:2.0.16'
31+
implementation 'org.slf4j:slf4j-api:2.0.17'
3232
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
3333
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:${jacksonVersion}"
3434

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is not intended to be used to build this project.
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>com.marklogic</groupId>
1313
<artifactId>marklogic-client-api</artifactId>
14-
<version>7.0.0</version>
14+
<version>7.2.0</version>
1515
<dependencies>
1616
<dependency>
1717
<groupId>jakarta.xml.bind</groupId>
@@ -63,19 +63,7 @@ It is not intended to be used to build this project.
6363
<dependency>
6464
<groupId>org.slf4j</groupId>
6565
<artifactId>slf4j-api</artifactId>
66-
<version>1.7.36</version>
67-
<scope>runtime</scope>
68-
</dependency>
69-
<dependency>
70-
<groupId>com.fasterxml.jackson.core</groupId>
71-
<artifactId>jackson-core</artifactId>
72-
<version>2.19.0</version>
73-
<scope>runtime</scope>
74-
</dependency>
75-
<dependency>
76-
<groupId>com.fasterxml.jackson.core</groupId>
77-
<artifactId>jackson-annotations</artifactId>
78-
<version>2.19.0</version>
66+
<version>2.0.17</version>
7967
<scope>runtime</scope>
8068
</dependency>
8169
<dependency>

0 commit comments

Comments
 (0)