Skip to content

Commit d07fea3

Browse files
committed
upgrade
1 parent 8e41c04 commit d07fea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.4
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.sonatype.central</groupId>
100100
<artifactId>central-publishing-maven-plugin</artifactId>
101-
<version>0.9.0</version>
101+
<version>0.10.0</version>
102102
<extensions>true</extensions>
103103
<configuration>
104104
<publishingServerId>central</publishingServerId>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-compiler-plugin</artifactId>
147-
<version>3.14.1</version>
147+
<version>3.15.0</version>
148148
<configuration>
149149
<source>17</source>
150150
<target>17</target>

0 commit comments

Comments
 (0)