Skip to content

Commit 4646f4a

Browse files
committed
Merge remote-tracking branch 'origin/main' into prepare-1.0
2 parents cec5ab1 + 820b6d1 commit 4646f4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
<maven.resources-plugin.version>3.3.1</maven.resources-plugin.version>
102102
<openapi-generator.version>7.13.0</openapi-generator.version>
103103
<osgi.version>8.0.0</osgi.version>
104-
<swagger.version>2.2.32</swagger.version>
104+
<swagger.version>2.2.34</swagger.version>
105105
<!-- ... -->
106106
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
107107
<jakarta.el-api.version>3.0.4</jakarta.el-api.version>
108108
<jersey-common.version>2.47</jersey-common.version>
109-
<junit.version>5.13.0</junit.version>
109+
<junit.version>5.13.2</junit.version>
110110
<mockito.version>5.18.0</mockito.version>
111-
<bytebuddy.version>1.17.5</bytebuddy.version>
111+
<bytebuddy.version>1.17.6</bytebuddy.version>
112112
<validation-api.version>2.0.1.Final</validation-api.version>
113113
</properties>
114114

@@ -464,7 +464,7 @@
464464
<plugin>
465465
<groupId>org.sonatype.central</groupId>
466466
<artifactId>central-publishing-maven-plugin</artifactId>
467-
<version>0.7.0</version>
467+
<version>0.8.0</version>
468468
<extensions>true</extensions>
469469
<configuration>
470470
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)