Skip to content

Commit

Permalink
chore: bump Checkstyle to 9.3
Browse files Browse the repository at this point in the history
Checkstyle 10+ requires Java 11

See https://checkstyle.sourceforge.io/#JRE_and_JDK
  • Loading branch information
vlsi committed Nov 14, 2022
1 parent 1d7465a commit 135be5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -45,7 +45,7 @@ org.owasp.dependencycheck.version=5.3.0

# Tools
jacoco.version=0.8.5
checkstyle.version=8.30
checkstyle.version=9.3
spotbugs.version=4.0.0

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pgjdbc/src/main/java/org/postgresql/PGProperty.java
Expand Up @@ -863,9 +863,9 @@ public String getDescription() {
/**
* Returns the value of the connection parameter from the given {@link Properties} or the
* default value
* @deprecated use {@link #getOrDefault(Properties)} instead
* @param properties properties to take actual value from
* @return evaluated value for this connection parameter or null
* @deprecated use {@link #getOrDefault(Properties)} instead
*/
@Deprecated
public @Nullable String get(Properties properties) {
Expand Down

0 comments on commit 135be5a

Please sign in to comment.