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 28, 2024
1 parent 7dccbac commit 7948b1d
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 @@ -41,7 +41,7 @@ def versions = [
sonarPitest : '0.5',
junitPitest : '1.2.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 @@ -412,9 +412,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.1'
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 7948b1d

Please sign in to comment.