Skip to content

Commit a6eb0e9

Browse files
Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#274)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabian Krüger <56278322+fabapp2@users.noreply.github.com>
1 parent 6ea9725 commit a6eb0e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<spring-shell.version>2.1.0-RC1</spring-shell.version>
3333
<openrewrite.version>7.26.0</openrewrite.version>
3434
<openrewrite.spring.version>4.23.0</openrewrite.spring.version>
35+
<spring-boot.version>2.7.1</spring-boot.version>
3536
<spring-boot.version>2.7.2</spring-boot.version>
3637
<progressbar.version>0.9.3</progressbar.version>
3738
<testcontainers.version>9baedef17589ff70f7a585c809e0b1beb27eff62</testcontainers.version>
@@ -384,7 +385,7 @@
384385
<plugin>
385386
<groupId>org.apache.maven.plugins</groupId>
386387
<artifactId>maven-compiler-plugin</artifactId>
387-
<version>3.8.1</version>
388+
<version>3.10.1</version>
388389
<configuration>
389390
<source>17</source>
390391
<target>17</target>

0 commit comments

Comments
 (0)