Skip to content

Commit bd481c1

Browse files
committed
Fix vulnerable dependencies
1 parent 3fbad60 commit bd481c1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</profile>
1919
</profiles>
2020
<activeProfiles>
21-
<activeProfile>release</activeProfile>
21+
<activeProfile>ossrh</activeProfile>
2222
</activeProfiles>
2323
</settings>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<maven.compiler.target>11</maven.compiler.target>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242

43-
<jackson.version>2.21.1</jackson.version>
43+
<jackson.version>2.21.5</jackson.version>
4444
<jackson.annotations.version>2.21</jackson.annotations.version>
4545
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
4646
<junit.version>5.10.2</junit.version>
4747
<surefire.version>3.2.5</surefire.version>
4848
<mockito.version>5.20.0</mockito.version>
49-
<assertj.version>3.25.3</assertj.version>
49+
<assertj.version>3.27.7</assertj.version>
5050
</properties>
5151

5252
<dependencies>
@@ -192,6 +192,7 @@
192192
<extensions>true</extensions>
193193
<configuration>
194194
<publishingServerId>central</publishingServerId>
195+
<autoPublish>true</autoPublish>
195196
</configuration>
196197
</plugin>
197198
</plugins>

0 commit comments

Comments
 (0)