Skip to content

Commit

Permalink
chore(deps): bump org.jboss.logging:jboss-logging
Browse files Browse the repository at this point in the history
Bumps [org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.5.0.Final to 3.6.1.Final.
- [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
- [Commits](jboss-logging/jboss-logging@3.5.0.Final...3.6.1.Final)

---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2024
1 parent c3d456d commit 05472fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keycloak/event-listeners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.0.Final</version>
<version>3.6.1.Final</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<jakarta.activation-api.version>2.0.1</jakarta.activation-api.version>
<jakarta.mail-api.version>2.0.1</jakarta.mail-api.version>
<jaxen.version>2.0.0</jaxen.version>
<jboss-logging.version>3.5.0.Final</jboss-logging.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
<jcip-annotations.version>1.0</jcip-annotations.version>
<jcraft.version>0.1.55</jcraft.version>
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
Expand Down

0 comments on commit 05472fd

Please sign in to comment.