Skip to content

Commit

Permalink
Bump the maven group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.34.1 to 5.35.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v5.34.1...v5.35.0)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent d80758e commit f62f32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<maven-failsafe-plugin.version>3.3.0</maven-failsafe-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<spring-boot-starter-parent.version>3.3.1</spring-boot-starter-parent.version>
<spring-boot-maven-plugin.version>3.3.0</spring-boot-maven-plugin.version>
<spring-boot-maven-plugin.version>3.3.1</spring-boot-maven-plugin.version>

<!-- EH Cache -->
<ehcache.version>3.10.8</ehcache.version>
Expand Down Expand Up @@ -126,7 +126,7 @@
<micrometer-tracing-bridge-otel.version>1.3.1</micrometer-tracing-bridge-otel.version>
<opentelemetry-exporter-zipkin.version>1.39.0</opentelemetry-exporter-zipkin.version>
<loki-logback-appender.version>1.5.2</loki-logback-appender.version>
<rewrite-maven-plugin.version>5.34.1</rewrite-maven-plugin.version>
<rewrite-maven-plugin.version>5.35.0</rewrite-maven-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit f62f32a

Please sign in to comment.