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 io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10
* Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0
* Bump jetty-version from 12.0.15 to 12.0.16
* 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 5533926 commit f1e548d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty-version>12.0.15</jetty-version>
<rxjava-version>3.1.9</rxjava-version>
<jetty-version>12.0.16</jetty-version>
<rxjava-version>3.1.10</rxjava-version>
<spring-version>6.1.14</spring-version>
<slf4j-version>2.0.16</slf4j-version>
<reactivestreams-version>1.0.4</reactivestreams-version>
Expand Down Expand Up @@ -226,7 +226,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.2</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand Down Expand Up @@ -254,15 +254,15 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<excludedGroups>external</excludedGroups>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.9</version>
<version>6.0.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit f1e548d

Please sign in to comment.