Skip to content

Commit

Permalink
bump jakarta.jms:jakarta.jms-api from 2.0.3 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps jakarta.jms:jakarta.jms-api from 2.0.3 to 3.1.0.

---
updated-dependencies:
- dependency-name: jakarta.jms:jakarta.jms-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent a78fa96 commit 098bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {

// api ("org.apache.geronimo.specs:geronimo-jms_2.0_spec:1.0-alpha-2")
// Note that jakarta.jms-api is now @3.x but that changes the package from javax.jms -> jakarta.jms
api ("jakarta.jms:jakarta.jms-api:2.0.3")
api ("jakarta.jms:jakarta.jms-api:3.1.0")
api ("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final")
// api ("jakarta.persistence:jakarta.persistence-api:2.2.3")
api ("jakarta.validation:jakarta.validation-api:2.0.2")
Expand Down

0 comments on commit 098bb1d

Please sign in to comment.