Skip to content

Commit edc702f

Browse files
Merge branch 'main' into dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6
2 parents 436d73d + 0ab9ded commit edc702f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.17</version>
71+
<version>2.0.18</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>junit</groupId>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.codehaus.mojo</groupId>
133133
<artifactId>versions-maven-plugin</artifactId>
134-
<version>2.20.1</version>
134+
<version>2.21.0</version>
135135
<configuration>
136136
<rulesUri>file://${project.basedir}/version-rules.xml</rulesUri>
137137
</configuration>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-enforcer-plugin</artifactId>
161-
<version>3.6.2</version>
161+
<version>3.6.3</version>
162162
<executions>
163163
<execution>
164164
<id>enforce-versions</id>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.sonatype.central</groupId>
190190
<artifactId>central-publishing-maven-plugin</artifactId>
191-
<version>0.9.0</version>
191+
<version>0.10.0</version>
192192
<extensions>true</extensions>
193193
<configuration>
194194
<publishingServerId>ossrh</publishingServerId>

0 commit comments

Comments
 (0)