Skip to content

Commit 58784c9

Browse files
dependabot[bot]tglman
authored andcommittedMar 5, 2025
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) --- 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>
1 parent 9419caf commit 58784c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎gremlin/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.13.0</version>
130+
<version>3.14.0</version>
131131
<configuration>
132132
<source>17</source>
133133
<target>17</target>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-compiler-plugin</artifactId>
248-
<version>3.13.0</version>
248+
<version>3.14.0</version>
249249
</plugin>
250250

251251
<plugin>

0 commit comments

Comments
 (0)