Skip to content

Commit

Permalink
bump XCC and ml-gradle versions
Browse files Browse the repository at this point in the history
add copyright to new OneWaySSLConfig classes
  • Loading branch information
hansenmc committed Jan 25, 2025
1 parent 7d22516 commit 21e48c3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.kt3k.coveralls' version '2.12.2'
id 'com.marklogic.ml-gradle' version '4.7.0'
id 'com.marklogic.ml-gradle' version '4.8.0'
id 'io.github.ddimtirov.codacy' version '0.1.0'
id 'org.sonarqube' version '4.0.0.2929'
id 'eclipse'
Expand Down Expand Up @@ -84,7 +84,7 @@ configurations {
}

dependencies {
api 'com.marklogic:marklogic-xcc:11.2.0'
api 'com.marklogic:marklogic-xcc:11.3.1'
// JavaScript libraries are bundled in a fat jar for the UI
implementation "org.webjars:angularjs:$angularVersion"
implementation 'org.jetbrains:annotations:24.1.0'
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/com/marklogic/developer/corb/OneWaySSLConfig.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* * Copyright (c) 2004-2025 MarkLogic Corporation
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* * Unless required by applicable law or agreed to in writing, software
* * distributed under the License is distributed on an "AS IS" BASIS,
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* * See the License for the specific language governing permissions and
* * limitations under the License.
* *
* * The use of the Apache License does not indicate that this project is
* * affiliated with the Apache Software Foundation.
*/
package com.marklogic.developer.corb;

import javax.net.ssl.SSLContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* * Copyright (c) 2004-2025 MarkLogic Corporation
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* * Unless required by applicable law or agreed to in writing, software
* * distributed under the License is distributed on an "AS IS" BASIS,
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* * See the License for the specific language governing permissions and
* * limitations under the License.
* *
* * The use of the Apache License does not indicate that this project is
* * affiliated with the Apache Software Foundation.
*/
package com.marklogic.developer.corb;

import com.marklogic.developer.corb.util.FileUtils;
Expand Down

0 comments on commit 21e48c3

Please sign in to comment.