You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/29 07:45:28 UTC

(camel) branch main updated: Bump org.codehaus.mojo:sql-maven-plugin from 1.5 to 3.0.0 (#13650)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ebd4b055991 Bump org.codehaus.mojo:sql-maven-plugin from 1.5 to 3.0.0 (#13650)
ebd4b055991 is described below

commit ebd4b0559917b637755eabf87b9cbe083162bed3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 29 08:45:22 2024 +0100

    Bump org.codehaus.mojo:sql-maven-plugin from 1.5 to 3.0.0 (#13650)
    
    Bumps [org.codehaus.mojo:sql-maven-plugin](https://github.com/mojohaus/sql-maven-plugin) from 1.5 to 3.0.0.
    - [Release notes](https://github.com/mojohaus/sql-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/sql-maven-plugin/compare/sql-maven-plugin-1.5...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:sql-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e34b74049a6..f545221535f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -444,7 +444,7 @@
         <spring-rabbitmq-version>3.1.2</spring-rabbitmq-version>
         <spring-security-version>6.2.3</spring-security-version>
         <spring-ws-version>4.0.10</spring-ws-version>
-        <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
+        <sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>
         <squareup-okio-version>1.17.5</squareup-okio-version>
         <sshd-version>2.12.1</sshd-version>