Skip to content

Commit

Permalink
Merge pull request #976 from smallrye/dependabot/maven/org.slf4j-slf4…
Browse files Browse the repository at this point in the history
…j-api-2.0.0

Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.0
  • Loading branch information
jponge authored Sep 18, 2024
2 parents 3f287ab + 1fc5c4e commit a563ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.11.0</junit-jupiter.version>
<assertj-core.version>3.26.3</assertj-core.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<slf4j-api.version>2.0.0</slf4j-api.version>
<smallrye-common.version>2.6.0</smallrye-common.version>

<revapi-maven-plugin.version>0.15.0</revapi-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion vertx-mutiny-clients/vertx-mutiny-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.5</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit a563ddc

Please sign in to comment.