Skip to content

Commit 0d23983

Browse files
Release v3.5.4
1 parent 4a3c2a2 commit 0d23983

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ All in all, you should do the following:
3131
And
3232
4. Adjust your logging configuration accordingly.
3333

34-
Let's say you want to make use of the *servlet filter* feature, then you need to add the following dependency to your POM with property `cf-logging-version` referring to the latest nexus version (currently `3.5.3`):
34+
Let's say you want to make use of the *servlet filter* feature, then you need to add the following dependency to your POM with property `cf-logging-version` referring to the latest nexus version (currently `3.5.4`):
3535

3636
```xml
3737
<properties>
38-
<cf-logging-version>3.5.3</cf-logging-version>
38+
<cf-logging-version>3.5.4</cf-logging-version>
3939
</properties>
4040
```
4141

@@ -95,7 +95,7 @@ Again, we don't include dependencies to those implementation backends ourselves,
9595
<dependency>
9696
<groupId>ch.qos.logback</groupId>
9797
<artifactId>logback-classic</artifactId>
98-
<version>1.1.3</version>
98+
<version>1.2.7</version>
9999
</dependency>
100100
```
101101

@@ -110,12 +110,12 @@ Again, we don't include dependencies to those implementation backends ourselves,
110110
<dependency>
111111
<groupId>org.apache.logging.log4j</groupId>
112112
<artifactId>log4j-slf4j-impl</artifactId>
113-
<version>2.15.0</version>
113+
<version>2.16.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.logging.log4j</groupId>
117117
<artifactId>log4j-core</artifactId>
118-
<version>2.15.0</version>
118+
<version>2.16.0</version>
119119
</dependency>
120120
```
121121

cf-java-logging-support-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>com.sap.hcp.cf.logging</groupId>
3434
<artifactId>cf-java-logging-support-parent</artifactId>
35-
<version>3.5.3</version>
35+
<version>3.5.4</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838
<build>

cf-java-logging-support-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
<groupId>com.sap.hcp.cf.logging</groupId>
1111
<artifactId>cf-java-logging-support-parent</artifactId>
12-
<version>3.5.3</version>
12+
<version>3.5.4</version>
1313
</parent>
1414

1515
<name>cf-java-logging-support-jersey</name>

cf-java-logging-support-log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath>../pom.xml</relativePath>
1212
<groupId>com.sap.hcp.cf.logging</groupId>
1313
<artifactId>cf-java-logging-support-parent</artifactId>
14-
<version>3.5.3</version>
14+
<version>3.5.4</version>
1515
</parent>
1616

1717
<dependencies>

cf-java-logging-support-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath>../pom.xml</relativePath>
1111
<groupId>com.sap.hcp.cf.logging</groupId>
1212
<artifactId>cf-java-logging-support-parent</artifactId>
13-
<version>3.5.3</version>
13+
<version>3.5.4</version>
1414
</parent>
1515

1616
<dependencies>

cf-java-logging-support-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.hcp.cf.logging</groupId>
1111
<artifactId>cf-java-logging-support-parent</artifactId>
12-
<version>3.5.3</version>
12+
<version>3.5.4</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.hcp.cf.logging</groupId>
66
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4</version>
88
</parent>
99

1010
<artifactId>cf-custom-metrics-clients-core</artifactId>

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.sap.hcp.cf.logging</groupId>
77
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
8-
<version>3.5.3</version>
8+
<version>3.5.4</version>
99
</parent>
1010

1111
<artifactId>cf-custom-metrics-clients-java</artifactId>

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.hcp.cf.logging</groupId>
66
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
7-
<version>3.5.3</version>
7+
<version>3.5.4</version>
88
</parent>
99

1010
<artifactId>cf-custom-metrics-clients-spring-boot</artifactId>

cf-java-monitoring-custom-metrics-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.hcp.cf.logging</groupId>
1111
<artifactId>cf-java-logging-support-parent</artifactId>
12-
<version>3.5.3</version>
12+
<version>3.5.4</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)