Skip to content

Commit 48a8b32

Browse files
authored
Merge pull request #32 from bcgov/bug/log4j-version
Update log4j version
2 parents bf437d3 + 0918efa commit 48a8b32

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

src/bambora-payment-starter/pom.xml

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

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

1010
<properties>
1111
<java.version>1.8</java.version>
1212
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
13+
<log4j2.version>2.15.0</log4j2.version>
1314
</properties>
1415

1516
<distributionManagement>
@@ -68,7 +69,7 @@
6869
<dependency>
6970
<groupId>ca.bc.gov.open</groupId>
7071
<artifactId>spring-starters-bom</artifactId>
71-
<version>0.2.2-SNAPSHOT</version>
72+
<version>0.2.2</version>
7273
<type>pom</type>
7374
<scope>import</scope>
7475
</dependency>

src/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

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

1010
<name>spring-starters</name>
1111
<packaging>pom</packaging>
1212
<url>https://github.com/bcgov/spring-boot-starters</url>
1313

1414
<properties>
1515
<java.version>1.8</java.version>
16+
<log4j2.version>2.15.0</log4j2.version>
1617
</properties>
1718

1819
<distributionManagement>

src/spring-bceid-starter/pom.xml

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

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

1111
<properties>
1212
<java.version>1.8</java.version>
@@ -15,6 +15,7 @@
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
1717
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
18+
<log4j2.version>2.15.0</log4j2.version>
1819
</properties>
1920

2021
<distributionManagement>
@@ -94,7 +95,7 @@
9495
<dependency>
9596
<groupId>ca.bc.gov.open</groupId>
9697
<artifactId>spring-starters-bom</artifactId>
97-
<version>0.2.2-SNAPSHOT</version>
98+
<version>0.2.2</version>
9899
<type>pom</type>
99100
<scope>import</scope>
100101
</dependency>

src/spring-clamav-starter/pom.xml

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

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

1111
<properties>
1212
<java.version>1.8</java.version>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
1616
<org.apache.maven.plugins.version.version>2.22.0</org.apache.maven.plugins.version.version>
17+
<log4j2.version>2.15.0</log4j2.version>
1718
</properties>
1819

1920
<distributionManagement>
@@ -62,7 +63,7 @@
6263
<dependency>
6364
<groupId>ca.bc.gov.open</groupId>
6465
<artifactId>spring-starters-bom</artifactId>
65-
<version>0.2.2-SNAPSHOT</version>
66+
<version>0.2.2</version>
6667
<type>pom</type>
6768
<scope>import</scope>
6869
</dependency>

src/spring-sftp-starter/pom.xml

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

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

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>1.8</maven.compiler.source>
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
17+
<log4j2.version>2.15.0</log4j2.version>
1718
</properties>
1819

1920
<distributionManagement>
@@ -78,7 +79,7 @@
7879
<dependency>
7980
<groupId>ca.bc.gov.open</groupId>
8081
<artifactId>spring-starters-bom</artifactId>
81-
<version>0.2.2-SNAPSHOT</version>
82+
<version>0.2.2</version>
8283
<type>pom</type>
8384
<scope>import</scope>
8485
</dependency>

src/spring-starters-bom/pom.xml

Lines changed: 2 additions & 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>0.2.2-SNAPSHOT</version>
10+
<version>0.2.2</version>
1111

1212
<properties>
1313
<org.apache.cxf.version>3.3.7</org.apache.cxf.version>
@@ -17,6 +17,7 @@
1717
<joda-time.version>2.10.6</joda-time.version>
1818
<org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
1919
<fi.solita.clamav>1.0.1</fi.solita.clamav>
20+
<log4j2.version>2.15.0</log4j2.version>
2021
</properties>
2122

2223
<distributionManagement>

0 commit comments

Comments
 (0)