Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-12575 + HHH-12576 Upgrade to Classmate 1.3.4 and jboss-transaction-api 1.1.1.Final #2287

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libraries.gradle
Expand Up @@ -45,7 +45,7 @@ ext {
// Annotations
commons_annotations: 'org.hibernate.common:hibernate-commons-annotations:5.0.3.Final',
jandex: 'org.jboss:jandex:2.0.3.Final',
classmate: 'com.fasterxml:classmate:1.3.0',
classmate: 'com.fasterxml:classmate:1.3.4',

// Woodstox
woodstox: "org.codehaus.woodstox:woodstox-core-asl:4.3.0",
Expand All @@ -61,7 +61,7 @@ ext {

// javax
jpa: "javax.persistence:javax.persistence-api:${project.jpaVersion}",
jta: 'org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final',
jta: 'org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final',
validation: "javax.validation:validation-api:${validationApiVersion}",
jacc: 'org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:1.0.2.Final',
interceptor: 'javax.interceptor:javax.interceptor-api:1.2',
Expand Down