Skip to content

Commit

Permalink
Security updates to latest incremental versions of dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed May 24, 2023
1 parent 60e5d56 commit cfe6b4e
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 @@ -91,7 +91,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.14</version>
<version>2.5.15</version>
<!-- This parent also declares dependencies listed here:
https://docs.spring.io/spring-boot/docs/2.5.14/reference/html/dependency-versions.html#dependency-versions
Or for current version of Spring Boot:
Expand Down Expand Up @@ -193,14 +193,14 @@
<commons.io.version>2.9.0</commons.io.version>
<commons.lang.version>2.6</commons.lang.version>
<commons.cli>1.5.0</commons.cli>
<cxf.version>3.4.4</cxf.version>
<cxf.version>3.4.10</cxf.version>
<cxf-xjc.version>3.3.1</cxf-xjc.version>
<wss4j.version>2.3.3</wss4j.version>
<opendj.version>2.6.2</opendj.version>
<quartz.version>2.3.2.e1</quartz.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>
<spring-security.version>5.6.6</spring-security.version>
<spring-security.version>5.6.10</spring-security.version>
<opensaml.version>4.1.1</opensaml.version>
<cache2k.version>2.0.0.Final</cache2k.version>
<testng.version>7.4.0</testng.version>
Expand Down Expand Up @@ -1459,7 +1459,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.65.Final</version>
<version>4.1.86.Final</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit cfe6b4e

Please sign in to comment.