diff --git a/Jenkinsfile b/Jenkinsfile index f5825190..c38cd747 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,5 @@ * under the License. */ +@Library('sling@issue/SLING-12954') _ slingOsgiBundleBuild() diff --git a/src/main/features/oak/persistence/oak_persistence_mongods.json b/src/main/features/oak/persistence/oak_persistence_mongods.json index 573746d7..164538f5 100644 --- a/src/main/features/oak/persistence/oak_persistence_mongods.json +++ b/src/main/features/oak/persistence/oak_persistence_mongods.json @@ -5,15 +5,15 @@ "start-order":"15" }, { - "id":"org.mongodb:mongodb-driver-sync:5.2.1", + "id":"org.mongodb:mongodb-driver-sync:5.6.1", "start-order":"15" }, { - "id": "org.mongodb:bson:5.2.1", + "id": "org.mongodb:bson:5.6.1", "start-order":"15" }, { - "id": "org.mongodb:mongodb-driver-core:5.2.1", + "id": "org.mongodb:mongodb-driver-core:5.6.1", "start-order":"15" }