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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f52eebaac9 build(deps): bump org.openrewrite.recipe:rewrite-jackson 
from 0.6.0 to 1.27.0 (#19835)
7f52eebaac9 is described below

commit 7f52eebaac907b544532000530594e62e6f74925
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 12:50:14 2026 +0800

    build(deps): bump org.openrewrite.recipe:rewrite-jackson from 0.6.0 to 
1.27.0 (#19835)
    
    * build(deps): bump org.openrewrite.recipe:rewrite-jackson
    
    Bumps 
[org.openrewrite.recipe:rewrite-jackson](https://github.com/openrewrite/rewrite-jackson)
 from 0.6.0 to 1.27.0.
    - [Release notes](https://github.com/openrewrite/rewrite-jackson/releases)
    - [Commits](https://github.com/openrewrite/rewrite-jackson/commits/v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.openrewrite.recipe:rewrite-jackson
      dependency-version: 1.27.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix: align OpenRewrite plugin with Jackson recipes
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 pom.xml                                                               | 4 ++--
 .../java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index becae05b37c..440d3f52393 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1593,7 +1593,7 @@
             <plugin>
                 <groupId>org.openrewrite.maven</groupId>
                 <artifactId>rewrite-maven-plugin</artifactId>
-                <version>5.42.0</version>
+                <version>6.44.0</version>
                 <configuration>
                     <activeRecipes>
                         <recipe>org.apache.druid.RewriteRules</recipe>
@@ -1622,7 +1622,7 @@
                     <dependency>
                         <groupId>org.openrewrite.recipe</groupId>
                         <artifactId>rewrite-jackson</artifactId>
-                        <version>0.6.0</version>
+                        <version>1.27.0</version>
                     </dependency>
                 </dependencies>
             </plugin>
diff --git 
a/sql/src/test/java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java 
b/sql/src/test/java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java
index d956d7bc1c1..94167e66970 100644
--- 
a/sql/src/test/java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java
+++ 
b/sql/src/test/java/org/apache/druid/sql/calcite/schema/SystemSchemaTest.java
@@ -2151,7 +2151,7 @@ public class SystemSchemaTest extends CalciteTestBase
   }
 
   @Test
-  public void testPropertiesTable_withInterruptedException() throws Exception
+  public void testPropertiesTable_withInterruptedException()
   {
     SystemServerPropertiesTable propertiesTable = new 
SystemServerPropertiesTable(
         druidNodeDiscoveryProvider,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to