Skip to content

Commit

Permalink
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3…
Browse files Browse the repository at this point in the history
….5.2

* Bump log4j2-version from 2.24.1 to 2.24.2
* Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Dec 10, 2024
1 parent 25012f9 commit e827dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty-version>9.4.56.v20240826</jetty-version>
<rxjava-version>3.1.9</rxjava-version>
<rxjava-version>3.1.10</rxjava-version>
<spring-version>5.3.39</spring-version>
<slf4j-version>2.0.16</slf4j-version>
<log4j2-version>2.24.1</log4j2-version>
<log4j2-version>2.24.2</log4j2-version>
<reactivestreams-version>1.0.4</reactivestreams-version>
</properties>

Expand Down Expand Up @@ -222,7 +222,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.2</version>
<configuration>
<source>8</source>
</configuration>
Expand Down Expand Up @@ -252,7 +252,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit e827dfd

Please sign in to comment.