Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
3e03370
Bump org.apache.tinkerpop:gremlin-driver in /modules/orientdb
dependabot[bot] Sep 4, 2025
2d2c1bd
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 in /modules/pinecone
dependabot[bot] Sep 4, 2025
88d8556
Bump actions/labeler from 5 to 6
dependabot[bot] Sep 8, 2025
cbab324
Bump actions/github-script from 7 to 8
dependabot[bot] Sep 8, 2025
3c41660
Bump com.gradle:common-custom-user-data-gradle-plugin from 2.3 to 2.4.0
dependabot[bot] Sep 15, 2025
d42e9d7
Bump com.github.docker-java:docker-java-bom from 3.5.3 to 3.6.0 in /core
dependabot[bot] Sep 23, 2025
d3721ef
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /core
dependabot[bot] Sep 23, 2025
e135425
Bump org.yaml:snakeyaml from 2.4 to 2.5 in /core
dependabot[bot] Sep 23, 2025
82f1bb0
Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle-com…
eddumelendez Sep 24, 2025
8a1152b
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
eddumelendez Sep 24, 2025
f9d8eff
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
eddumelendez Sep 24, 2025
9435d2f
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbr…
eddumelendez Sep 24, 2025
39c67f7
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.yaml-…
eddumelendez Sep 24, 2025
f3cb536
Merge remote-tracking branch 'origin/dependabot/gradle/core/com.githu…
eddumelendez Sep 24, 2025
3d42ab3
Merge remote-tracking branch 'origin/dependabot/gradle/modules/pineco…
eddumelendez Sep 24, 2025
97286f6
Merge remote-tracking branch 'origin/dependabot/gradle/modules/orient…
eddumelendez Sep 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
statuses: write
steps:
- name: Create pending status
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: ./.github/actions/setup-junit-report

- name: Create success status
uses: actions/github-script@v7
uses: actions/github-script@v8
if: success()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -104,7 +104,7 @@ jobs:
})

- name: Create failure status
uses: actions/github-script@v7
uses: actions/github-script@v8
if: failure()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
10 changes: 5 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ configurations.all {
dependencies {
api 'junit:junit:4.13.2'
api 'org.slf4j:slf4j-api:1.7.36'
compileOnly 'org.jetbrains:annotations:26.0.2'
testCompileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
api 'org.apache.commons:commons-compress:1.24.0'
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
exclude(group: 'org.jetbrains', module: 'annotations')
Expand All @@ -87,8 +87,8 @@ dependencies {

shaded 'org.awaitility:awaitility:4.3.0'

api platform('com.github.docker-java:docker-java-bom:3.5.3')
shaded platform('com.github.docker-java:docker-java-bom:3.5.3')
api platform('com.github.docker-java:docker-java-bom:3.6.0')
shaded platform('com.github.docker-java:docker-java-bom:3.6.0')

api "com.github.docker-java:docker-java-api"

Expand All @@ -99,7 +99,7 @@ dependencies {
api 'com.github.docker-java:docker-java-transport-zerodep'

shaded 'com.google.guava:guava:33.3.1-jre'
shaded "org.yaml:snakeyaml:2.4"
shaded "org.yaml:snakeyaml:2.5"

shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'

Expand Down
2 changes: 1 addition & 1 deletion modules/orientdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.3'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.4'
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.43"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/pinecone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'io.pinecone:pinecone-client:3.1.0'
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.19.2"
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.3"
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.4.0"
classpath "org.gradle.toolchains:foojay-resolver:0.8.0"
}
}
Expand Down
Loading