Skip to content

Commit

Permalink
WL-6207 Update dependencies, JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyma committed Oct 23, 2024
1 parent 8637e39 commit 5724604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/osrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Install GPG secret key
run: |
echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}"
echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>

<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>

<!-- https://mvnrepository.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin -->
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
Expand Down

0 comments on commit 5724604

Please sign in to comment.