Skip to content

Commit 981238c

Browse files
Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
Bumps commons-logging:commons-logging from 1.3.4 to 1.3.5. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d6da3b commit 981238c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

token-validation-ktor-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- needed by Wiremock -->
5656
<groupId>commons-logging</groupId>
5757
<artifactId>commons-logging</artifactId>
58-
<version>1.3.4</version>
58+
<version>1.3.5</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

token-validation-ktor-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- needed by Wiremock -->
5252
<groupId>commons-logging</groupId>
5353
<artifactId>commons-logging</artifactId>
54-
<version>1.3.4</version>
54+
<version>1.3.5</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

token-validation-ktor-v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- needed by Wiremock -->
5757
<groupId>commons-logging</groupId>
5858
<artifactId>commons-logging</artifactId>
59-
<version>1.3.4</version>
59+
<version>1.3.5</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

0 commit comments

Comments
 (0)