diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7a53e801..1ea2f673a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: # Ignore minor version updates for dependencies with group ID "com.google.errorprone" - dependency-name: "com.google.errorprone:*" update-types: [ "version-update:semver-minor" ] + # Pin RocksDB to version 10.2.1 + - dependency-name: "org.rocksdb:rocksdbjni" + update-types: [ "version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch" ] groups: security: # Group security updates into a single pull request diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b86ed1fe1..255c770be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '11', '17' ] + java: [ '17' ] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" @@ -42,7 +42,7 @@ jobs: run: mvn -B -ff -ntp clean install - name: Publish Code Coverage - if: github.ref == 'refs/heads/main' && matrix.java == '11' + if: github.ref == 'refs/heads/main' && matrix.java == '17' uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -53,7 +53,7 @@ jobs: runs-on: macos-latest strategy: matrix: - java: [ '11', '17' ] + java: [ '17' ] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" @@ -76,7 +76,7 @@ jobs: runs-on: windows-latest strategy: matrix: - java: [ '11', '17' ] + java: [ '17' ] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" diff --git a/nitrite-native-tests/pom.xml b/nitrite-native-tests/pom.xml index 84929c555..20cfb4d3c 100644 --- a/nitrite-native-tests/pom.xml +++ b/nitrite-native-tests/pom.xml @@ -21,8 +21,8 @@ UTF-8 3.27.6 - 5.12.2 - 0.10.6 + 6.0.0 + 0.11.2 diff --git a/pom.xml b/pom.xml index fdaa17081..217d24e03 100644 --- a/pom.xml +++ b/pom.xml @@ -55,43 +55,43 @@ 2.20.0 2.0.17 1.9.3 - 2.3.232 + 2.4.240 10.2.1 5.6.2 1.20.0 - 1.18.0 - 2.19.0 + 1.19.0 + 2.20.0 2.2.20 1.9.0 - 0.7.0-0.6.x-compat - 1.18.38 + 0.7.1-0.6.x-compat + 1.18.42 1.18.20.0 4.13.2 - 5.18.0 + 5.20.0 8.0.2.RELEASE - 2.25.0 + 2.25.2 4.3.0 2.14.0 2.0.3 - 2.4 - 4.0.2 - 4.0.5 + 2.5 + 4.0.4 + 4.0.6 1.0.2 - 33.4.8-jre - 1.7.1 + 33.5.0-jre + 1.7.2 2.31.0 - 0.8.13 - 3.5.3 - 3.14.0 - 3.11.2 + 0.8.14 + 3.5.4 + 3.14.1 + 3.12.0 3.3.1 - 2.0.0 - 1.24 + 2.1.0 + 1.26 7.0_r2 - 3.2.7 + 3.2.8 @@ -569,7 +569,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.7.2 + 1.7.3 true oss @@ -594,7 +594,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.9.0 deploy-artifacts @@ -645,7 +645,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.7.2 + 1.7.3 true oss @@ -670,7 +670,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 true true @@ -679,7 +679,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.9.0 deploy-artifacts