|
38 | 38 | <dependency>
|
39 | 39 | <groupId>org.openrewrite.recipe</groupId>
|
40 | 40 | <artifactId>rewrite-migrate-java</artifactId>
|
41 |
| - <version>2.29.0</version> |
| 41 | + <version>3.15.1</version> |
42 | 42 | <exclusions>
|
43 | 43 | <exclusion>
|
44 | 44 | <groupId>org.openrewrite.recipe</groupId>
|
|
48 | 48 | <groupId>org.openrewrite.recipe</groupId>
|
49 | 49 | <artifactId>rewrite-java-8</artifactId>
|
50 | 50 | </exclusion>
|
| 51 | + <exclusion> |
| 52 | + <groupId>com.github.ben-manes.caffeine</groupId> |
| 53 | + <artifactId>caffeine</artifactId> |
| 54 | + </exclusion> |
| 55 | + <exclusion> |
| 56 | + <groupId>org.springframework</groupId> |
| 57 | + <artifactId>spring-beans</artifactId> |
| 58 | + </exclusion> |
| 59 | + <exclusion> |
| 60 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 61 | + <artifactId>jackson-annotations</artifactId> |
| 62 | + </exclusion> |
| 63 | + <exclusion> |
| 64 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 65 | + <artifactId>jackson-core</artifactId> |
| 66 | + </exclusion> |
| 67 | + <exclusion> |
| 68 | + <groupId>com.google.errorprone</groupId> |
| 69 | + <artifactId>*</artifactId> |
| 70 | + </exclusion> |
| 71 | + <exclusion> |
| 72 | + <groupId>com.google.guava</groupId> |
| 73 | + <artifactId>*</artifactId> |
| 74 | + </exclusion> |
| 75 | + <exclusion> |
| 76 | + <groupId>io.projectreactor</groupId> |
| 77 | + <artifactId>reactor-core</artifactId> |
| 78 | + </exclusion> |
| 79 | + <exclusion> |
| 80 | + <groupId>org.reactivestreams</groupId> |
| 81 | + <artifactId>reactive-streams</artifactId> |
| 82 | + </exclusion> |
51 | 83 | </exclusions>
|
52 | 84 | </dependency>
|
53 | 85 | <dependency>
|
|
77 | 109 | <dependency>
|
78 | 110 | <groupId>org.openrewrite.recipe</groupId>
|
79 | 111 | <artifactId>rewrite-recipe-bom</artifactId>
|
80 |
| - <version>2.21.1</version> |
| 112 | + <version>3.13.0</version> |
81 | 113 | <type>pom</type>
|
82 | 114 | <scope>import</scope>
|
83 | 115 | </dependency>
|
|
0 commit comments