Skip to content

Commit 844fbc6

Browse files
authored
Merge pull request #43 from bcgov/feature/vulnerabilities
Update Library Versions
2 parents e666ca8 + 1ecd17d commit 844fbc6

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

src/bambora-payment-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<groupId>ca.bc.gov.open</groupId>
77
<artifactId>bambora-payment-starter</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5</version>
99

1010
<properties>
1111
<java.version>17</java.version>
12-
<spring-boot.version>3.5.0</spring-boot.version>
12+
<spring-boot.version>3.5.4</spring-boot.version>
1313
<log4j2.version>2.24.3</log4j2.version>
1414
</properties>
1515

@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>ca.bc.gov.open</groupId>
7171
<artifactId>spring-starters-bom</artifactId>
72-
<version>1.0.4</version>
72+
<version>1.0.5</version>
7373
<type>pom</type>
7474
<scope>import</scope>
7575
</dependency>

src/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.bc.gov.open</groupId>
77
<artifactId>spring-starters</artifactId>
8-
<version>1.0.4</version>
8+
<version>1.0.5</version>
99

1010
<name>spring-starters</name>
1111
<packaging>pom</packaging>

src/spring-bceid-starter/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-bceid-starter</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010

1111
<properties>
1212
<java.version>17</java.version>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<spring-boot.version>3.5.0</spring-boot.version>
16+
<spring-boot.version>3.5.4</spring-boot.version>
1717
<org.mapstruct.version>1.6.3</org.mapstruct.version>
1818
<log4j2.version>2.24.3</log4j2.version>
19-
<org.apache.cxf.version>4.1.0</org.apache.cxf.version>
19+
<org.apache.cxf.version>4.1.3</org.apache.cxf.version>
2020

2121
<!-- automatically run annotation processors within the incremental compilation (Eclipse) -->
2222
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
@@ -73,6 +73,7 @@
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-lang3</artifactId>
76+
<version>3.18.0</version>
7677
</dependency>
7778

7879
<dependency>
@@ -99,7 +100,7 @@
99100
<dependency>
100101
<groupId>ca.bc.gov.open</groupId>
101102
<artifactId>spring-starters-bom</artifactId>
102-
<version>1.0.4</version>
103+
<version>1.0.5</version>
103104
<type>pom</type>
104105
<scope>import</scope>
105106
</dependency>

src/spring-clamav-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>spring-clamav-starter</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010

1111
<properties>
1212
<java.version>17</java.version>
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
15-
<spring-boot.version>3.5.0</spring-boot.version>
15+
<spring-boot.version>3.5.4</spring-boot.version>
1616
<log4j2.version>2.24.3</log4j2.version>
1717
</properties>
1818

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>ca.bc.gov.open</groupId>
6464
<artifactId>spring-starters-bom</artifactId>
65-
<version>1.0.4</version>
65+
<version>1.0.5</version>
6666
<type>pom</type>
6767
<scope>import</scope>
6868
</dependency>

src/spring-sftp-starter/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-sftp-starter</artifactId>
10-
<version>1.0.4</version>
10+
<version>1.0.5</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<spring-boot.version>3.5.0</spring-boot.version>
16+
<spring-boot.version>3.5.4</spring-boot.version>
1717
<log4j2.version>2.24.3</log4j2.version>
1818
</properties>
1919

@@ -46,6 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.commons</groupId>
4848
<artifactId>commons-lang3</artifactId>
49+
<version>3.18.0</version>
4950
</dependency>
5051

5152
<dependency>
@@ -79,7 +80,7 @@
7980
<dependency>
8081
<groupId>ca.bc.gov.open</groupId>
8182
<artifactId>spring-starters-bom</artifactId>
82-
<version>1.0.4</version>
83+
<version>1.0.5</version>
8384
<type>pom</type>
8485
<scope>import</scope>
8586
</dependency>

src/spring-starters-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
<groupId>ca.bc.gov.open</groupId>
99
<artifactId>spring-starters-bom</artifactId>
10-
<version>1.0.4</version>
10+
<version>1.0.5</version>
1111

1212
<properties>
13-
<org.apache.cxf.version>4.1.0</org.apache.cxf.version>
13+
<org.apache.cxf.version>4.1.3</org.apache.cxf.version>
1414
<com.fasterxml.jackson.core.version>2.11.2</com.fasterxml.jackson.core.version>
1515
<javax.xml.bind.version>2.3.1</javax.xml.bind.version>
1616
<commons.io.version>2.18.0</commons.io.version>

0 commit comments

Comments
 (0)