Skip to content

Commit

Permalink
Upgrade slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 6, 2023
1 parent fee1003 commit 1b6e47b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_0.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This release contains the following changes:
#### Test Dependency Updates

* Updated `org.mockito:mockito-junit-jupiter:5.4.0` to `5.5.0`
* Updated `org.slf4j:slf4j-jdk14:2.0.7` to `2.0.9`

#### Plugin Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion extension-manager-integration-test-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.7</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1b6e47b

Please sign in to comment.