Skip to content

Commit b8699d1

Browse files
committed
Vulnerability updates
1 parent e666ca8 commit b8699d1

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
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>
1919
<org.apache.cxf.version>4.1.0</org.apache.cxf.version>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>ca.bc.gov.open</groupId>
101101
<artifactId>spring-starters-bom</artifactId>
102-
<version>1.0.4</version>
102+
<version>1.0.5</version>
103103
<type>pom</type>
104104
<scope>import</scope>
105105
</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: 3 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

@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>ca.bc.gov.open</groupId>
8181
<artifactId>spring-starters-bom</artifactId>
82-
<version>1.0.4</version>
82+
<version>1.0.5</version>
8383
<type>pom</type>
8484
<scope>import</scope>
8585
</dependency>

src/spring-starters-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
1313
<org.apache.cxf.version>4.1.0</org.apache.cxf.version>

0 commit comments

Comments
 (0)