Skip to content

Commit

Permalink
[hibernate#2032] Upgrade jboss-logging-annotations to 3.0.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 13, 2024
1 parent eae2c2b commit 7503cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hibernate-reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies {
implementation 'org.jboss.logging:jboss-logging:3.6.1.Final'
annotationProcessor 'org.jboss.logging:jboss-logging:3.6.1.Final'

compileOnly 'org.jboss.logging:jboss-logging-annotations:2.2.1.Final'
annotationProcessor 'org.jboss.logging:jboss-logging-annotations:2.2.1.Final'
annotationProcessor 'org.jboss.logging:jboss-logging-processor:2.2.1.Final'
compileOnly 'org.jboss.logging:jboss-logging-annotations:3.0.3.Final'
annotationProcessor 'org.jboss.logging:jboss-logging-annotations:3.0.3.Final'
annotationProcessor 'org.jboss.logging:jboss-logging-processor:3.0.3.Final'


//Specific implementation details of Hibernate Reactive:
Expand Down

0 comments on commit 7503cf5

Please sign in to comment.