Skip to content

Commit

Permalink
fix: bump dependencies to avoid vulnerabilities (#215)
Browse files Browse the repository at this point in the history
Fixes: #214

Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx authored Oct 2, 2023
1 parent b59617b commit 3f5a609
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-01-15T20:44:19Z",
"generated_at": "2023-10-02T14:55:09Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -78,15 +78,15 @@
"hashed_secret": "98635b2eaa2379f28cd6d72a38299f286b81b459",
"is_secret": false,
"is_verified": false,
"line_number": 404,
"line_number": 406,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "47fcf185ee7e15fe05cae31fbe9e4ebe4a06a40d",
"is_secret": false,
"is_verified": false,
"line_number": 439,
"line_number": 441,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -130,7 +130,7 @@
"hashed_secret": "ffac6ba71b03ca5f5012197511d76fbcfcf62fbf",
"is_secret": false,
"is_verified": false,
"line_number": 37,
"line_number": 36,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -352,7 +352,7 @@
}
]
},
"version": "0.13.1+ibm.56.dss",
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<testng-version>7.7.1</testng-version>
<testng-slf4j-version>2.0.6</testng-slf4j-version>
<surefire-version>3.0.0-M7</surefire-version>
<checkstyle-plugin-version>3.2.0</checkstyle-plugin-version>
<checkstyle-version>8.41</checkstyle-version>
<jacoco-plugin-version>0.8.8</jacoco-plugin-version>
<compiler-plugin-version>3.10.1</compiler-plugin-version>
<testng-version>7.8.0</testng-version>
<testng-slf4j-version>2.0.9</testng-slf4j-version>
<surefire-version>3.1.2</surefire-version>
<checkstyle-plugin-version>3.3.0</checkstyle-plugin-version>
<checkstyle-version>10.12.3</checkstyle-version>
<jacoco-plugin-version>0.8.10</jacoco-plugin-version>
<compiler-plugin-version>3.11.0</compiler-plugin-version>
<okhttp3-version>4.11.0</okhttp3-version>
<gson-version>2.9.1</gson-version>
<commons-codec-version>1.15</commons-codec-version>
<commons-io-version>2.7</commons-io-version>
<commons-lang3-version>3.8.1</commons-lang3-version>
<rx-version>2.2.7</rx-version>
<mockito-version>4.11.0</mockito-version>
<maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
<gson-version>2.10.1</gson-version>
<commons-codec-version>1.16.0</commons-codec-version>
<commons-io-version>2.14.0</commons-io-version>
<commons-lang3-version>3.13.0</commons-lang3-version>
<rx-version>2.2.21</rx-version>
<mockito-version>5.2.0</mockito-version>
<maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
<nexus-staging-plugin-version>1.6.13</nexus-staging-plugin-version>
<maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version>
<maven-gpg-plugin-version>3.1.0</maven-gpg-plugin-version>

<maven-enforcer-version>3.1.0</maven-enforcer-version>
<maven-enforcer-version>3.4.1</maven-enforcer-version>
<min-jdk-version>11</min-jdk-version>
<min-maven-version>3.5.0</min-maven-version>

Expand All @@ -37,7 +37,7 @@

<!-- versions of transitive dependencies we need to override to avoid vulnerability alerts -->
<junit-version>4.13.2</junit-version>
<kotlin-version>1.6.21</kotlin-version>
<kotlin-version>1.9.10</kotlin-version>

<okio-version>3.5.0</okio-version>

Expand Down

0 comments on commit 3f5a609

Please sign in to comment.