Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored and Dependencies Bot committed Feb 28, 2025
1 parent 75b6b50 commit 642bc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commons-jms-mq/commons-jms-mq.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(':commons-jms-utils')
api 'com.ibm.mq:mq-jms-spring-boot-starter:3.3.5'
api 'com.ibm.mq:mq-jms-spring-boot-starter:3.4.3'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
implementation 'org.springframework.boot:spring-boot-actuator'
}
Expand Down
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) {

tasks.named('wrapper') {
gradleVersion = '8.11.1'
}
}

0 comments on commit 642bc99

Please sign in to comment.