From e9ed4e1e217c43906173ad2974a966a2e46b61a5 Mon Sep 17 00:00:00 2001 From: ronmamo Date: Thu, 7 Oct 2021 22:42:09 +0700 Subject: [PATCH] Dependabot 202110 (#349) * Bump maven-gpg-plugin from 1.6 to 3.0.1 (#347) * Bump maven-source-plugin from 3.1.0 to 3.2.1 (#343) * -jdk9 ci, bump pom snapshot version * Bump maven-jar-plugin from 3.1.0 to 3.2.0 (#345) * Bump maven-bundle-plugin from 3.5.1 to 5.1.2 (#346) * Bump junit-jupiter-engine from 5.8.0 to 5.8.1 (#344) * won't work * exclude jdk-9 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ronma --- .github/workflows/maven-ci.yml | 5 +++-- pom.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 1290983d..b5c0be8e 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -14,8 +14,9 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8', '9', '11', '13', '15', '17'] - os: [ ubuntu-latest ] + # todo re-add jdk '9' after missing certificate issue on ubuntu is resolved + java: [ '8', '11', '13', '15', '17'] + os: [ ubuntu-latest, windows-latest ] name: Java ${{ matrix.Java }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} diff --git a/pom.xml b/pom.xml index 6ddf566d..795050cf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.reflections reflections - 0.10.1-SNAPSHOT + 0.11-SNAPSHOT jar Reflections @@ -112,7 +112,7 @@ org.junit.jupiter junit-jupiter-engine - 5.8.0 + 5.8.1 test @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.2.1 attach-sources @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 sign-artifacts @@ -204,7 +204,7 @@ org.apache.felix maven-bundle-plugin - 3.5.1 + 5.1.2 bundle-manifest @@ -228,7 +228,7 @@ maven-jar-plugin - 3.1.0 + 3.2.0 ${project.build.outputDirectory}/META-INF/MANIFEST.MF