Skip to content

Commit

Permalink
Update dependency org.springframework:spring-jms to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent cc71f3d commit 071c278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
implementation group: 'org.springframework', name: 'spring-jms', version: '5.3.39'
implementation group: 'org.springframework', name: 'spring-jms', version: '6.2.0'
implementation group: 'org.apache.cxf', name: 'cxf-spring-boot-starter-jaxws', version: cxfVersion
implementation group: 'org.apache.cxf', name: 'cxf-rt-transports-http-jetty', version: cxfVersion
implementation group: 'org.apache.cxf', name: 'cxf-rt-features-logging', version: cxfVersion
Expand Down Expand Up @@ -271,7 +271,7 @@ subprojects {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
implementation group: 'org.springframework', name: 'spring-jms', version: '5.3.39'
implementation group: 'org.springframework', name: 'spring-jms', version: '6.2.0'
implementation group: 'org.apache.cxf', name: 'cxf-spring-boot-starter-jaxws', version: cxfVersion
implementation group: 'org.apache.cxf', name: 'cxf-rt-transports-http-jetty', version: cxfVersion
implementation group: 'org.apache.cxf', name: 'cxf-rt-features-logging', version: cxfVersion
Expand Down

0 comments on commit 071c278

Please sign in to comment.