Skip to content

Commit

Permalink
Update apache-camel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 38d3cce commit 93b9990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def versions = [
lombok : '1.18.32',
pitest : '1.16.1',
reformLogging : '6.1.6',
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 @@ -407,9 +407,9 @@ dependencies {
implementation group: 'org.apache.camel', name: 'camel-spring-batch', version: versions.camel
implementation group: 'com.opencsv', name: 'opencsv', version: '3.7'
implementation group: 'org.apache.camel', name: 'camel-bean-validator', 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'
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-starter', version: '4.2.0'
implementation group: 'org.apache.camel', name: 'camel-core', version: '4.2.0'
implementation group: 'org.apache.camel', name: 'camel-core', version: '4.8.0'
implementation group: 'org.apache.camel.springboot', name: 'camel-azure-starter', version: '3.8.0'
implementation group: 'org.apache.camel.springboot', name: 'camel-jdbc-starter', version: '4.2.0'

Expand Down

0 comments on commit 93b9990

Please sign in to comment.