Skip to content

Commit

Permalink
Update apache-camel monorepo to v3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 1eff0bb commit 12bc40b
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 @@ -36,7 +36,7 @@ def versions = [
reformLogging : '6.1.5',
serenity : '2.0.76',
springBoot : '2.7.18',
camel : '3.8.0',
camel : '3.22.2',
pact_version : '4.1.7',
launchDarklySdk : '5.10.9',
junit : '5.9.2',
Expand Down Expand Up @@ -420,7 +420,7 @@ dependencies {
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-starter', version: versions.camel

implementation group: 'org.apache.camel', name: 'camel-core', version: versions.camel
implementation group: 'org.apache.camel', name: 'spi-annotations', version: '3.4.1'
implementation group: 'org.apache.camel', name: 'spi-annotations', version: '3.22.2'

//Added below dependencies for shedlock
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.2.0'
Expand Down

0 comments on commit 12bc40b

Please sign in to comment.