-
[CVE-2023-4759](https://www.cve.org/CVERecord?id=CVE-2023-4759) describes a vulnerability in JGit Upgrade `org.eclipse.jgit:org.eclipse.jgit` to version `6.6.1.202309021850-r` or higher.
Additiona…
-
## How are you running OpenRewrite?
I am using the Maven plugin, and my project is a single module project.
```xml
org.openrewrite.maven
rewrite-maven-plugin
5.31.0
...
`…
-
For Log4j 2, it should :
- Replace `org.apache.logging.log4j:log4j-slf4j-impl` with `org.apache.logging.log4j:log4j-slf4j2-impl`. See https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/index.ht…
-
[okhttp](https://github.com/openrewrite/rewrite/blob/665e8a0f65755baee280ae490d80a37fc5540eea/rewrite-maven/build.gradle.kts#L42) is pinned to 4.9.3 per: #1479
https://mvnrepository.com/artifact/c…
-
## What version of OpenRewrite are you using?
6.6.3
## How are you running OpenRewrite?
## What is the smallest, simplest way to reproduce the problem?
```java
@SuppressWarnings("unused")
…
-
[Jackson versioning](https://github.com/FasterXML/jackson#actively-developed-versions) can at times be [quite fragmented](https://twitter.com/jon_k_schneider/status/1620169157177380867). New versions …
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v8.26.0-SNAPSHOT (via `org.openrewrite.recipe:rewrite-recipe-bom:latest.integration`)
- Gradle plugin v6.13.0
## How ar…
-
Gradle 7 blocks insecure URIs, so the following no longer works:
```
maven { url "http://mycompany.com/mvn" }
apply from: "http://mycompany.com/buildscript.gradle"
```
The workaround is to opt-…
-
The unit test with trimmed down petclinic is #485
The issue seems to be coming from maven resolution in rewrite as XML Bind dependency somehow ends up as a compile scope transitive dependency while …
-
## How are you running OpenRewrite?
mvn -U org.openrewrite.maven:rewrite-maven-plugin:5.26.0:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:2.11.0 -Drewrite.activ…