Skip to content

Commit

Permalink
#414 Update to spring boot 3.3.0 and minor dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed May 27, 2024
1 parent 260da58 commit 5e76575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
3 changes: 0 additions & 3 deletions commons/audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,16 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>${activemq-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>${activemq-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.messaginghub</groupId>
<artifactId>pooled-jms</artifactId>
<version>${pooled-jms-version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ph-commons-version>11.1.0</ph-commons-version>
<saxon-he-version>12.4</saxon-he-version>
<simple-syslog-version>0.0.16</simple-syslog-version>
<spring-boot-version>3.2.5</spring-boot-version>
<spring-boot-version>3.3.0</spring-boot-version>
<velocity-version>2.3</velocity-version>
<vibur-version>25.0</vibur-version>
<woodstox-version>6.6.2</woodstox-version>
Expand Down
19 changes: 5 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<!-- Project configurations -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire-plugin-version>3.2.3</surefire-plugin-version>
<jxr-plugin-version>3.3.0</jxr-plugin-version>
<project-info-reports-plugin-version>3.4.1</project-info-reports-plugin-version>
<surefire-plugin-version>3.2.5</surefire-plugin-version>
<jxr-plugin-version>3.3.2</jxr-plugin-version>
<project-info-reports-plugin-version>3.5.0</project-info-reports-plugin-version>
<maven-dsldoc-plugin-version>1.6</maven-dsldoc-plugin-version>
<maven-changes-plugin-version>2.12.1</maven-changes-plugin-version>

Expand All @@ -38,7 +38,7 @@

<!-- Plugin version properties -->
<assembly-plugin-version>3.7.1</assembly-plugin-version>
<build-helper-version>3.5.0</build-helper-version>
<build-helper-version>3.6.0</build-helper-version>
<compiler-plugin-version>3.13.0</compiler-plugin-version>
<enforcer-plugin-version>3.4.1</enforcer-plugin-version>
<gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
Expand All @@ -54,15 +54,12 @@
<site-plugin-version>3.12.1</site-plugin-version>

<!-- Dependency version properties -->
<activemq-version>6.1.2</activemq-version>
<easymock-version>5.2.0</easymock-version>
<guava-version>33.0.0-jre</guava-version>
<lombok-version>1.18.32</lombok-version>
<mockserver-version>5.15.0</mockserver-version>
<pooled-jms-version>3.1.5</pooled-jms-version>
<quickcheck-version>0.6</quickcheck-version>
<tomcat-version>10.1.20</tomcat-version>
<undertow-version>2.3.13.Final</undertow-version>
<tomcat-version>10.1.24</tomcat-version>
<xbean-spring-version>4.25</xbean-spring-version>
</properties>

Expand Down Expand Up @@ -259,12 +256,6 @@
<artifactId>mockserver-client-java</artifactId>
<version>${mockserver-version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>${undertow-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5e76575

Please sign in to comment.