Skip to content

Commit

Permalink
build(deps): bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent b28a6ed commit 16f7862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion token-validation-ktor-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- needed by Wiremock -->
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion token-validation-ktor-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- needed by Wiremock -->
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 16f7862

Please sign in to comment.