Skip to content

Commit 4a74625

Browse files
committed
Merge branch 'develop' of github.com:ESAPI/esapi-java-legacy into develop
2 parents 1274be9 + 07dd60a commit 4a74625

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Runs the Super-Linter action and ignore errors
2121
- name: Run Super-Linter
22-
uses: github/super-linter@v3
22+
uses: github/super-linter@v4
2323
env:
2424
DEFAULT_BRANCH: develop
2525
DISABLE_ERRORS: true

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.2.0.0 | :white_check_mark: |
8-
| 2.1.0.1 | :x:, upgrade to 2.2.0.0|
7+
| 2.2.3.1 (latest) | :white_check_mark: |
8+
| 2.1.0.1-2.2.3.0 | :x:, upgrade to latest release |
99
| <= 1.4.x | :x:, no longer supported AT ALL |
1010

1111
## Reporting a Vulnerability

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<version.jmh>1.28</version.jmh>
136136
<!-- Note: powermock v2.0.8 doesn't exist. v2.0.9+ requires mockito-core v3+, which requires Java 8 -->
137137
<version.powermock>2.0.7</version.powermock>
138-
<version.spotbugs>4.2.3</version.spotbugs>
138+
<version.spotbugs>4.5.2</version.spotbugs>
139139
<version.spotbugs.maven>4.2.2</version.spotbugs.maven>
140140
<version.surefire>3.0.0-M5</version.surefire>
141141
</properties>

0 commit comments

Comments
 (0)