You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/17 18:29:16 UTC

[commons-codec] branch master updated: Replace Java 9 with Java 11 LTS reference

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 33164b67 Replace Java 9 with Java 11 LTS reference
33164b67 is described below

commit 33164b67ae66c58fb656d419883d2a6d1f18a000
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 14:29:11 2023 -0400

    Replace Java 9 with Java 11 LTS reference
---
 src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
index a61bada0..fcf3b21e 100644
--- a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
+++ b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
@@ -28,8 +28,8 @@ package org.apache.commons.codec.digest;
  * @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java
  *      8 Cryptography Architecture Sun Providers Documentation</a>
  * @see <a href=
- *      "http://docs.oracle.com/javase/9/security/oracleproviders.htm#JSSEC-GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
- *      Java 9 Cryptography Architecture Sun Providers Documentation</a>
+ *      "https://docs.oracle.com/en/java/javase/11/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
+ *      Java 11 Cryptography Architecture Sun Providers Documentation</a>
  * @since 1.10
  */
 public enum HmacAlgorithms {