Skip to content

Commit

Permalink
Merge pull request #334 from bcgov/maven-deps-update
Browse files Browse the repository at this point in the history
Update Dependencies in Maven to resolve security issues
  • Loading branch information
NikhilMM89 authored Sep 6, 2024
2 parents 5b578c0 + 798895c commit aa36654
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>1.3.2</version>

<properties>
<log4j2.version>2.17.2</log4j2.version>
<log4j2.version>2.23.1</log4j2.version>
<sonar.exclusions>
**/AutoWiringSpringBeanJobFactory.java,
**/SwaggerConfig.java
Expand Down Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.16.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -253,7 +253,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>3.5.5</version>
<version>4.0.4</version>
</dependency>

<!-- Enabling health checks and metrics -->
Expand All @@ -266,7 +266,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>2.2.8.RELEASE</version>
<version>3.1.11</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -320,7 +320,7 @@
<dependency>
<groupId>dev.akkinoc.spring.boot</groupId>
<artifactId>logback-access-spring-boot-starter</artifactId>
<version>3.3.0</version>
<version>4.1.1</version>
</dependency>


Expand Down Expand Up @@ -349,21 +349,21 @@
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.60</version>
<version>11.0.0-M18</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-websocket -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>10.0.18</version>
<version>11.0.0-M18</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -448,5 +448,12 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

</project>

0 comments on commit aa36654

Please sign in to comment.