Skip to content

Commit

Permalink
Bump Maven dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 6, 2024
1 parent 64001fe commit 77c7ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ To do this on the command line, run:
```bash
./gradlew publishToMavenLocal
# or ./gradlew pTML
# or mvn install
```
This will publish to your local maven repository, typically under `~/.m2/repository`.

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.19.1</version>
<version>2.27.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -64,14 +64,14 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.2.0-jre</version>
<scope>test</scope>
</dependency>

Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.4</version>
<version>6.1.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recipe-bom</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 77c7ba2

Please sign in to comment.